From: Girar Builder awaiter robot <girar-builder@altlinux.org> To: Igor Vlasenko <viy@altlinux.org> Cc: sisyphus-incominger@lists.altlinux.org Subject: [#214734] FAILED bro.git=2.3.1-alt8.qa1 Date: Sun, 14 Oct 2018 20:41:34 +0000 Message-ID: <20181014204134.GA8447@gyle.altlinux.org> (raw) http://git.altlinux.org/tasks/214734/logs/events.1.1.log 2018-Oct-14 20:03:41 :: task #214734 for sisyphus started by viy: #100 build 2.3.1-alt8.qa1 from /people/viy/packages/bro.git fetched at 2018-Oct-14 16:07:42 2018-Oct-14 20:03:41 :: waiting for a shared lock on sisyphus 2018-Oct-14 20:04:42 :: acquired a shared lock on sisyphus 2018-Oct-14 20:04:43 :: [aarch64] #100 bro.git 2.3.1-alt8.qa1: build start 2018-Oct-14 20:04:43 :: [i586] #100 bro.git 2.3.1-alt8.qa1: build start 2018-Oct-14 20:04:43 :: [x86_64] #100 bro.git 2.3.1-alt8.qa1: build start /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In static member function 'static RecordVal* file_analysis::X509::ParseCertificate(file_analysis::X509Val*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:118:43: error: invalid use of incomplete type 'X509 {aka struct x509_st}' if ( ! i2t_ASN1_OBJECT(buf, 255, ssl_cert->cert_info->key->algor->algorithm) ) -- typedef struct x509_st X509; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:123:43: error: invalid use of incomplete type 'X509 {aka struct x509_st}' if ( ! i2t_ASN1_OBJECT(buf, 255, ssl_cert->sig_alg->algorithm) ) -- typedef struct x509_st X509; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:132:12: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( pkey->type == EVP_PKEY_DSA ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:135:17: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' else if ( pkey->type == EVP_PKEY_RSA ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:139:35: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' char *exponent = BN_bn2dec(pkey->pkey.rsa->e); -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:148:17: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' else if ( pkey->type == EVP_PKEY_EC ) -- /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In member function 'void file_analysis::X509::ParseExtension(X509_EXTENSION*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:224:35: error: invalid use of incomplete type 'X509_EXTENSION {aka struct X509_extension_st}' M_ASN1_OCTET_STRING_print(bio,ex->value); -- typedef struct X509_extension_st X509_EXTENSION; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:224:3: error: 'M_ASN1_OCTET_STRING_print' was not declared in this scope M_ASN1_OCTET_STRING_print(bio,ex->value); -- /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In static member function 'static StringVal* file_analysis::X509::KeyCurve(EVP_PKEY*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:406:10: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( key->type != EVP_PKEY_EC ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:414:37: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( (group = EC_KEY_get0_group(key->pkey.ec)) == NULL) 2018-Oct-14 20:18:04 :: [x86_64] bro.git 2.3.1-alt8.qa1: remote: build failed 2018-Oct-14 20:18:04 :: [x86_64] #100 bro.git 2.3.1-alt8.qa1: build FAILED /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In static member function 'static RecordVal* file_analysis::X509::ParseCertificate(file_analysis::X509Val*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:118:43: error: invalid use of incomplete type 'X509 {aka struct x509_st}' if ( ! i2t_ASN1_OBJECT(buf, 255, ssl_cert->cert_info->key->algor->algorithm) ) -- typedef struct x509_st X509; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:123:43: error: invalid use of incomplete type 'X509 {aka struct x509_st}' if ( ! i2t_ASN1_OBJECT(buf, 255, ssl_cert->sig_alg->algorithm) ) -- typedef struct x509_st X509; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:132:12: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( pkey->type == EVP_PKEY_DSA ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:135:17: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' else if ( pkey->type == EVP_PKEY_RSA ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:139:35: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' char *exponent = BN_bn2dec(pkey->pkey.rsa->e); -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:148:17: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' else if ( pkey->type == EVP_PKEY_EC ) -- /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In member function 'void file_analysis::X509::ParseExtension(X509_EXTENSION*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:224:35: error: invalid use of incomplete type 'X509_EXTENSION {aka struct X509_extension_st}' M_ASN1_OCTET_STRING_print(bio,ex->value); -- typedef struct X509_extension_st X509_EXTENSION; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:224:3: error: 'M_ASN1_OCTET_STRING_print' was not declared in this scope M_ASN1_OCTET_STRING_print(bio,ex->value); -- /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In static member function 'static StringVal* file_analysis::X509::KeyCurve(EVP_PKEY*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:406:10: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( key->type != EVP_PKEY_EC ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:414:37: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( (group = EC_KEY_get0_group(key->pkey.ec)) == NULL) 2018-Oct-14 20:18:29 :: [i586] bro.git 2.3.1-alt8.qa1: remote: build failed 2018-Oct-14 20:18:29 :: [i586] #100 bro.git 2.3.1-alt8.qa1: build FAILED /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In static member function 'static RecordVal* file_analysis::X509::ParseCertificate(file_analysis::X509Val*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:118:43: error: invalid use of incomplete type 'X509 {aka struct x509_st}' if ( ! i2t_ASN1_OBJECT(buf, 255, ssl_cert->cert_info->key->algor->algorithm) ) -- typedef struct x509_st X509; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:123:43: error: invalid use of incomplete type 'X509 {aka struct x509_st}' if ( ! i2t_ASN1_OBJECT(buf, 255, ssl_cert->sig_alg->algorithm) ) -- typedef struct x509_st X509; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:132:12: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( pkey->type == EVP_PKEY_DSA ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:135:17: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' else if ( pkey->type == EVP_PKEY_RSA ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:139:35: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' char *exponent = BN_bn2dec(pkey->pkey.rsa->e); -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:148:17: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' else if ( pkey->type == EVP_PKEY_EC ) -- /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In member function 'void file_analysis::X509::ParseExtension(X509_EXTENSION*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:224:35: error: invalid use of incomplete type 'X509_EXTENSION {aka struct X509_extension_st}' M_ASN1_OCTET_STRING_print(bio,ex->value); -- typedef struct X509_extension_st X509_EXTENSION; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:224:3: error: 'M_ASN1_OCTET_STRING_print' was not declared in this scope M_ASN1_OCTET_STRING_print(bio,ex->value); -- /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc: In static member function 'static StringVal* file_analysis::X509::KeyCurve(EVP_PKEY*)': /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:406:10: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( key->type != EVP_PKEY_EC ) -- typedef struct evp_pkey_st EVP_PKEY; /usr/src/RPM/BUILD/bro-2.3.1/src/file_analysis/analyzer/x509/X509.cc:414:37: error: invalid use of incomplete type 'EVP_PKEY {aka struct evp_pkey_st}' if ( (group = EC_KEY_get0_group(key->pkey.ec)) == NULL) 2018-Oct-14 20:41:33 :: [aarch64] bro.git 2.3.1-alt8.qa1: remote: build failed 2018-Oct-14 20:41:33 :: [aarch64] #100 bro.git 2.3.1-alt8.qa1: build FAILED 2018-Oct-14 20:18:04 :: [x86_64] build FAILED 2018-Oct-14 20:18:29 :: [i586] build FAILED 2018-Oct-14 20:41:33 :: [aarch64] build FAILED 2018-Oct-14 20:41:33 :: task #214734 for sisyphus FAILED
reply other threads:[~2018-10-14 20:41 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20181014204134.GA8447@gyle.altlinux.org \ --to=girar-builder@altlinux.org \ --cc=sisyphus-incominger@lists.altlinux.org \ --cc=viy@altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Girar Builder robot reports This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \ sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com public-inbox-index sisyphus-incominger Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger AGPL code for this site: git clone https://public-inbox.org/public-inbox.git