See 
<https://ci-beam.apache.org/job/beam_LoadTests_Python_CoGBK_Dataflow_Batch/577/display/redirect>

Changes:


------------------------------------------
[...truncated 90.60 KB...]
     return TLS_server_method();
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:39478:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_TLS_server_method’:
  build/temp.linux-x86_64-3.7/_openssl.c:39489:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = TLS_server_method(); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_ATTRIBUTE_count’:
  build/temp.linux-x86_64-3.7/_openssl.c:40270:31: warning: passing argument 1 
of ‘X509_ATTRIBUTE_count’ discards ‘const’ qualifier from pointer target type 
[-Wdiscarded-qualifiers]
     return X509_ATTRIBUTE_count(x0);
                                 ^
  In file included from /usr/include/openssl/engine.h:99:0,
                   from build/temp.linux-x86_64-3.7/_openssl.c:657:
  /usr/include/openssl/x509.h:1152:5: note: expected ‘X509_ATTRIBUTE * {aka 
struct x509_attributes_st *}’ but argument is of type ‘const X509_ATTRIBUTE * 
{aka const struct x509_attributes_st *}’
   int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr);
       ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_ATTRIBUTE_count’:
  build/temp.linux-x86_64-3.7/_openssl.c:40293:35: warning: passing argument 1 
of ‘X509_ATTRIBUTE_count’ discards ‘const’ qualifier from pointer target type 
[-Wdiscarded-qualifiers]
     { result = X509_ATTRIBUTE_count(x0); }
                                     ^
  In file included from /usr/include/openssl/engine.h:99:0,
                   from build/temp.linux-x86_64-3.7/_openssl.c:657:
  /usr/include/openssl/x509.h:1152:5: note: expected ‘X509_ATTRIBUTE * {aka 
struct x509_attributes_st *}’ but argument is of type ‘const X509_ATTRIBUTE * 
{aka const struct x509_attributes_st *}’
   int X509_ATTRIBUTE_count(X509_ATTRIBUTE *attr);
       ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_CRL_get0_signature’:
  build/temp.linux-x86_64-3.7/_openssl.c:40724:3: warning: implicit declaration 
of function ‘X509_CRL_get0_signature’ [-Wimplicit-function-declaration]
     X509_CRL_get0_signature(x0, x1, x2);
     ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_NAME_ENTRY_set’:
  build/temp.linux-x86_64-3.7/_openssl.c:41949:10: warning: implicit 
