[INFO] fetching crate boringssl 0.0.5... [INFO] checking boringssl-0.0.5 against master#69fd5e4059f8840f09f60269bcda23dcdcb77151 for pr-135733 [INFO] extracting crate boringssl 0.0.5 into /workspace/builds/worker-6-tc1/source [INFO] validating manifest of crates.io crate boringssl 0.0.5 on toolchain 69fd5e4059f8840f09f60269bcda23dcdcb77151 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate boringssl 0.0.5 [INFO] finished tweaking crates.io crate boringssl 0.0.5 [INFO] tweaked toml for crates.io crate boringssl 0.0.5 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 72ff8ee89f417fdf4f5241689ebd5717855dcbd2134e44db85d3f88353b0baef [INFO] running `Command { std: "docker" "start" "-a" "72ff8ee89f417fdf4f5241689ebd5717855dcbd2134e44db85d3f88353b0baef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "72ff8ee89f417fdf4f5241689ebd5717855dcbd2134e44db85d3f88353b0baef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72ff8ee89f417fdf4f5241689ebd5717855dcbd2134e44db85d3f88353b0baef", kill_on_drop: false }` [INFO] [stdout] 72ff8ee89f417fdf4f5241689ebd5717855dcbd2134e44db85d3f88353b0baef [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+69fd5e4059f8840f09f60269bcda23dcdcb77151" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 53c4816a731123cb53a636fbabb974656cbb441151fc20e0205ad676db06fd7b [INFO] running `Command { std: "docker" "start" "-a" "53c4816a731123cb53a636fbabb974656cbb441151fc20e0205ad676db06fd7b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling boringssl v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build [INFO] [stdout] --> build.rs:158:30 [INFO] [stdout] | [INFO] [stdout] 158 | let mut boringssl = gcc::Config::new(); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> build.rs:87:64 [INFO] [stdout] | [INFO] [stdout] 87 | Err(why) => panic!("couldn't open BUILD file: {}", why.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:158:38 [INFO] [stdout] | [INFO] [stdout] 158 | let mut boringssl = gcc::Config::new(); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_set_encrypt_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1082:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1082:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1082:79: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_set_decrypt_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1086:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1086:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1086:79: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_encrypt': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1090:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1090:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1090:76: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_decrypt': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1094:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1094:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/aes/aes.c:1094:76: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/a_d2i_fp.c: In function 'ASN1_d2i_bio': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/a_d2i_fp.c:86:28: warning: unused parameter 'xnew' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 86 | void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~^~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/a_mbstr.c: In function 'in_utf8': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/a_mbstr.c:295:34: warning: unused parameter 'value' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 295 | static int in_utf8(unsigned long value, void *arg) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/f_string.c: In function 'i2a_ASN1_STRING': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/f_string.c:61:50: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 61 | int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_new': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_bignum.c:97:55: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 97 | static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_i2c': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_bignum.c:117:64: warning: unused parameter 'putype' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 117 | static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~^~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_bignum.c:118:36: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 118 | const ASN1_ITEM *it) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_c2i': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_bignum.c:139:23: warning: unused parameter 'utype' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 139 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_bignum.c:139:36: warning: unused parameter 'free_cont' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 139 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~^~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_i2c': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c:113:66: warning: unused parameter 'putype' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 113 | static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~^~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_c2i': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c:160:25: warning: unused parameter 'utype' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 160 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c:160:38: warning: unused parameter 'free_cont' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 160 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~^~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_print': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c:196:69: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 196 | static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c:197:27: warning: unused parameter 'indent' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 197 | int indent, const ASN1_PCTX *pctx) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/asn1/x_long.c:197:52: warning: unused parameter 'pctx' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 197 | int indent, const ASN1_PCTX *pctx) [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/base64/base64.c: In function 'EVP_DecodeFinal': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/base64/base64.c:362:51: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 362 | int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/bio.c: In function 'BIO_set_write_buffer_size': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/bio.c:612:36: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 612 | int BIO_set_write_buffer_size(BIO *bio, int buffer_size) { return 0; } [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/bio.c:612:45: warning: unused parameter 'buffer_size' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 612 | int BIO_set_write_buffer_size(BIO *bio, int buffer_size) { return 0; } [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/connect.c: In function 'conn_callback_ctrl': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/connect.c:491:29: warning: cast between incompatible function types from 'bio_info_cb' {aka 'long int (*)(struct bio_st *, int, const char *, int, long int, long int)'} to 'int (*)(const struct bio_st *, int, int)' [-Wcast-function-type] [INFO] [stderr] warning: boringssl@0.0.5: 491 | data->info_callback = (int (*)(const struct bio_st *, int, int))fp; [INFO] [stderr] warning: boringssl@0.0.5: | ^ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/fd.c: In function 'fd_ctrl': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/fd.c:192:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 192 | num = 0; [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/fd.c:193:5: note: here [INFO] [stderr] warning: boringssl@0.0.5: 193 | case BIO_C_FILE_SEEK: [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/file.c: In function 'file_new': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/file.c:128:26: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 128 | static int file_new(BIO *bio) { return 1; } [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/file.c: In function 'file_ctrl': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/file.c:186:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 186 | num = 0; [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bio/file.c:187:5: note: here [INFO] [stderr] warning: boringssl@0.0.5: 187 | case BIO_C_FILE_SEEK: [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/exponentiation.c: In function 'BN_RECP_CTX_set': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/exponentiation.c:219:72: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 219 | static int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/montgomery.c: In function 'BN_MONT_CTX_set': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/montgomery.c:171:67: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 171 | int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/mul.c: In function 'bn_sub_part_words': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/mul.c:230:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 230 | if (--dl <= 0) { [INFO] [stderr] warning: boringssl@0.0.5: | ^ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/mul.c:233:11: note: here [INFO] [stderr] warning: boringssl@0.0.5: 233 | case 2: [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/mul.c:235:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 235 | if (--dl <= 0) { [INFO] [stderr] warning: boringssl@0.0.5: | ^ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/mul.c:238:11: note: here [INFO] [stderr] warning: boringssl@0.0.5: 238 | case 3: [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/random.c: In function 'BN_generate_dsa_nonce': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/bn/random.c:266:35: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 266 | BN_CTX *ctx) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/aead.c: In function 'EVP_AEAD_CTX_init': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/aead.c:40:31: warning: unused parameter 'impl' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 40 | ENGINE *impl) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/cipher.c: In function 'EVP_CipherInit_ex': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/cipher.c:153:31: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 153 | ENGINE *engine, const uint8_t *key, const uint8_t *iv, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~^~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/cipher.c: In function 'EVP_add_cipher_alias': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/cipher.c:630:38: warning: unused parameter 'a' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 630 | int EVP_add_cipher_alias(const char *a, const char *b) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~^ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/cipher.c:630:53: warning: unused parameter 'b' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 630 | int EVP_add_cipher_alias(const char *a, const char *b) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~^ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_set_encrypt_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:220:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 220 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:220:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 220 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:221:44: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 221 | AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_set_decrypt_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:225:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 225 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:225:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 225 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:226:44: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 226 | AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_encrypt': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:230:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 230 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:230:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 230 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:231:43: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 231 | const AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_decrypt': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:235:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 235 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:235:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 235 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:236:43: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 236 | const AES_KEY *key) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_cbc_encrypt': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:240:47: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:240:60: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:240:72: warning: unused parameter 'length' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~^~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:241:47: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:241:61: warning: unused parameter 'ivec' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:241:71: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_ctr32_encrypt_blocks': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:245:56: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 245 | static void aes_hw_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:245:69: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 245 | static void aes_hw_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:246:48: warning: unused parameter 'len' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 246 | size_t len, const AES_KEY *key, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:246:68: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 246 | size_t len, const AES_KEY *key, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:247:55: warning: unused parameter 'ivec' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 247 | const uint8_t ivec[16]) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:285:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 285 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_gcm_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:460:52: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 460 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aesni_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:788:42: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 788 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aesni_gcm_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_aes.c:839:54: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 839 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c: In function 'aead_chacha20_poly1305_open': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c:210:64: warning: unused parameter 'max_out_len' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 210 | size_t *out_len, size_t max_out_len, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c:72:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 72 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c:72:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 72 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_ede3_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c:132:45: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 132 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c:132:53: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 132 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_ede_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c:163:45: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 163 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_des.c:163:53: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 163 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_null.c: In function 'null_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_null.c:67:42: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 67 | static int null_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_null.c:67:62: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 67 | static int null_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_null.c:68:41: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 68 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_null.c:68:49: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 68 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_null.c: In function 'null_cipher': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_null.c:72:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 72 | static int null_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'rc2_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:372:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 372 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:372:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 372 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'rc2_ctrl': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:396:67: warning: unused parameter 'ptr' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 396 | static int rc2_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'RC2_cbc_encrypt': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:77:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 77 | (l2) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:78:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 78 | case 7: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:79:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 79 | (l2) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:80:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 80 | case 6: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:81:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 81 | (l2) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:82:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 82 | case 5: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:83:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 83 | (l2) |= ((uint32_t)(*(--(c)))); \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:84:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 84 | case 4: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:85:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 85 | (l1) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:86:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 86 | case 3: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:87:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 87 | (l1) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:88:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 88 | case 2: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:89:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 89 | (l1) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:90:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 90 | case 1: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] warning: boringssl@0.0.5: 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:108:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 108 | *(--(c)) = (uint8_t)(((l2) >> 24L) & 0xff); \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:109:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 109 | case 7: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:110:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 110 | *(--(c)) = (uint8_t)(((l2) >> 16L) & 0xff); \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:111:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 111 | case 6: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:112:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 112 | *(--(c)) = (uint8_t)(((l2) >> 8L) & 0xff); \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:113:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 113 | case 5: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:114:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 114 | *(--(c)) = (uint8_t)(((l2)) & 0xff); \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:115:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 115 | case 4: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:116:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 116 | *(--(c)) = (uint8_t)(((l1) >> 24L) & 0xff); \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:117:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 117 | case 3: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:118:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 118 | *(--(c)) = (uint8_t)(((l1) >> 16L) & 0xff); \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:119:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 119 | case 2: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:120:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: boringssl@0.0.5: 120 | *(--(c)) = (uint8_t)(((l1) >> 8L) & 0xff); \ [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:121:7: note: here [INFO] [stderr] warning: boringssl@0.0.5: 121 | case 1: \ [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] warning: boringssl@0.0.5: 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] warning: boringssl@0.0.5: | ^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc4.c: In function 'rc4_init_key': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc4.c:66:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 66 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_rc4.c:66:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 66 | const uint8_t *iv, int enc) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~^~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_ssl3.c: In function 'aead_ssl3_seal': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_ssl3.c:127:41: warning: unused parameter 'nonce' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 127 | const uint8_t *nonce, size_t nonce_len, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_ssl3.c: In function 'aead_ssl3_open': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/e_ssl3.c:212:41: warning: unused parameter 'nonce' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 212 | const uint8_t *nonce, size_t nonce_len, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/tls_cbc.c: In function 'EVP_tls_cbc_remove_padding': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cipher/tls_cbc.c:78:41: warning: unused parameter 'block_size' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 78 | unsigned block_size, unsigned mac_size) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cmac/cmac.c: In function 'CMAC_Init': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cmac/cmac.c:148:49: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 148 | const EVP_CIPHER *cipher, ENGINE *engine) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~^~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c: In function 'eat_ws': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c:405:27: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 405 | static char *eat_ws(CONF *conf, char *p) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c: In function 'eat_alpha_numeric': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c:414:38: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 414 | static char *eat_alpha_numeric(CONF *conf, char *p) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c: In function 'scan_quote': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c:427:31: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 427 | static char *scan_quote(CONF *conf, char *p) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c: In function 'scan_dquote': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c:447:32: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 447 | static char *scan_dquote(CONF *conf, char *p) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~^~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c: In function 'CONF_modules_load_file': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c:782:47: warning: unused parameter 'filename' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 782 | int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c:782:69: warning: unused parameter 'appname' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 782 | int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~^~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c:783:42: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 783 | unsigned long flags) { [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c: In function 'OPENSSL_config': [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/conf/conf.c:789:40: warning: unused parameter 'config_name' [-Wunused-parameter] [INFO] [stderr] warning: boringssl@0.0.5: 789 | void OPENSSL_config(CONF_MUST_BE_NULL *config_name) {} [INFO] [stderr] warning: boringssl@0.0.5: | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] warning: boringssl@0.0.5: third_party/boringssl/src/crypto/cpu-aarch64-linux.c:16: fatal error: error closing /tmp/ccjtTEv2.s: No space left on device [INFO] [stderr] warning: boringssl@0.0.5: 16 | [INFO] [stderr] warning: boringssl@0.0.5: | [INFO] [stderr] warning: boringssl@0.0.5: compilation terminated. [INFO] [stderr] error: failed to run custom build command for `boringssl v0.0.5 (/opt/rustwide/workdir)` [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/boringssl-a2cad349c0c6753d/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/aes/aes-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/aes/aesni-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/aes/bsaes-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/aes/vpaes-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.o" "-c" "third_party/boringssl/linux-x86_64/crypto/bn/rsaz-avx2.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.o" "-c" "third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.o" "-c" "third_party/boringssl/linux-x86_64/crypto/bn/x86_64-mont5.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/chacha/chacha-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/cipher/chacha20_poly1305_x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/ec/p256-x86_64-asm.o" "-c" "third_party/boringssl/linux-x86_64/crypto/ec/p256-x86_64-asm.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/md5/md5-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/md5/md5-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/modes/aesni-gcm-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/modes/ghash-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/rand/rdrand-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/rand/rdrand-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/sha/sha1-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/sha/sha256-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.o" "-c" "third_party/boringssl/linux-x86_64/crypto/sha/sha512-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-x86_64.o" "-c" "third_party/boringssl/src/crypto/curve25519/asm/x25519-asm-x86_64.S" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/err_data.o" "-c" "third_party/boringssl/err_data.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/aes/aes.o" "-c" "third_party/boringssl/src/crypto/aes/aes.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_set_encrypt_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1082:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1082:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1082:79: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1082 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_set_decrypt_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1086:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1086:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1086:79: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1086 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_encrypt': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1090:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1090:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1090:76: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1090 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_decrypt': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1094:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1094:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/aes/aes.c:1094:76: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 1094 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/aes/key_wrap.o" "-c" "third_party/boringssl/src/crypto/aes/key_wrap.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/aes/mode_wrappers.o" "-c" "third_party/boringssl/src/crypto/aes/mode_wrappers.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_bitstr.o" "-c" "third_party/boringssl/src/crypto/asn1/a_bitstr.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_bool.o" "-c" "third_party/boringssl/src/crypto/asn1/a_bool.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_d2i_fp.o" "-c" "third_party/boringssl/src/crypto/asn1/a_d2i_fp.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/a_d2i_fp.c: In function 'ASN1_d2i_bio': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/a_d2i_fp.c:86:28: warning: unused parameter 'xnew' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 86 | void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) [INFO] [stderr] cargo:warning= | ~~~~~~~~^~~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_dup.o" "-c" "third_party/boringssl/src/crypto/asn1/a_dup.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_enum.o" "-c" "third_party/boringssl/src/crypto/asn1/a_enum.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_gentm.o" "-c" "third_party/boringssl/src/crypto/asn1/a_gentm.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_i2d_fp.o" "-c" "third_party/boringssl/src/crypto/asn1/a_i2d_fp.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_int.o" "-c" "third_party/boringssl/src/crypto/asn1/a_int.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_mbstr.o" "-c" "third_party/boringssl/src/crypto/asn1/a_mbstr.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/a_mbstr.c: In function 'in_utf8': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/a_mbstr.c:295:34: warning: unused parameter 'value' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 295 | static int in_utf8(unsigned long value, void *arg) [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_object.o" "-c" "third_party/boringssl/src/crypto/asn1/a_object.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_octet.o" "-c" "third_party/boringssl/src/crypto/asn1/a_octet.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_print.o" "-c" "third_party/boringssl/src/crypto/asn1/a_print.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_strnid.o" "-c" "third_party/boringssl/src/crypto/asn1/a_strnid.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_time.o" "-c" "third_party/boringssl/src/crypto/asn1/a_time.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_type.o" "-c" "third_party/boringssl/src/crypto/asn1/a_type.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_utctm.o" "-c" "third_party/boringssl/src/crypto/asn1/a_utctm.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/a_utf8.o" "-c" "third_party/boringssl/src/crypto/asn1/a_utf8.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/asn1_lib.o" "-c" "third_party/boringssl/src/crypto/asn1/asn1_lib.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/asn1_par.o" "-c" "third_party/boringssl/src/crypto/asn1/asn1_par.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/asn_pack.o" "-c" "third_party/boringssl/src/crypto/asn1/asn_pack.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/f_enum.o" "-c" "third_party/boringssl/src/crypto/asn1/f_enum.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/f_int.o" "-c" "third_party/boringssl/src/crypto/asn1/f_int.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/f_string.o" "-c" "third_party/boringssl/src/crypto/asn1/f_string.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/f_string.c: In function 'i2a_ASN1_STRING': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/f_string.c:61:50: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 61 | int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type) [INFO] [stderr] cargo:warning= | ~~~~^~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/t_bitst.o" "-c" "third_party/boringssl/src/crypto/asn1/t_bitst.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/tasn_dec.o" "-c" "third_party/boringssl/src/crypto/asn1/tasn_dec.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/tasn_enc.o" "-c" "third_party/boringssl/src/crypto/asn1/tasn_enc.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/tasn_fre.o" "-c" "third_party/boringssl/src/crypto/asn1/tasn_fre.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/tasn_new.o" "-c" "third_party/boringssl/src/crypto/asn1/tasn_new.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/tasn_typ.o" "-c" "third_party/boringssl/src/crypto/asn1/tasn_typ.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/tasn_utl.o" "-c" "third_party/boringssl/src/crypto/asn1/tasn_utl.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/time_support.o" "-c" "third_party/boringssl/src/crypto/asn1/time_support.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/x_bignum.o" "-c" "third_party/boringssl/src/crypto/asn1/x_bignum.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_new': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_bignum.c:97:55: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 97 | static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_i2c': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_bignum.c:117:64: warning: unused parameter 'putype' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 117 | static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, [INFO] [stderr] cargo:warning= | ~~~~~^~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_bignum.c:118:36: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 118 | const ASN1_ITEM *it) [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_c2i': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_bignum.c:139:23: warning: unused parameter 'utype' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 139 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] cargo:warning= | ~~~~^~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_bignum.c:139:36: warning: unused parameter 'free_cont' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 139 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] cargo:warning= | ~~~~~~^~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/asn1/x_long.o" "-c" "third_party/boringssl/src/crypto/asn1/x_long.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_i2c': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c:113:66: warning: unused parameter 'putype' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 113 | static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, [INFO] [stderr] cargo:warning= | ~~~~~^~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_c2i': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c:160:25: warning: unused parameter 'utype' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 160 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] cargo:warning= | ~~~~^~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c:160:38: warning: unused parameter 'free_cont' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 160 | int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] cargo:warning= | ~~~~~~^~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_print': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c:196:69: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 196 | static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c:197:27: warning: unused parameter 'indent' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 197 | int indent, const ASN1_PCTX *pctx) [INFO] [stderr] cargo:warning= | ~~~~^~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/asn1/x_long.c:197:52: warning: unused parameter 'pctx' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 197 | int indent, const ASN1_PCTX *pctx) [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~^~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/base64/base64.o" "-c" "third_party/boringssl/src/crypto/base64/base64.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/base64/base64.c: In function 'EVP_DecodeFinal': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/base64/base64.c:362:51: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 362 | int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/bio.o" "-c" "third_party/boringssl/src/crypto/bio/bio.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/bio.c: In function 'BIO_set_write_buffer_size': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/bio.c:612:36: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 612 | int BIO_set_write_buffer_size(BIO *bio, int buffer_size) { return 0; } [INFO] [stderr] cargo:warning= | ~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/bio.c:612:45: warning: unused parameter 'buffer_size' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 612 | int BIO_set_write_buffer_size(BIO *bio, int buffer_size) { return 0; } [INFO] [stderr] cargo:warning= | ~~~~^~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/bio_mem.o" "-c" "third_party/boringssl/src/crypto/bio/bio_mem.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/connect.o" "-c" "third_party/boringssl/src/crypto/bio/connect.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/connect.c: In function 'conn_callback_ctrl': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/connect.c:491:29: warning: cast between incompatible function types from 'bio_info_cb' {aka 'long int (*)(struct bio_st *, int, const char *, int, long int, long int)'} to 'int (*)(const struct bio_st *, int, int)' [-Wcast-function-type] [INFO] [stderr] cargo:warning= 491 | data->info_callback = (int (*)(const struct bio_st *, int, int))fp; [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/fd.o" "-c" "third_party/boringssl/src/crypto/bio/fd.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/fd.c: In function 'fd_ctrl': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/fd.c:192:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 192 | num = 0; [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/fd.c:193:5: note: here [INFO] [stderr] cargo:warning= 193 | case BIO_C_FILE_SEEK: [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/file.o" "-c" "third_party/boringssl/src/crypto/bio/file.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/file.c: In function 'file_new': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/file.c:128:26: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 128 | static int file_new(BIO *bio) { return 1; } [INFO] [stderr] cargo:warning= | ~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/file.c: In function 'file_ctrl': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/file.c:186:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 186 | num = 0; [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bio/file.c:187:5: note: here [INFO] [stderr] cargo:warning= 187 | case BIO_C_FILE_SEEK: [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/hexdump.o" "-c" "third_party/boringssl/src/crypto/bio/hexdump.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/pair.o" "-c" "third_party/boringssl/src/crypto/bio/pair.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/printf.o" "-c" "third_party/boringssl/src/crypto/bio/printf.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/socket.o" "-c" "third_party/boringssl/src/crypto/bio/socket.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bio/socket_helper.o" "-c" "third_party/boringssl/src/crypto/bio/socket_helper.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/add.o" "-c" "third_party/boringssl/src/crypto/bn/add.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/asm/x86_64-gcc.o" "-c" "third_party/boringssl/src/crypto/bn/asm/x86_64-gcc.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/bn.o" "-c" "third_party/boringssl/src/crypto/bn/bn.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/bn_asn1.o" "-c" "third_party/boringssl/src/crypto/bn/bn_asn1.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/cmp.o" "-c" "third_party/boringssl/src/crypto/bn/cmp.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/convert.o" "-c" "third_party/boringssl/src/crypto/bn/convert.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/ctx.o" "-c" "third_party/boringssl/src/crypto/bn/ctx.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/div.o" "-c" "third_party/boringssl/src/crypto/bn/div.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/exponentiation.o" "-c" "third_party/boringssl/src/crypto/bn/exponentiation.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/exponentiation.c: In function 'BN_RECP_CTX_set': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/exponentiation.c:219:72: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 219 | static int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) { [INFO] [stderr] cargo:warning= | ~~~~~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/gcd.o" "-c" "third_party/boringssl/src/crypto/bn/gcd.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/generic.o" "-c" "third_party/boringssl/src/crypto/bn/generic.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/kronecker.o" "-c" "third_party/boringssl/src/crypto/bn/kronecker.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/montgomery.o" "-c" "third_party/boringssl/src/crypto/bn/montgomery.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/montgomery.c: In function 'BN_MONT_CTX_set': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/montgomery.c:171:67: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 171 | int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) { [INFO] [stderr] cargo:warning= | ~~~~~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/montgomery_inv.o" "-c" "third_party/boringssl/src/crypto/bn/montgomery_inv.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/mul.o" "-c" "third_party/boringssl/src/crypto/bn/mul.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/mul.c: In function 'bn_sub_part_words': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/mul.c:230:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 230 | if (--dl <= 0) { [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/mul.c:233:11: note: here [INFO] [stderr] cargo:warning= 233 | case 2: [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/mul.c:235:16: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 235 | if (--dl <= 0) { [INFO] [stderr] cargo:warning= | ^ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/mul.c:238:11: note: here [INFO] [stderr] cargo:warning= 238 | case 3: [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/prime.o" "-c" "third_party/boringssl/src/crypto/bn/prime.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/random.o" "-c" "third_party/boringssl/src/crypto/bn/random.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/random.c: In function 'BN_generate_dsa_nonce': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/bn/random.c:266:35: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 266 | BN_CTX *ctx) { [INFO] [stderr] cargo:warning= | ~~~~~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/rsaz_exp.o" "-c" "third_party/boringssl/src/crypto/bn/rsaz_exp.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/shift.o" "-c" "third_party/boringssl/src/crypto/bn/shift.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bn/sqrt.o" "-c" "third_party/boringssl/src/crypto/bn/sqrt.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/buf/buf.o" "-c" "third_party/boringssl/src/crypto/buf/buf.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bytestring/asn1_compat.o" "-c" "third_party/boringssl/src/crypto/bytestring/asn1_compat.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bytestring/ber.o" "-c" "third_party/boringssl/src/crypto/bytestring/ber.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bytestring/cbb.o" "-c" "third_party/boringssl/src/crypto/bytestring/cbb.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/bytestring/cbs.o" "-c" "third_party/boringssl/src/crypto/bytestring/cbs.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/chacha/chacha.o" "-c" "third_party/boringssl/src/crypto/chacha/chacha.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/aead.o" "-c" "third_party/boringssl/src/crypto/cipher/aead.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/aead.c: In function 'EVP_AEAD_CTX_init': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/aead.c:40:31: warning: unused parameter 'impl' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 40 | ENGINE *impl) { [INFO] [stderr] cargo:warning= | ~~~~~~~~^~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/cipher.o" "-c" "third_party/boringssl/src/crypto/cipher/cipher.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/cipher.c: In function 'EVP_CipherInit_ex': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/cipher.c:153:31: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 153 | ENGINE *engine, const uint8_t *key, const uint8_t *iv, [INFO] [stderr] cargo:warning= | ~~~~~~~~^~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/cipher.c: In function 'EVP_add_cipher_alias': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/cipher.c:630:38: warning: unused parameter 'a' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 630 | int EVP_add_cipher_alias(const char *a, const char *b) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~^ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/cipher.c:630:53: warning: unused parameter 'b' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 630 | int EVP_add_cipher_alias(const char *a, const char *b) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~^ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/derive_key.o" "-c" "third_party/boringssl/src/crypto/cipher/derive_key.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/e_aes.o" "-c" "third_party/boringssl/src/crypto/cipher/e_aes.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_set_encrypt_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:220:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 220 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:220:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 220 | static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] cargo:warning= | ~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:221:44: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 221 | AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_set_decrypt_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:225:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 225 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:225:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 225 | static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] cargo:warning= | ~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:226:44: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 226 | AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_encrypt': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:230:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 230 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:230:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 230 | static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:231:43: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 231 | const AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_decrypt': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:235:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 235 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:235:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 235 | static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:236:43: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 236 | const AES_KEY *key) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_cbc_encrypt': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:240:47: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:240:60: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:240:72: warning: unused parameter 'length' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 240 | static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] cargo:warning= | ~~~~~~~^~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:241:47: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:241:61: warning: unused parameter 'ivec' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:241:71: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 241 | const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_ctr32_encrypt_blocks': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:245:56: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 245 | static void aes_hw_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:245:69: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 245 | static void aes_hw_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:246:48: warning: unused parameter 'len' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 246 | size_t len, const AES_KEY *key, [INFO] [stderr] cargo:warning= | ~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:246:68: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 246 | size_t len, const AES_KEY *key, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:247:55: warning: unused parameter 'ivec' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 247 | const uint8_t ivec[16]) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:285:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 285 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_gcm_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:460:52: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 460 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aesni_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:788:42: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 788 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aesni_gcm_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_aes.c:839:54: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 839 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.o" "-c" "third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c: In function 'aead_chacha20_poly1305_open': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c:210:64: warning: unused parameter 'max_out_len' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 210 | size_t *out_len, size_t max_out_len, [INFO] [stderr] cargo:warning= | ~~~~~~~^~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/e_des.o" "-c" "third_party/boringssl/src/crypto/cipher/e_des.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c:72:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 72 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c:72:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 72 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_ede3_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c:132:45: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 132 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c:132:53: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 132 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_ede_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c:163:45: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 163 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_des.c:163:53: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 163 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/e_null.o" "-c" "third_party/boringssl/src/crypto/cipher/e_null.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_null.c: In function 'null_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_null.c:67:42: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 67 | static int null_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_null.c:67:62: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 67 | static int null_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_null.c:68:41: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 68 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_null.c:68:49: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 68 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_null.c: In function 'null_cipher': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_null.c:72:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 72 | static int null_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/e_rc2.o" "-c" "third_party/boringssl/src/crypto/cipher/e_rc2.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'rc2_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:372:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 372 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:372:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 372 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'rc2_ctrl': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:396:67: warning: unused parameter 'ptr' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 396 | static int rc2_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) { [INFO] [stderr] cargo:warning= | ~~~~~~^~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'RC2_cbc_encrypt': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:77:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 77 | (l2) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] cargo:warning= | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:78:7: note: here [INFO] [stderr] cargo:warning= 78 | case 7: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:79:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 79 | (l2) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:80:7: note: here [INFO] [stderr] cargo:warning= 80 | case 6: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:81:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 81 | (l2) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:82:7: note: here [INFO] [stderr] cargo:warning= 82 | case 5: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:83:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 83 | (l2) |= ((uint32_t)(*(--(c)))); \ [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:84:7: note: here [INFO] [stderr] cargo:warning= 84 | case 4: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:85:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 85 | (l1) = ((uint32_t)(*(--(c)))) << 24L; \ [INFO] [stderr] cargo:warning= | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:86:7: note: here [INFO] [stderr] cargo:warning= 86 | case 3: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:87:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 87 | (l1) |= ((uint32_t)(*(--(c)))) << 16L; \ [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:88:7: note: here [INFO] [stderr] cargo:warning= 88 | case 2: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:89:14: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 89 | (l1) |= ((uint32_t)(*(--(c)))) << 8L; \ [INFO] [stderr] cargo:warning= | ^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:90:7: note: here [INFO] [stderr] cargo:warning= 90 | case 1: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:242:7: note: in expansion of macro 'c2ln' [INFO] [stderr] cargo:warning= 242 | c2ln(in, tin0, tin1, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:108:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 108 | *(--(c)) = (uint8_t)(((l2) >> 24L) & 0xff); \ [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:109:7: note: here [INFO] [stderr] cargo:warning= 109 | case 7: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:110:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 110 | *(--(c)) = (uint8_t)(((l2) >> 16L) & 0xff); \ [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:111:7: note: here [INFO] [stderr] cargo:warning= 111 | case 6: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:112:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 112 | *(--(c)) = (uint8_t)(((l2) >> 8L) & 0xff); \ [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:113:7: note: here [INFO] [stderr] cargo:warning= 113 | case 5: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:114:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 114 | *(--(c)) = (uint8_t)(((l2)) & 0xff); \ [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:115:7: note: here [INFO] [stderr] cargo:warning= 115 | case 4: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:116:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 116 | *(--(c)) = (uint8_t)(((l1) >> 24L) & 0xff); \ [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:117:7: note: here [INFO] [stderr] cargo:warning= 117 | case 3: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:118:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 118 | *(--(c)) = (uint8_t)(((l1) >> 16L) & 0xff); \ [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:119:7: note: here [INFO] [stderr] cargo:warning= 119 | case 2: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:120:18: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] cargo:warning= 120 | *(--(c)) = (uint8_t)(((l1) >> 8L) & 0xff); \ [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:121:7: note: here [INFO] [stderr] cargo:warning= 121 | case 1: \ [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc2.c:280:7: note: in expansion of macro 'l2cn' [INFO] [stderr] cargo:warning= 280 | l2cn(tout0, tout1, out, l + 8); [INFO] [stderr] cargo:warning= | ^~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/e_rc4.o" "-c" "third_party/boringssl/src/crypto/cipher/e_rc4.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc4.c: In function 'rc4_init_key': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc4.c:66:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 66 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_rc4.c:66:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 66 | const uint8_t *iv, int enc) { [INFO] [stderr] cargo:warning= | ~~~~^~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/e_ssl3.o" "-c" "third_party/boringssl/src/crypto/cipher/e_ssl3.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_ssl3.c: In function 'aead_ssl3_seal': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_ssl3.c:127:41: warning: unused parameter 'nonce' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 127 | const uint8_t *nonce, size_t nonce_len, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_ssl3.c: In function 'aead_ssl3_open': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/e_ssl3.c:212:41: warning: unused parameter 'nonce' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 212 | const uint8_t *nonce, size_t nonce_len, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/e_tls.o" "-c" "third_party/boringssl/src/crypto/cipher/e_tls.c" [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cipher/tls_cbc.o" "-c" "third_party/boringssl/src/crypto/cipher/tls_cbc.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/tls_cbc.c: In function 'EVP_tls_cbc_remove_padding': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cipher/tls_cbc.c:78:41: warning: unused parameter 'block_size' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 78 | unsigned block_size, unsigned mac_size) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~^~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cmac/cmac.o" "-c" "third_party/boringssl/src/crypto/cmac/cmac.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cmac/cmac.c: In function 'CMAC_Init': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cmac/cmac.c:148:49: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 148 | const EVP_CIPHER *cipher, ENGINE *engine) { [INFO] [stderr] cargo:warning= | ~~~~~~~~^~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/conf/conf.o" "-c" "third_party/boringssl/src/crypto/conf/conf.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c: In function 'eat_ws': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c:405:27: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 405 | static char *eat_ws(CONF *conf, char *p) { [INFO] [stderr] cargo:warning= | ~~~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c: In function 'eat_alpha_numeric': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c:414:38: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 414 | static char *eat_alpha_numeric(CONF *conf, char *p) { [INFO] [stderr] cargo:warning= | ~~~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c: In function 'scan_quote': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c:427:31: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 427 | static char *scan_quote(CONF *conf, char *p) { [INFO] [stderr] cargo:warning= | ~~~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c: In function 'scan_dquote': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c:447:32: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 447 | static char *scan_dquote(CONF *conf, char *p) { [INFO] [stderr] cargo:warning= | ~~~~~~^~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c: In function 'CONF_modules_load_file': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c:782:47: warning: unused parameter 'filename' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 782 | int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c:782:69: warning: unused parameter 'appname' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 782 | int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~^~~~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c:783:42: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 783 | unsigned long flags) { [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~^~~~~ [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c: In function 'OPENSSL_config': [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/conf/conf.c:789:40: warning: unused parameter 'config_name' [-Wunused-parameter] [INFO] [stderr] cargo:warning= 789 | void OPENSSL_config(CONF_MUST_BE_NULL *config_name) {} [INFO] [stderr] cargo:warning= | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ [INFO] [stderr] exit status: 0 [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] OPT_LEVEL = Some("0") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] HOST = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] TARGET = Some("x86_64-unknown-linux-gnu") [INFO] [stderr] HOST = Some("x86_64-unknown-linux-gnu") [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] DEBUG = Some("true") [INFO] [stderr] running: "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cpu-aarch64-linux.o" "-c" "third_party/boringssl/src/crypto/cpu-aarch64-linux.c" [INFO] [stderr] cargo:warning=third_party/boringssl/src/crypto/cpu-aarch64-linux.c:16: fatal error: error closing /tmp/ccjtTEv2.s: No space left on device [INFO] [stderr] cargo:warning= 16 | [INFO] [stderr] cargo:warning= | [INFO] [stderr] cargo:warning=compilation terminated. [INFO] [stderr] exit status: 1 [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gcc-0.3.55/src/lib.rs:1672:5: [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] Internal error occurred: Command "cc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-m64" "-I" "third_party/boringssl/src/include" "-std=c11" "-DBORINGSSL_IMPLEMENTATION" "-DOPENSSL_SMALL" "-D_XOPEN_SOURCE=700" "-Wall" "-Wextra" "-o" "/opt/rustwide/target/debug/build/boringssl-2f9505ff44978276/out/third_party/boringssl/src/crypto/cpu-aarch64-linux.o" "-c" "third_party/boringssl/src/crypto/cpu-aarch64-linux.c" with args "cc" did not execute successfully (status code exit status: 1). [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x57865a0694f0 - std::backtrace_rs::backtrace::libunwind::trace::h80d32a1f5e51521d [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x57865a0694f0 - std::backtrace_rs::backtrace::trace_unsynchronized::hd692d283dae59c02 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x57865a0694f0 - std::sys::backtrace::_print_fmt::hd4426e6f936c2d9a [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x57865a0694f0 - ::fmt::hb724eabc0ad78635 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x57865a08d203 - core::fmt::rt::Argument::fmt::h6e84ff115e838820 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/core/src/fmt/rt.rs:177:76 [INFO] [stderr] 5: 0x57865a08d203 - core::fmt::write::h2ba87c04d7395c9c [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/core/src/fmt/mod.rs:1449:21 [INFO] [stderr] 6: 0x57865a065c03 - std::io::Write::write_fmt::hfa6a9da60d569ca6 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/io/mod.rs:1890:15 [INFO] [stderr] 7: 0x57865a069342 - std::sys::backtrace::BacktraceLock::print::h4ab0db3d989d552e [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 8: 0x57865a06a4bf - std::panicking::default_hook::{{closure}}::h3f0eed1f3665de82 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:298:22 [INFO] [stderr] 9: 0x57865a06a32a - std::panicking::default_hook::h179f8301c7da8cf4 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:325:9 [INFO] [stderr] 10: 0x57865a06add2 - std::panicking::rust_panic_with_hook::h86cd07aec2e613c5 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:831:13 [INFO] [stderr] 11: 0x57865a06ac6a - std::panicking::begin_panic_handler::{{closure}}::he2e747a6c54051c6 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:704:13 [INFO] [stderr] 12: 0x57865a0699f9 - std::sys::backtrace::__rust_end_short_backtrace::h0141671d10fc3772 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 13: 0x57865a06a8fd - rust_begin_unwind [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:695:5 [INFO] [stderr] 14: 0x57865a08c050 - core::panicking::panic_fmt::h5eb235fb4ae88e73 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/core/src/panicking.rs:75:14 [INFO] [stderr] 15: 0x57865a02864f - gcc::fail::hbd6b73330454faea [INFO] [stderr] 16: 0x57865a01c19f - gcc::Build::compile::h3a4790ac388cfcb7 [INFO] [stderr] 17: 0x57865a017ce0 - build_script_build::main::he4ea41d2808d72f9 [INFO] [stderr] 18: 0x57865a015913 - core::ops::function::FnOnce::call_once::h9fea019e0bf1496f [INFO] [stderr] 19: 0x57865a015836 - std::sys::backtrace::__rust_begin_short_backtrace::h36a5047ce2d2932a [INFO] [stderr] 20: 0x57865a0157d9 - std::rt::lang_start::{{closure}}::h2bc5664b80551ae9 [INFO] [stderr] 21: 0x57865a061310 - core::ops::function::impls:: for &F>::call_once::h66238f3af61afe54 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/core/src/ops/function.rs:284:13 [INFO] [stderr] 22: 0x57865a061310 - std::panicking::try::do_call::hd208c0e568a5e6bb [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:587:40 [INFO] [stderr] 23: 0x57865a061310 - std::panicking::try::h083536db97e50b83 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:550:19 [INFO] [stderr] 24: 0x57865a061310 - std::panic::catch_unwind::hba9494df67742171 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panic.rs:358:14 [INFO] [stderr] 25: 0x57865a061310 - std::rt::lang_start_internal::{{closure}}::h97df593f0b0c062a [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/rt.rs:168:24 [INFO] [stderr] 26: 0x57865a061310 - std::panicking::try::do_call::h19b09212b078793a [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:587:40 [INFO] [stderr] 27: 0x57865a061310 - std::panicking::try::h2e1435314d102adf [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panicking.rs:550:19 [INFO] [stderr] 28: 0x57865a061310 - std::panic::catch_unwind::hd14edfb37a67f0d8 [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/panic.rs:358:14 [INFO] [stderr] 29: 0x57865a061310 - std::rt::lang_start_internal::h9ff23ce28e9ed5ab [INFO] [stderr] at /rustc/69fd5e4059f8840f09f60269bcda23dcdcb77151/library/std/src/rt.rs:164:5 [INFO] [stderr] 30: 0x57865a0157c1 - std::rt::lang_start::h6f8ffd677e602f81 [INFO] [stderr] 31: 0x57865a018955 - main [INFO] [stderr] 32: 0x78d07d9c4d90 - [INFO] [stderr] 33: 0x78d07d9c4e40 - __libc_start_main [INFO] [stderr] 34: 0x57865a0148d5 - _start [INFO] [stderr] 35: 0x0 - [INFO] running `Command { std: "docker" "inspect" "53c4816a731123cb53a636fbabb974656cbb441151fc20e0205ad676db06fd7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53c4816a731123cb53a636fbabb974656cbb441151fc20e0205ad676db06fd7b", kill_on_drop: false }` [INFO] [stdout] 53c4816a731123cb53a636fbabb974656cbb441151fc20e0205ad676db06fd7b