[INFO] crate boringssl 0.0.5 is already in cache [INFO] extracting crate boringssl 0.0.5 into work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/boringssl/0.0.5 [INFO] extracting crate boringssl 0.0.5 into work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/boringssl/0.0.5 [INFO] validating manifest of boringssl-0.0.5 on toolchain master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of boringssl-0.0.5 on toolchain try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing boringssl-0.0.5 [INFO] finished frobbing boringssl-0.0.5 [INFO] frobbed toml for boringssl-0.0.5 written to work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/boringssl/0.0.5/Cargo.toml [INFO] started frobbing boringssl-0.0.5 [INFO] finished frobbing boringssl-0.0.5 [INFO] frobbed toml for boringssl-0.0.5 written to work/ex/pr-59199/sources/try#68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b/reg/boringssl/0.0.5/Cargo.toml [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+68fcf881bd1e4dbfc21e22f8c7a56b8a5d8e8f7b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking boringssl-0.0.5 against master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7 for pr-59199 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-59199/worker-0/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-59199/sources/master#bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7/reg/boringssl/0.0.5:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+bc44841ad2a2ad5f6c5e67b9e35ed8e7e71d4dc7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 67c44bd69821de21958c6d2fdf847f75dbb9f756cc49e9065986ad20232d64d8 [INFO] running `"docker" "start" "-a" "67c44bd69821de21958c6d2fdf847f75dbb9f756cc49e9065986ad20232d64d8"` [INFO] [stderr] Compiling boringssl v0.0.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'gcc::Config': gcc::Config has been renamed to gcc::Build [INFO] [stderr] --> build.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | let mut boringssl = gcc::Config::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'gcc::Build::new': crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stderr] --> build.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | let mut boringssl = gcc::Config::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_set_encrypt_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1082:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1082:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1082:79: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_set_decrypt_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1086:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1086:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1086:79: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1090:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1090:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1090:76: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c: In function 'aes_hw_decrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1094:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1094:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/aes/aes.c:1094:76: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, const AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/a_d2i_fp.c: In function 'ASN1_d2i_bio': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/a_d2i_fp.c:86:28: warning: unused parameter 'xnew' [-Wunused-parameter] [INFO] [stderr] warning: void *ASN1_d2i_bio(void *(*xnew) (void), d2i_of_void *d2i, BIO *in, void **x) [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/a_mbstr.c: In function 'in_utf8': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/a_mbstr.c:295:34: warning: unused parameter 'value' [-Wunused-parameter] [INFO] [stderr] warning: static int in_utf8(unsigned long value, void *arg) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/f_string.c: In function 'i2a_ASN1_STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/f_string.c:61:50: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: int i2a_ASN1_STRING(BIO *bp, ASN1_STRING *a, int type) [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_new': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:97:55: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int bn_new(ASN1_VALUE **pval, const ASN1_ITEM *it) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_i2c': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:117:64: warning: unused parameter 'putype' [-Wunused-parameter] [INFO] [stderr] warning: static int bn_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:118:36: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: const ASN1_ITEM *it) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c: In function 'bn_c2i': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:139:23: warning: unused parameter 'utype' [-Wunused-parameter] [INFO] [stderr] warning: int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_bignum.c:139:36: warning: unused parameter 'free_cont' [-Wunused-parameter] [INFO] [stderr] warning: int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_i2c': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:113:66: warning: unused parameter 'putype' [-Wunused-parameter] [INFO] [stderr] warning: static int long_i2c(ASN1_VALUE **pval, unsigned char *cont, int *putype, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_c2i': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:160:25: warning: unused parameter 'utype' [-Wunused-parameter] [INFO] [stderr] warning: int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:160:38: warning: unused parameter 'free_cont' [-Wunused-parameter] [INFO] [stderr] warning: int utype, char *free_cont, const ASN1_ITEM *it) [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c: In function 'long_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:196:69: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:197:27: warning: unused parameter 'indent' [-Wunused-parameter] [INFO] [stderr] warning: int indent, const ASN1_PCTX *pctx) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/asn1/x_long.c:197:52: warning: unused parameter 'pctx' [-Wunused-parameter] [INFO] [stderr] warning: int indent, const ASN1_PCTX *pctx) [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/base64/base64.c: In function 'EVP_DecodeFinal': [INFO] [stderr] warning: third_party/boringssl/src/crypto/base64/base64.c:362:51: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, uint8_t *out, int *out_len) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/bio.c: In function 'BIO_set_write_buffer_size': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/bio.c:612:36: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] warning: int BIO_set_write_buffer_size(BIO *bio, int buffer_size) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/bio.c:612:45: warning: unused parameter 'buffer_size' [-Wunused-parameter] [INFO] [stderr] warning: int BIO_set_write_buffer_size(BIO *bio, int buffer_size) { return 0; } [INFO] [stderr] warning: ^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/file.c: In function 'file_new': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bio/file.c:128:26: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] warning: static int file_new(BIO *bio) { return 1; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/exponentiation.c: In function 'BN_RECP_CTX_set': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/exponentiation.c:219:72: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: static int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/montgomery.c: In function 'BN_MONT_CTX_set': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/montgomery.c:171:67: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/random.c: In function 'BN_generate_dsa_nonce': [INFO] [stderr] warning: third_party/boringssl/src/crypto/bn/random.c:266:35: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/aead.c: In function 'EVP_AEAD_CTX_init': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/aead.c:40:31: warning: unused parameter 'impl' [-Wunused-parameter] [INFO] [stderr] warning: ENGINE *impl) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c: In function 'EVP_CipherInit_ex': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c:153:31: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: ENGINE *engine, const uint8_t *key, const uint8_t *iv, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c: In function 'EVP_add_cipher_alias': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c:630:38: warning: unused parameter 'a' [-Wunused-parameter] [INFO] [stderr] warning: int EVP_add_cipher_alias(const char *a, const char *b) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/cipher.c:630:53: warning: unused parameter 'b' [-Wunused-parameter] [INFO] [stderr] warning: int EVP_add_cipher_alias(const char *a, const char *b) { [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_set_encrypt_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:220:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:220:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_encrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:221:44: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_set_decrypt_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:225:50: warning: unused parameter 'user_key' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:225:64: warning: unused parameter 'bits' [-Wunused-parameter] [INFO] [stderr] warning: static int aes_hw_set_decrypt_key(const uint8_t *user_key, int bits, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:226:44: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:230:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:230:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_encrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:231:43: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: const AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_decrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:235:43: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:235:56: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_decrypt(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:236:43: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: const AES_KEY *key) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_cbc_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:240:47: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:240:60: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:240:72: warning: unused parameter 'length' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_cbc_encrypt(const uint8_t *in, uint8_t *out, size_t length, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:241:47: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:241:61: warning: unused parameter 'ivec' [-Wunused-parameter] [INFO] [stderr] warning: const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:241:71: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const AES_KEY *key, uint8_t *ivec, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_hw_ctr32_encrypt_blocks': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:245:56: warning: unused parameter 'in' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:245:69: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static void aes_hw_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:246:48: warning: unused parameter 'len' [-Wunused-parameter] [INFO] [stderr] warning: size_t len, const AES_KEY *key, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:246:68: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: size_t len, const AES_KEY *key, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:247:55: warning: unused parameter 'ivec' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t ivec[16]) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:285:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aes_gcm_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:460:52: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aesni_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:788:42: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c: In function 'aesni_gcm_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_aes.c:839:54: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c: In function 'aead_chacha20_poly1305_open': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_chacha20poly1305.c:210:64: warning: unused parameter 'max_out_len' [-Wunused-parameter] [INFO] [stderr] warning: size_t *out_len, size_t max_out_len, [INFO] [stderr] warning: ^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:72:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:72:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_ede3_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:132:45: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:132:53: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c: In function 'des_ede_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:163:45: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_des.c:163:53: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c: In function 'null_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:67:42: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: static int null_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:67:62: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: static int null_init_key(EVP_CIPHER_CTX *ctx, const uint8_t *key, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:68:41: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:68:49: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c: In function 'null_cipher': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_null.c:72:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: static int null_cipher(EVP_CIPHER_CTX *ctx, uint8_t *out, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'rc2_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:372:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:372:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c: In function 'rc2_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc2.c:396:67: warning: unused parameter 'ptr' [-Wunused-parameter] [INFO] [stderr] warning: static int rc2_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc4.c: In function 'rc4_init_key': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc4.c:66:40: warning: unused parameter 'iv' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_rc4.c:66:48: warning: unused parameter 'enc' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *iv, int enc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_ssl3.c: In function 'aead_ssl3_seal': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_ssl3.c:127:41: warning: unused parameter 'nonce' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *nonce, size_t nonce_len, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_ssl3.c: In function 'aead_ssl3_open': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/e_ssl3.c:212:41: warning: unused parameter 'nonce' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t *nonce, size_t nonce_len, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/tls_cbc.c: In function 'EVP_tls_cbc_remove_padding': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cipher/tls_cbc.c:78:41: warning: unused parameter 'block_size' [-Wunused-parameter] [INFO] [stderr] warning: unsigned block_size, unsigned mac_size) { [INFO] [stderr] warning: ^~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/cmac/cmac.c: In function 'CMAC_Init': [INFO] [stderr] warning: third_party/boringssl/src/crypto/cmac/cmac.c:148:49: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: const EVP_CIPHER *cipher, ENGINE *engine) { [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'eat_ws': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:405:27: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: static char *eat_ws(CONF *conf, char *p) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'eat_alpha_numeric': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:414:38: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: static char *eat_alpha_numeric(CONF *conf, char *p) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'scan_quote': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:427:31: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: static char *scan_quote(CONF *conf, char *p) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'scan_dquote': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:447:32: warning: unused parameter 'conf' [-Wunused-parameter] [INFO] [stderr] warning: static char *scan_dquote(CONF *conf, char *p) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'CONF_modules_load_file': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:782:47: warning: unused parameter 'filename' [-Wunused-parameter] [INFO] [stderr] warning: int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:782:69: warning: unused parameter 'appname' [-Wunused-parameter] [INFO] [stderr] warning: int CONF_modules_load_file(CONF_MUST_BE_NULL *filename, const char *appname, [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:783:42: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: unsigned long flags) { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c: In function 'OPENSSL_config': [INFO] [stderr] warning: third_party/boringssl/src/crypto/conf/conf.c:789:40: warning: unused parameter 'config_name' [-Wunused-parameter] [INFO] [stderr] warning: void OPENSSL_config(CONF_MUST_BE_NULL *config_name) {} [INFO] [stderr] warning: ^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/crypto.c: In function 'SSLeay_version': [INFO] [stderr] warning: third_party/boringssl/src/crypto/crypto.c:144:32: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: const char *SSLeay_version(int unused) { [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dh/dh.c: In function 'DH_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dh/dh.c:467:66: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dh/params.c: In function 'get_standard_parameters': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dh/params.c:191:50: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: const ENGINE *engine) { [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/digest/digest.c: In function 'EVP_DigestInit_ex': [INFO] [stderr] warning: third_party/boringssl/src/crypto/digest/digest.c:167:68: warning: unused parameter 'engine' [-Wunused-parameter] [INFO] [stderr] warning: int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *engine) { [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/digest/digest.c: In function 'EVP_add_digest': [INFO] [stderr] warning: third_party/boringssl/src/crypto/digest/digest.c:249:34: warning: unused parameter 'digest' [-Wunused-parameter] [INFO] [stderr] warning: int EVP_add_digest(const EVP_MD *digest) { [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c: In function 'DSA_sign': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c:720:18: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: int DSA_sign(int type, const uint8_t *digest, size_t digest_len, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c: In function 'DSA_verify': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c:735:20: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: int DSA_verify(int type, const uint8_t *digest, size_t digest_len, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c: In function 'DSA_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/dsa/dsa.c:910:67: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_cmp': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:558:64: warning: unused parameter 'ignored' [-Wunused-parameter] [INFO] [stderr] warning: int EC_GROUP_cmp(const EC_GROUP *a, const EC_GROUP *b, BN_CTX *ignored) { [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_get_order': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:573:70: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int EC_GROUP_get_order(const EC_GROUP *group, BIGNUM *order, BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_get_cofactor': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:580:43: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: int EC_GROUP_get_cofactor(const EC_GROUP *group, BIGNUM *cofactor, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:581:35: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_set_asn1_flag': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:814:39: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) {} [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:814:50: warning: unused parameter 'flag' [-Wunused-parameter] [INFO] [stderr] warning: void EC_GROUP_set_asn1_flag(EC_GROUP *group, int flag) {} [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_method_of': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:816:53: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: const EC_METHOD *EC_GROUP_method_of(const EC_GROUP *group) { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_METHOD_get_field_type': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:820:47: warning: unused parameter 'meth' [-Wunused-parameter] [INFO] [stderr] warning: int EC_METHOD_get_field_type(const EC_METHOD *meth) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c: In function 'EC_GROUP_set_point_conversion_form': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec.c:824:51: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: void EC_GROUP_set_point_conversion_form(EC_GROUP *group, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c: In function 'EC_KEY_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c:460:70: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c: In function 'EC_KEY_set_asn1_flag': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c:479:35: warning: unused parameter 'key' [-Wunused-parameter] [INFO] [stderr] warning: void EC_KEY_set_asn1_flag(EC_KEY *key, int flag) {} [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/ec_key.c:479:44: warning: unused parameter 'flag' [-Wunused-parameter] [INFO] [stderr] warning: void EC_KEY_set_asn1_flag(EC_KEY *key, int flag) {} [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/p256-64.c: In function 'ec_GFp_nistp256_point_get_affine_coordinates': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/p256-64.c:1535:65: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c: In function 'ec_GFp_simple_point_set_to_infinity': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c:268:57: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c: In function 'ec_GFp_simple_invert': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c:690:74: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c: In function 'ec_GFp_simple_is_at_infinity': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ec/simple.c:699:50: warning: unused parameter 'group' [-Wunused-parameter] [INFO] [stderr] warning: int ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ecdsa/ecdsa.c: In function 'ECDSA_verify': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ecdsa/ecdsa.c:79:22: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: int ECDSA_verify(int type, const uint8_t *digest, size_t digest_len, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/ecdsa/ecdsa.c: In function 'ECDSA_sign_ex': [INFO] [stderr] warning: third_party/boringssl/src/crypto/ecdsa/ecdsa.c:444:23: warning: unused parameter 'type' [-Wunused-parameter] [INFO] [stderr] warning: int ECDSA_sign_ex(int type, const uint8_t *digest, size_t digest_len, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c: In function 'ERR_remove_state': [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c:333:37: warning: unused parameter 'pid' [-Wunused-parameter] [INFO] [stderr] warning: void ERR_remove_state(unsigned long pid) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c: In function 'ERR_func_error_string': [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c:511:44: warning: unused parameter 'packed_error' [-Wunused-parameter] [INFO] [stderr] warning: const char *ERR_func_error_string(uint32_t packed_error) { [INFO] [stderr] warning: ^~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c: In function 'ERR_put_error': [INFO] [stderr] warning: third_party/boringssl/src/crypto/err/err.c:608:37: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: void ERR_put_error(int library, int unused, int reason, const char *file, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/evp.c: In function 'EVP_PKEY_get0_DH': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/evp.c:305:32: warning: unused parameter 'pkey' [-Wunused-parameter] [INFO] [stderr] warning: DH *EVP_PKEY_get0_DH(EVP_PKEY *pkey) { return NULL; } [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/p_ec.c: In function 'pkey_ec_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/p_ec.c:177:58: warning: unused parameter 'p1' [-Wunused-parameter] [INFO] [stderr] warning: static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'rsa_pub_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:236:37: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'rsa_priv_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:241:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'dsa_param_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:307:39: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'dsa_pub_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:312:37: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'dsa_priv_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:317:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'eckey_param_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:431:41: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'eckey_pub_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:436:39: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'eckey_priv_print': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:442:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c: In function 'print_unsupported': [INFO] [stderr] warning: third_party/boringssl/src/crypto/evp/print.c:488:56: warning: unused parameter 'pkey' [-Wunused-parameter] [INFO] [stderr] warning: static int print_unsupported(BIO *out, const EVP_PKEY *pkey, int indent, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/pem/pem_lib.c: In function 'PEM_def_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/pem/pem_lib.c:770:47: warning: unused parameter 'rwflag' [-Wunused-parameter] [INFO] [stderr] warning: int PEM_def_callback(char *buf, int size, int rwflag, void *userdata) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c: In function 'PKCS5_pbe2_decrypt_init': [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p5_pbev2.c:137:53: warning: unused parameter 'suite' [-Wunused-parameter] [INFO] [stderr] warning: int PKCS5_pbe2_decrypt_init(const struct pbe_suite *suite, EVP_CIPHER_CTX *ctx, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p8_pkey.c: In function 'pkey_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p8_pkey.c:64:71: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int pkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/pkcs8/p8_pkey.c:65:26: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: void *exarg) { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_seed': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:196:28: warning: unused parameter 'buf' [-Wunused-parameter] [INFO] [stderr] warning: void RAND_seed(const void *buf, int num) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:196:37: warning: unused parameter 'num' [-Wunused-parameter] [INFO] [stderr] warning: void RAND_seed(const void *buf, int num) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_load_file': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:203:32: warning: unused parameter 'path' [-Wunused-parameter] [INFO] [stderr] warning: int RAND_load_file(const char *path, long num) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_file_name': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:213:34: warning: unused parameter 'buf' [-Wunused-parameter] [INFO] [stderr] warning: const char *RAND_file_name(char *buf, size_t num) { return NULL; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:213:46: warning: unused parameter 'num' [-Wunused-parameter] [INFO] [stderr] warning: const char *RAND_file_name(char *buf, size_t num) { return NULL; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_add': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:215:27: warning: unused parameter 'buf' [-Wunused-parameter] [INFO] [stderr] warning: void RAND_add(const void *buf, int num, double entropy) {} [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:215:36: warning: unused parameter 'num' [-Wunused-parameter] [INFO] [stderr] warning: void RAND_add(const void *buf, int num, double entropy) {} [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:215:48: warning: unused parameter 'entropy' [-Wunused-parameter] [INFO] [stderr] warning: void RAND_add(const void *buf, int num, double entropy) {} [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_egd': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:217:26: warning: unused parameter 'path' [-Wunused-parameter] [INFO] [stderr] warning: int RAND_egd(const char *path) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c: In function 'RAND_set_rand_method': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rand/rand.c:242:46: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: void RAND_set_rand_method(const RAND_METHOD *method) {} [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c: In function 'RSA_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c:331:67: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c: In function 'RSA_blinding_on': [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c:828:26: warning: unused parameter 'rsa' [-Wunused-parameter] [INFO] [stderr] warning: int RSA_blinding_on(RSA *rsa, BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/rsa/rsa.c:828:39: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int RSA_blinding_on(RSA *rsa, BN_CTX *ctx) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_locking_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:62:41: warning: unused parameter 'func' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_set_locking_callback(void (*func)(int mode, int lock_num, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_add_lock_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:70:41: warning: unused parameter 'func' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_set_add_lock_callback(int (*func)(int *num, int mount, int lock_num, [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_get_lock_name': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:73:38: warning: unused parameter 'lock_num' [-Wunused-parameter] [INFO] [stderr] warning: const char *CRYPTO_get_lock_name(int lock_num) { [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_THREADID_set_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:77:41: warning: unused parameter 'func' [-Wunused-parameter] [INFO] [stderr] warning: int CRYPTO_THREADID_set_callback(void (*func)(CRYPTO_THREADID *)) { return 1; } [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_THREADID_set_numeric': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:79:51: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val) {} [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:79:69: warning: unused parameter 'val' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val) {} [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_THREADID_set_pointer': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:81:51: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr) {} [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:81:61: warning: unused parameter 'ptr' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_THREADID_set_pointer(CRYPTO_THREADID *id, void *ptr) {} [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_THREADID_current': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:83:47: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_THREADID_current(CRYPTO_THREADID *id) {} [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_id_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:85:45: warning: unused parameter 'func' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_set_id_callback(unsigned long (*func)(void)) {} [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_dynlock_create_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:88:6: warning: unused parameter 'dyn_create_function' [-Wunused-parameter] [INFO] [stderr] warning: *dyn_create_function)(const char *file, int line)) {} [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_dynlock_lock_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:90:46: warning: unused parameter 'dyn_lock_function' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_set_dynlock_lock_callback(void (*dyn_lock_function)( [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c: In function 'CRYPTO_set_dynlock_destroy_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/thread.c:93:49: warning: unused parameter 'dyn_destroy_function' [-Wunused-parameter] [INFO] [stderr] warning: void CRYPTO_set_dynlock_destroy_callback(void (*dyn_destroy_function)( [INFO] [stderr] warning: ^~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/by_dir.c: In function 'dir_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/by_dir.c:116:28: warning: unused parameter 'retp' [-Wunused-parameter] [INFO] [stderr] warning: char **retp) [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/by_file.c: In function 'by_file_ctrl': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/by_file.c:89:43: warning: unused parameter 'ret' [-Wunused-parameter] [INFO] [stderr] warning: long argl, char **ret) [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/rsa_pss.c: In function 'x509_print_rsa_pss_params': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/rsa_pss.c:299:42: warning: unused parameter 'pctx' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_PCTX *pctx) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_att.c: In function 'X509_ATTRIBUTE_get0_data': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_att.c:358:51: warning: unused parameter 'data' [-Wunused-parameter] [INFO] [stderr] warning: int atrtype, void *data) [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c: In function 'trust_compat': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c:294:37: warning: unused parameter 'trust' [-Wunused-parameter] [INFO] [stderr] warning: static int trust_compat(X509_TRUST *trust, X509 *x, int flags) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c:294:57: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: static int trust_compat(X509_TRUST *trust, X509 *x, int flags) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c: In function 'obj_trust': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_trs.c:303:43: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: static int obj_trust(int id, X509 *x, int flags) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'null_callback': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:144:50: warning: unused parameter 'e' [-Wunused-parameter] [INFO] [stderr] warning: static int null_callback(int ok, X509_STORE_CTX *e) [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'check_crl_chain': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:1344:44: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: static int check_crl_chain(X509_STORE_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'X509_CRL_diff': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:1996:72: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: EVP_PKEY *skey, const EVP_MD *md, unsigned int flags) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'X509_STORE_CTX_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:2103:56: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: CRYPTO_EX_unused * unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c: In function 'X509_STORE_CTX_set_time': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x509_vfy.c:2425:65: warning: unused parameter 'flags' [-Wunused-parameter] [INFO] [stderr] warning: void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c: In function 'crl_inf_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c:116:74: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int crl_inf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c:117:29: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: void *exarg) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c: In function 'crl_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c:222:70: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int crl_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_crl.c:223:25: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: void *exarg) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c: In function 'x509_name_ex_new': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:143:64: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int x509_name_ex_new(ASN1_VALUE **val, const ASN1_ITEM *it) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c: In function 'x509_name_ex_free': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:169:67: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static void x509_name_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c: In function 'x509_name_ex_d2i': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:196:46: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: const ASN1_ITEM *it, int tag, int aclass, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c: In function 'x509_name_ex_i2d': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:269:46: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: const ASN1_ITEM *it, int tag, int aclass) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:269:54: warning: unused parameter 'tag' [-Wunused-parameter] [INFO] [stderr] warning: const ASN1_ITEM *it, int tag, int aclass) [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_name.c:269:63: warning: unused parameter 'aclass' [-Wunused-parameter] [INFO] [stderr] warning: const ASN1_ITEM *it, int tag, int aclass) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_pubkey.c: In function 'pubkey_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_pubkey.c:73:73: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int pubkey_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_pubkey.c:74:28: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: void *exarg) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_req.c: In function 'rinf_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_req.c:76:71: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_req.c:77:26: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: void *exarg) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c: In function 'x509_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c:93:71: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c:94:26: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: void *exarg) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c: In function 'X509_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509/x_x509.c:190:69: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused * unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_akey.c: In function 'i2v_AUTHORITY_KEYID': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_akey.c:88:69: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_akey.c: In function 'v2i_AUTHORITY_KEYID': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_akey.c:117:64: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static AUTHORITY_KEYID *v2i_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_alt.c: In function 'i2v_GENERAL_NAME': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_alt.c:115:59: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_alt.c: In function 'a2i_GENERAL_NAME': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_alt.c:432:57: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c: In function 'i2v_BASIC_CONSTRAINTS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c:94:71: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static STACK_OF(CONF_VALUE) *i2v_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c: In function 'v2i_BASIC_CONSTRAINTS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c:104:68: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static BASIC_CONSTRAINTS *v2i_BASIC_CONSTRAINTS(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bcons.c:105:61: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bitst.c: In function 'v2i_ASN1_BIT_STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_bitst.c:109:50: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c: In function 'r2i_certpol': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c:140:61: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static STACK_OF(POLICYINFO) *r2i_certpol(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c: In function 'notice_section': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c:299:51: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: static POLICYQUALINFO *notice_section(X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c: In function 'i2r_certpol': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_cpols.c:410:43: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static int i2r_certpol(X509V3_EXT_METHOD *method, STACK_OF(POLICYINFO) *pol, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c: In function 'dpn_cb': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:346:70: warning: unused parameter 'it' [-Wunused-parameter] [INFO] [stderr] warning: static int dpn_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:347:25: warning: unused parameter 'exarg' [-Wunused-parameter] [INFO] [stderr] warning: void *exarg) [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c: In function 'v2i_idp': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:414:47: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static void *v2i_idp(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c: In function 'i2r_idp': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:490:45: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static int i2r_idp(const X509V3_EXT_METHOD *method, void *pidp, BIO *out, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c: In function 'i2r_crldp': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_crld.c:514:47: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static int i2r_crldp(const X509V3_EXT_METHOD *method, void *pcrldp, BIO *out, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c: In function 'i2v_EXTENDED_KEY_USAGE': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c:103:54: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: *method, void *a, STACK_OF(CONF_VALUE) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c: In function 'v2i_EXTENDED_KEY_USAGE': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c:118:62: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static void *v2i_EXTENDED_KEY_USAGE(const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_extku.c:119:49: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c: In function 'i2s_ASN1_IA5STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c:88:52: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static char *i2s_ASN1_IA5STRING(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c: In function 's2i_ASN1_IA5STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c:103:62: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static ASN1_IA5STRING *s2i_ASN1_IA5STRING(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ia5.c:104:55: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: X509V3_CTX *ctx, char *str) [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_int.c: In function 's2i_asn1_int': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_int.c:79:64: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: static void *s2i_asn1_int(X509V3_EXT_METHOD *meth, X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ncons.c: In function 'do_i2r_name_constraints': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_ncons.c:173:61: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static int do_i2r_name_constraints(const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pci.c: In function 'i2r_pci': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pci.c:65:39: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static int i2r_pci(X509V3_EXT_METHOD *method, PROXY_CERT_INFO_EXTENSION *pci, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pci.c: In function 'r2i_pci': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pci.c:229:62: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static PROXY_CERT_INFO_EXTENSION *r2i_pci(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c: In function 'i2v_POLICY_CONSTRAINTS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c:94:54: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: *method, void *a, STACK_OF(CONF_VALUE) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c: In function 'v2i_POLICY_CONSTRAINTS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c:105:62: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static void *v2i_POLICY_CONSTRAINTS(const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pcons.c:106:49: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pku.c: In function 'i2r_PKEY_USAGE_PERIOD': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pku.c:88:53: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static int i2r_PKEY_USAGE_PERIOD(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c: In function 'i2v_POLICY_MAPPINGS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c:96:51: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: *method, void *a, STACK_OF(CONF_VALUE) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c: In function 'v2i_POLICY_MAPPINGS': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c:113:59: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static void *v2i_POLICY_MAPPINGS(const X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_pmaps.c:114:46: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *nval) [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_ssl_client': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:620:57: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_ssl_server': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:644:57: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_smime_sign': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:701:57: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_smime_encrypt': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:713:60: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_crl_sign': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:725:55: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'ocsp_helper': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:745:44: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: static int ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int ca) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'check_purpose_timestamp_sign': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:757:61: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c: In function 'no_check': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:792:41: warning: unused parameter 'xp' [-Wunused-parameter] [INFO] [stderr] warning: static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:792:57: warning: unused parameter 'x' [-Wunused-parameter] [INFO] [stderr] warning: static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) [INFO] [stderr] warning: ^ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_purp.c:792:64: warning: unused parameter 'ca' [-Wunused-parameter] [INFO] [stderr] warning: static int no_check(const X509_PURPOSE *xp, const X509 *x, int ca) [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c: In function 'i2s_ASN1_OCTET_STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c:77:48: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: char *i2s_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, ASN1_OCTET_STRING *oct) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c: In function 's2i_ASN1_OCTET_STRING': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c:82:61: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_OCTET_STRING *s2i_ASN1_OCTET_STRING(X509V3_EXT_METHOD *method, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_skey.c:83:54: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: X509V3_CTX *ctx, char *str) [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c: In function 'sxnet_i2r': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c:110:41: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c: In function 'sxnet_v2i': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c:137:44: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_sxnet.c:137:64: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: static SXNET *sxnet_v2i(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 'i2s_ASN1_ENUMERATED': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:158:46: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: char *i2s_ASN1_ENUMERATED(X509V3_EXT_METHOD *method, ASN1_ENUMERATED *a) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 'i2s_ASN1_INTEGER': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:171:43: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: char *i2s_ASN1_INTEGER(X509V3_EXT_METHOD *method, ASN1_INTEGER *a) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 's2i_ASN1_INTEGER': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:184:51: warning: unused parameter 'method' [-Wunused-parameter] [INFO] [stderr] warning: ASN1_INTEGER *s2i_ASN1_INTEGER(X509V3_EXT_METHOD *method, char *value) [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 'skip_prefix': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:636:46: warning: unused parameter 'subject' [-Wunused-parameter] [INFO] [stderr] warning: const unsigned char *subject, size_t subject_len, [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c: In function 'equal_email': [INFO] [stderr] warning: third_party/boringssl/src/crypto/x509v3/v3_utl.c:712:37: warning: unused parameter 'unused_flags' [-Wunused-parameter] [INFO] [stderr] warning: unsigned int unused_flags) [INFO] [stderr] warning: ^~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/bio_ssl.c: In function 'ssl_new': [INFO] [stderr] warning: third_party/boringssl/src/ssl/bio_ssl.c:132:25: warning: unused parameter 'bio' [-Wunused-parameter] [INFO] [stderr] warning: static int ssl_new(BIO *bio) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c: In function 'default_add_callback': [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c:51:52: warning: unused parameter 'extension_value' [-Wunused-parameter] [INFO] [stderr] warning: static int default_add_callback(SSL *ssl, unsigned extension_value, [INFO] [stderr] warning: ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c:52:49: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: const uint8_t **out, size_t *out_len, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c:53:38: warning: unused parameter 'out_alert_value' [-Wunused-parameter] [INFO] [stderr] warning: int *out_alert_value, void *add_arg) { [INFO] [stderr] warning: ^~~~~~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/custom_extensions.c:53:61: warning: unused parameter 'add_arg' [-Wunused-parameter] [INFO] [stderr] warning: int *out_alert_value, void *add_arg) { [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c: In function 'dtls1_release_current_message': [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:440:50: warning: unused parameter 'free_buffer' [-Wunused-parameter] [INFO] [stderr] warning: void dtls1_release_current_message(SSL *ssl, int free_buffer) { [INFO] [stderr] warning: ^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c: In function 'dtls1_finish_message': [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:520:31: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int dtls1_finish_message(SSL *ssl, CBB *cbb, uint8_t **out_msg, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c: In function 'dtls1_add_alert': [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:582:26: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int dtls1_add_alert(SSL *ssl, uint8_t level, uint8_t desc) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:582:39: warning: unused parameter 'level' [-Wunused-parameter] [INFO] [stderr] warning: int dtls1_add_alert(SSL *ssl, uint8_t level, uint8_t desc) { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/d1_both.c:582:54: warning: unused parameter 'desc' [-Wunused-parameter] [INFO] [stderr] warning: int dtls1_add_alert(SSL *ssl, uint8_t level, uint8_t desc) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/s3_both.c: In function 'ssl3_init_message': [INFO] [stderr] warning: third_party/boringssl/src/ssl/s3_both.c:232:28: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int ssl3_init_message(SSL *ssl, CBB *cbb, CBB *body, uint8_t type) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/s3_both.c: In function 'ssl3_finish_message': [INFO] [stderr] warning: third_party/boringssl/src/ssl/s3_both.c:245:30: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int ssl3_finish_message(SSL *ssl, CBB *cbb, uint8_t **out_msg, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c: In function 'ssl_parse_client_CA_list': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c:787:35: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: ssl_parse_client_CA_list(SSL *ssl, uint8_t *out_alert, CBS *cbs) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c: In function 'do_client_cert_cb': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cert.c:943:46: warning: unused parameter 'arg' [-Wunused-parameter] [INFO] [stderr] warning: static int do_client_cert_cb(SSL *ssl, void *arg) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c: In function 'ssl_cipher_process_rulestr': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1070:66: warning: unused parameter 'ssl_method' [-Wunused-parameter] [INFO] [stderr] warning: static int ssl_cipher_process_rulestr(const SSL_PROTOCOL_METHOD *ssl_method, [INFO] [stderr] warning: ^~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c: In function 'SSL_CIPHER_get_version': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1802:54: warning: unused parameter 'cipher' [-Wunused-parameter] [INFO] [stderr] warning: const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher) { [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c: In function 'SSL_COMP_add_compression_method': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1808:41: warning: unused parameter 'id' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) { return 1; } [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1808:58: warning: unused parameter 'cm' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) { return 1; } [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c: In function 'SSL_COMP_get_name': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_cipher.c:1810:50: warning: unused parameter 'comp' [-Wunused-parameter] [INFO] [stderr] warning: const char *SSL_COMP_get_name(const COMP_METHOD *comp) { return NULL; } [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_get_read_ahead': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1249:43: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_get_read_ahead(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_read_ahead': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1251:35: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_get_read_ahead(const SSL *ssl) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_set_read_ahead': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1253:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1253:47: warning: unused parameter 'yes' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_set_read_ahead': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1255:30: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_set_read_ahead(SSL *ssl, int yes) { } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1255:39: warning: unused parameter 'yes' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_set_read_ahead(SSL *ssl, int yes) { } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_default_timeout': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1274:41: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: long SSL_get_default_timeout(const SSL *ssl) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_renegotiate': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1278:26: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_renegotiate(SSL *ssl) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_current_compression': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1976:53: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: const COMP_METHOD *SSL_get_current_compression(SSL *ssl) { return NULL; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_current_expansion': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1978:51: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: const COMP_METHOD *SSL_get_current_expansion(SSL *ssl) { return NULL; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_server_tmp_key': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1980:34: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:1980:50: warning: unused parameter 'out_key' [-Wunused-parameter] [INFO] [stderr] warning: int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; } [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_set_state': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2076:25: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_set_state(SSL *ssl, int state) { } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2076:34: warning: unused parameter 'state' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_set_state(SSL *ssl, int state) { } [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_shared_ciphers': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2078:41: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: char *SSL_get_shared_ciphers(const SSL *ssl, char *buf, int len) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2086:67: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2104:71: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_set_tmp_rsa_callback': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2125:44: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2126:42: warning: unused parameter 'cb' [-Wunused-parameter] [INFO] [stderr] warning: RSA *(*cb)(SSL *ssl, int is_export, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_set_tmp_rsa_callback': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2130:36: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2130:48: warning: unused parameter 'cb' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_connect': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2661:41: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_connect(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_connect_good': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2662:46: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_connect_good(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_connect_renegotiate': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2663:53: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_connect_renegotiate(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_accept': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2664:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_accept(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_accept_renegotiate': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2665:52: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_accept_renegotiate(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_accept_good': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2666:45: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_accept_good(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_hits': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2667:38: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_hits(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_cb_hits': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2668:41: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_cb_hits(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_misses': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2669:40: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_misses(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_timeouts': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2670:42: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_timeouts(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_sess_cache_full': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2671:44: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_sess_cache_full(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_need_tmp_RSA': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2677:41: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_need_tmp_RSA': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2678:33: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_need_tmp_RSA(const SSL *ssl) { return 0; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_CTX_set_tmp_rsa': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2679:34: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2679:50: warning: unused parameter 'rsa' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c: In function 'SSL_set_tmp_rsa': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2680:26: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_set_tmp_rsa(SSL *ssl, const RSA *rsa) { return 1; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_lib.c:2680:42: warning: unused parameter 'rsa' [-Wunused-parameter] [INFO] [stderr] warning: int SSL_set_tmp_rsa(SSL *ssl, const RSA *rsa) { return 1; } [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_privkey.c: In function 'ssl_verify_rsa_pkcs1': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_privkey.c:378:38: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: static int ssl_verify_rsa_pkcs1(SSL *ssl, const uint8_t *signature, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_privkey.c: In function 'ssl_verify_rsa_pss': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_privkey.c:505:36: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: static int ssl_verify_rsa_pss(SSL *ssl, const uint8_t *signature, [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_session.c: In function 'SSL_SESSION_get_ex_new_index': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_session.c:486:52: warning: unused parameter 'unused' [-Wunused-parameter] [INFO] [stderr] warning: CRYPTO_EX_unused *unused, [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_stat.c: In function 'SSL_alert_type_string': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_stat.c:334:39: warning: unused parameter 'value' [-Wunused-parameter] [INFO] [stderr] warning: const char *SSL_alert_type_string(int value) { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_stat.c: In function 'SSL_alert_desc_string': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_stat.c:338:39: warning: unused parameter 'value' [-Wunused-parameter] [INFO] [stderr] warning: const char *SSL_alert_desc_string(int value) { [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_transcript.c: In function 'ssl3_handshake_mac': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_transcript.c:267:47: warning: unused parameter 'transcript' [-Wunused-parameter] [INFO] [stderr] warning: static int ssl3_handshake_mac(SSL_TRANSCRIPT *transcript, [INFO] [stderr] warning: ^~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_x509.c: In function 'SSL_set_verify_result': [INFO] [stderr] warning: third_party/boringssl/src/ssl/ssl_x509.c:300:33: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: void SSL_set_verify_result(SSL *ssl, long result) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_enc.c: In function 'ssl3_prf': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_enc.c:264:52: warning: unused parameter 'label' [-Wunused-parameter] [INFO] [stderr] warning: size_t secret_len, const char *label, size_t label_len, [INFO] [stderr] warning: ^~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_enc.c:264:66: warning: unused parameter 'label_len' [-Wunused-parameter] [INFO] [stderr] warning: size_t secret_len, const char *label, size_t label_len, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'tls12_get_verify_sigalgs': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:511:44: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: size_t tls12_get_verify_sigalgs(const SSL *ssl, const uint16_t **out) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'forbid_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:558:52: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: static int forbid_parse_serverhello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ignore_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:570:52: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: static int ignore_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:570:65: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ignore_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:571:42: warning: unused parameter 'contents' [-Wunused-parameter] [INFO] [stderr] warning: CBS *contents) { [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'dont_add_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:576:48: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: static int dont_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:576:57: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static int dont_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ems_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:896:66: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_ems_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ticket_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:977:69: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_ticket_parse_serverhello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_sigalgs_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1056:70: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_sigalgs_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ocsp_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1101:67: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_ocsp_parse_serverhello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ocsp_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1127:67: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_ocsp_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_npn_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1240:66: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_npn_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_sct_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1347:66: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_sct_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_channel_id_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1571:54: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: uint8_t *out_alert, CBS *contents) { [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_channel_id_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1589:54: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: uint8_t *out_alert, CBS *contents) { [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_srtp_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1710:67: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_srtp_parse_clienthello(SSL_HANDSHAKE *hs, uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_ec_point_add_extension': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1778:54: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_ec_point_add_extension(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ssl_ext_pre_shared_key_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:1939:61: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: int ssl_ext_pre_shared_key_parse_serverhello(SSL_HANDSHAKE *hs, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_early_data_add_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2104:58: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_early_data_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2104:67: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_early_data_add_clienthello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_short_header_parse_clienthello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2428:56: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_supported_groups_parse_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2480:66: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_supported_groups_parse_serverhello(SSL_HANDSHAKE *hs, [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2481:60: warning: unused parameter 'out_alert' [-Wunused-parameter] [INFO] [stderr] warning: uint8_t *out_alert, [INFO] [stderr] warning: ^~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2482:56: warning: unused parameter 'contents' [-Wunused-parameter] [INFO] [stderr] warning: CBS *contents) { [INFO] [stderr] warning: ^~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c: In function 'ext_supported_groups_add_serverhello': [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2530:64: warning: unused parameter 'hs' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_supported_groups_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: ^~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/t1_lib.c:2530:73: warning: unused parameter 'out' [-Wunused-parameter] [INFO] [stderr] warning: static int ext_supported_groups_add_serverhello(SSL_HANDSHAKE *hs, CBB *out) { [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls13_enc.c: In function 'tls13_psk_binder': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls13_enc.c:315:36: warning: unused parameter 'psk_len' [-Wunused-parameter] [INFO] [stderr] warning: size_t psk_len, uint8_t *context, [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl3_supports_cipher': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:101:51: warning: unused parameter 'cipher' [-Wunused-parameter] [INFO] [stderr] warning: static int ssl3_supports_cipher(const SSL_CIPHER *cipher) { return 1; } [INFO] [stderr] warning: ^~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl3_expect_flight': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:103:37: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: static void ssl3_expect_flight(SSL *ssl) {} [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl3_received_flight': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:105:39: warning: unused parameter 'ssl' [-Wunused-parameter] [INFO] [stderr] warning: static void ssl3_received_flight(SSL *ssl) {} [INFO] [stderr] warning: ^~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_clear': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:261:39: warning: unused parameter 'cert' [-Wunused-parameter] [INFO] [stderr] warning: static void ssl_noop_x509_clear(CERT *cert) {} [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_flush_cached_leaf': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:262:51: warning: unused parameter 'cert' [-Wunused-parameter] [INFO] [stderr] warning: static void ssl_noop_x509_flush_cached_leaf(CERT *cert) {} [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_flush_cached_chain': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:263:52: warning: unused parameter 'cert' [-Wunused-parameter] [INFO] [stderr] warning: static void ssl_noop_x509_flush_cached_chain(CERT *cert) {} [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_session_cache_objects': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:264:61: warning: unused parameter 'sess' [-Wunused-parameter] [INFO] [stderr] warning: static int ssl_noop_x509_session_cache_objects(SSL_SESSION *sess) { [INFO] [stderr] warning: ^~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_session_dup': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:267:51: warning: unused parameter 'new_session' [-Wunused-parameter] [INFO] [stderr] warning: static int ssl_noop_x509_session_dup(SSL_SESSION *new_session, [INFO] [stderr] warning: ^~~~~~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:268:59: warning: unused parameter 'session' [-Wunused-parameter] [INFO] [stderr] warning: const SSL_SESSION *session) { [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c: In function 'ssl_noop_x509_session_clear': [INFO] [stderr] warning: third_party/boringssl/src/ssl/tls_method.c:271:54: warning: unused parameter 'session' [-Wunused-parameter] [INFO] [stderr] warning: static void ssl_noop_x509_session_clear(SSL_SESSION *session) {} [INFO] [stderr] warning: ^~~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.19s [INFO] running `"docker" "inspect" "67c44bd69821de21958c6d2fdf847f75dbb9f756cc49e9065986ad20232d64d8"` [INFO] running `"docker" "rm" "-f" "67c44bd69821de21958c6d2fdf847f75dbb9f756cc49e9065986ad20232d64d8"` [INFO] [stdout] 67c44bd69821de21958c6d2fdf847f75dbb9f756cc49e9065986ad20232d64d8