declaration of function ‘X509_NAME_ENTRY_set’ [-Wimplicit-function-declaration]
     return X509_NAME_ENTRY_set(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_OBJECT_get0_X509’:
  build/temp.linux-x86_64-3.7/_openssl.c:42814:10: warning: implicit 
declaration of function ‘X509_OBJECT_get0_X509’ 
[-Wimplicit-function-declaration]
     return X509_OBJECT_get0_X509(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:42814:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_OBJECT_get0_X509’:
  build/temp.linux-x86_64-3.7/_openssl.c:42837:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_OBJECT_get0_X509(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_OBJECT_get_type’:
  build/temp.linux-x86_64-3.7/_openssl.c:42852:10: warning: implicit 
declaration of function ‘X509_OBJECT_get_type’ [-Wimplicit-function-declaration]
     return X509_OBJECT_get_type(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_REQ_get0_signature’:
  build/temp.linux-x86_64-3.7/_openssl.c:43055:3: warning: implicit declaration 
of function ‘X509_REQ_get0_signature’ [-Wimplicit-function-declaration]
     X509_REQ_get0_signature(x0, x1, x2);
     ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_REQ_get_attr_by_OBJ’:
  build/temp.linux-x86_64-3.7/_openssl.c:43165:39: warning: passing argument 2 
of ‘X509_REQ_get_attr_by_OBJ’ discards ‘const’ qualifier from pointer target 
type [-Wdiscarded-qualifiers]
     return X509_REQ_get_attr_by_OBJ(x0, x1, x2);
                                         ^
  In file included from /usr/include/openssl/engine.h:99:0,
                   from build/temp.linux-x86_64-3.7/_openssl.c:657:
  /usr/include/openssl/x509.h:928:5: note: expected ‘ASN1_OBJECT * {aka struct 
asn1_object_st *}’ but argument is of type ‘const ASN1_OBJECT * {aka const 
struct asn1_object_st *}’
   int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj,
       ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_REQ_get_attr_by_OBJ’:
  build/temp.linux-x86_64-3.7/_openssl.c:43209:43: warning: passing argument 2 
of ‘X509_REQ_get_attr_by_OBJ’ discards ‘const’ qualifier from pointer target 
type [-Wdiscarded-qualifiers]
     { result = X509_REQ_get_attr_by_OBJ(x0, x1, x2); }
                                             ^
  In file included from /usr/include/openssl/engine.h:99:0,
                   from build/temp.linux-x86_64-3.7/_openssl.c:657:
  /usr/include/openssl/x509.h:928:5: note: expected ‘ASN1_OBJECT * {aka struct 
asn1_object_st *}’ but argument is of type ‘const ASN1_OBJECT * {aka const 
struct asn1_object_st *}’
   int X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj,
       ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_REVOKED_get0_revocationDate’:
  build/temp.linux-x86_64-3.7/_openssl.c:43990:10: warning: implicit 
declaration of function ‘X509_REVOKED_get0_revocationDate’ 
[-Wimplicit-function-declaration]
     return X509_REVOKED_get0_revocationDate(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:43990:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_REVOKED_get0_revocationDate’:
  build/temp.linux-x86_64-3.7/_openssl.c:44013:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_REVOKED_get0_revocationDate(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_REVOKED_get0_serialNumber’:
  build/temp.linux-x86_64-3.7/_openssl.c:44028:10: warning: implicit 
declaration of function ‘X509_REVOKED_get0_serialNumber’ 
[-Wimplicit-function-declaration]
     return X509_REVOKED_get0_serialNumber(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:44028:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_REVOKED_get0_serialNumber’:
  build/temp.linux-x86_64-3.7/_openssl.c:44051:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_REVOKED_get0_serialNumber(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_STORE_CTX_get0_cert’:
  build/temp.linux-x86_64-3.7/_openssl.c:44356:10: warning: implicit 
declaration of function ‘X509_STORE_CTX_get0_cert’ 
[-Wimplicit-function-declaration]
     return X509_STORE_CTX_get0_cert(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:44356:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_STORE_CTX_get0_cert’:
  build/temp.linux-x86_64-3.7/_openssl.c:44379:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_STORE_CTX_get0_cert(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_STORE_get0_objects’:
  build/temp.linux-x86_64-3.7/_openssl.c:45517:10: warning: implicit 
declaration of function ‘X509_STORE_get0_objects’ 
[-Wimplicit-function-declaration]
     return X509_STORE_get0_objects(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:45517:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_STORE_get0_objects’:
  build/temp.linux-x86_64-3.7/_openssl.c:45540:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_STORE_get0_objects(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_STORE_get0_param’:
  build/temp.linux-x86_64-3.7/_openssl.c:45555:10: warning: implicit 
declaration of function ‘X509_STORE_get0_param’ 
[-Wimplicit-function-declaration]
     return X509_STORE_get0_param(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:45555:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_STORE_get0_param’:
  build/temp.linux-x86_64-3.7/_openssl.c:45578:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_STORE_get0_param(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_STORE_get_get_issuer’:
  build/temp.linux-x86_64-3.7/_openssl.c:45593:10: warning: implicit 
declaration of function ‘X509_STORE_get_get_issuer’ 
[-Wimplicit-function-declaration]
     return X509_STORE_get_get_issuer(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:45593:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_STORE_get_get_issuer’:
  build/temp.linux-x86_64-3.7/_openssl.c:45616:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_STORE_get_get_issuer(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_STORE_set_get_issuer’:
  build/temp.linux-x86_64-3.7/_openssl.c:45860:3: warning: implicit declaration 
of function ‘X509_STORE_set_get_issuer’ [-Wimplicit-function-declaration]
     X509_STORE_set_get_issuer(x0, x1);
     ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_get0_signature’:
  build/temp.linux-x86_64-3.7/_openssl.c:47062:23: warning: passing argument 1 
of ‘X509_get0_signature’ from incompatible pointer type 
[-Wincompatible-pointer-types]
     X509_get0_signature(x0, x1, x2);
                         ^
  In file included from /usr/include/openssl/engine.h:99:0,
                   from build/temp.linux-x86_64-3.7/_openssl.c:657:
  /usr/include/openssl/x509.h:837:6: note: expected ‘ASN1_BIT_STRING ** {aka 
struct asn1_string_st **}’ but argument is of type ‘const ASN1_OCTET_STRING ** 
{aka const struct asn1_string_st **}’
   void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
        ^
  build/temp.linux-x86_64-3.7/_openssl.c:47062:27: warning: passing argument 2 
of ‘X509_get0_signature’ from incompatible pointer type 
[-Wincompatible-pointer-types]
     X509_get0_signature(x0, x1, x2);
                             ^
  In file included from /usr/include/openssl/engine.h:99:0,
                   from build/temp.linux-x86_64-3.7/_openssl.c:657:
  /usr/include/openssl/x509.h:837:6: note: expected ‘X509_ALGOR ** {aka struct 
X509_algor_st **}’ but argument is of type ‘const X509_ALGOR ** {aka const 
struct X509_algor_st **}’
   void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
        ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_get0_signature’:
  build/temp.linux-x86_64-3.7/_openssl.c:47109:25: warning: passing argument 1 
of ‘X509_get0_signature’ from incompatible pointer type 
[-Wincompatible-pointer-types]
     { X509_get0_signature(x0, x1, x2); }
                           ^
  In file included from /usr/include/openssl/engine.h:99:0,
                   from build/temp.linux-x86_64-3.7/_openssl.c:657:
  /usr/include/openssl/x509.h:837:6: note: expected ‘ASN1_BIT_STRING ** {aka 
struct asn1_string_st **}’ but argument is of type ‘const ASN1_OCTET_STRING ** 
{aka const struct asn1_string_st **}’
   void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
        ^
  build/temp.linux-x86_64-3.7/_openssl.c:47109:29: warning: passing argument 2 
of ‘X509_get0_signature’ from incompatible pointer type 
[-Wincompatible-pointer-types]
     { X509_get0_signature(x0, x1, x2); }
                               ^
  In file included from /usr/include/openssl/engine.h:99:0,
                   from build/temp.linux-x86_64-3.7/_openssl.c:657:
  /usr/include/openssl/x509.h:837:6: note: expected ‘X509_ALGOR ** {aka struct 
X509_algor_st **}’ but argument is of type ‘const X509_ALGOR ** {aka const 
struct X509_algor_st **}’
   void X509_get0_signature(ASN1_BIT_STRING **psig, X509_ALGOR **palg,
        ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_get0_tbs_sigalg’:
  build/temp.linux-x86_64-3.7/_openssl.c:47124:10: warning: implicit 
declaration of function ‘X509_get0_tbs_sigalg’ [-Wimplicit-function-declaration]
     return X509_get0_tbs_sigalg(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:47124:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_get0_tbs_sigalg’:
  build/temp.linux-x86_64-3.7/_openssl.c:47147:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_get0_tbs_sigalg(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_getm_notAfter’:
  build/temp.linux-x86_64-3.7/_openssl.c:47726:10: warning: implicit 
declaration of function ‘X509_getm_notAfter’ [-Wimplicit-function-declaration]
     return X509_getm_notAfter(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:47726:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_getm_notAfter’:
  build/temp.linux-x86_64-3.7/_openssl.c:47749:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_getm_notAfter(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_getm_notBefore’:
  build/temp.linux-x86_64-3.7/_openssl.c:47764:10: warning: implicit 
declaration of function ‘X509_getm_notBefore’ [-Wimplicit-function-declaration]
     return X509_getm_notBefore(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c:47764:10: warning: return makes 
pointer from integer without a cast [-Wint-conversion]
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_f_X509_getm_notBefore’:
  build/temp.linux-x86_64-3.7/_openssl.c:47787:12: warning: assignment makes 
pointer from integer without a cast [-Wint-conversion]
     { result = X509_getm_notBefore(x0); }
              ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_set1_notAfter’:
  build/temp.linux-x86_64-3.7/_openssl.c:47941:10: warning: implicit 
declaration of function ‘X509_set1_notAfter’ [-Wimplicit-function-declaration]
     return X509_set1_notAfter(x0, x1);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_X509_set1_notBefore’:
  build/temp.linux-x86_64-3.7/_openssl.c:47994:10: warning: implicit 
declaration of function ‘X509_set1_notBefore’ [-Wimplicit-function-declaration]
     return X509_set1_notBefore(x0, x1);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function ‘_cffi_d_X509_up_ref’:
  build/temp.linux-x86_64-3.7/_openssl.c:48515:10: warning: implicit 
declaration of function ‘X509_up_ref’ [-Wimplicit-function-declaration]
     return X509_up_ref(x0);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_i2d_re_X509_CRL_tbs’:
  build/temp.linux-x86_64-3.7/_openssl.c:50656:10: warning: implicit 
declaration of function ‘i2d_re_X509_CRL_tbs’ [-Wimplicit-function-declaration]
     return i2d_re_X509_CRL_tbs(x0, x1);
            ^
  build/temp.linux-x86_64-3.7/_openssl.c: In function 
‘_cffi_d_i2d_re_X509_REQ_tbs’:
  build/temp.linux-x86_64-3.7/_openssl.c:50709:10: warning: implicit 
declaration of function ‘i2d_re_X509_REQ_tbs’ [-Wimplicit-function-declaration]
     return i2d_re_X509_REQ_tbs(x0, x1);
            ^
  
      =============================DEBUG ASSISTANCE=============================
      If you are seeing a compilation error please try the following steps to
      successfully install cryptography:
      1) Upgrade to the latest pip and try again. This will fix errors for most
         users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
      2) Read https://cryptography.io/en/latest/installation.html for specific
         instructions for your platform.
      3) Check our frequently asked questions for more information:
         https://cryptography.io/en/latest/faq.html
      =============================DEBUG ASSISTANCE=============================
  
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for cryptography
ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be 
installed directly

> Task :sdks:python:apache_beam:testing:load_tests:installGcpTest FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task 
':sdks:python:apache_beam:testing:load_tests:installGcpTest'.
> Process 'command 'sh'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug 
option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with 
Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See 
https://docs.gradle.org/6.8/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 38s
4 actionable tasks: 4 executed

Publishing build scan...
https://gradle.com/s/fn6cpkpuaeblu

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscr...@beam.apache.org
For additional commands, e-mail: builds-h...@beam.apache.org

Reply via email to