Skip to content
Aborted

Console Output

Skipping 5,562 KB.. Full Log
  clang: _configtest.c
  removing: _configtest.c _configtest.o _configtest.o.d
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  removing: _configtest.c _configtest.o _configtest.o.d
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  removing: _configtest.c _configtest.o _configtest.o.d
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  _configtest.c:1:5: warning: incompatible redeclaration of library function 'cabs' [-Wincompatible-library-redeclaration]
  int cabs (void);
      ^
  _configtest.c:1:5: note: 'cabs' is a builtin with type 'double (_Complex double)'
  _configtest.c:2:5: warning: incompatible redeclaration of library function 'cacos' [-Wincompatible-library-redeclaration]
  int cacos (void);
      ^
  _configtest.c:2:5: note: 'cacos' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:3:5: warning: incompatible redeclaration of library function 'cacosh' [-Wincompatible-library-redeclaration]
  int cacosh (void);
      ^
  _configtest.c:3:5: note: 'cacosh' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:4:5: warning: incompatible redeclaration of library function 'carg' [-Wincompatible-library-redeclaration]
  int carg (void);
      ^
  _configtest.c:4:5: note: 'carg' is a builtin with type 'double (_Complex double)'
  _configtest.c:5:5: warning: incompatible redeclaration of library function 'casin' [-Wincompatible-library-redeclaration]
  int casin (void);
      ^
  _configtest.c:5:5: note: 'casin' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:6:5: warning: incompatible redeclaration of library function 'casinh' [-Wincompatible-library-redeclaration]
  int casinh (void);
      ^
  _configtest.c:6:5: note: 'casinh' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:7:5: warning: incompatible redeclaration of library function 'catan' [-Wincompatible-library-redeclaration]
  int catan (void);
      ^
  _configtest.c:7:5: note: 'catan' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:8:5: warning: incompatible redeclaration of library function 'catanh' [-Wincompatible-library-redeclaration]
  int catanh (void);
      ^
  _configtest.c:8:5: note: 'catanh' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:9:5: warning: incompatible redeclaration of library function 'ccos' [-Wincompatible-library-redeclaration]
  int ccos (void);
      ^
  _configtest.c:9:5: note: 'ccos' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:10:5: warning: incompatible redeclaration of library function 'ccosh' [-Wincompatible-library-redeclaration]
  int ccosh (void);
      ^
  _configtest.c:10:5: note: 'ccosh' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:11:5: warning: incompatible redeclaration of library function 'cexp' [-Wincompatible-library-redeclaration]
  int cexp (void);
      ^
  _configtest.c:11:5: note: 'cexp' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:12:5: warning: incompatible redeclaration of library function 'cimag' [-Wincompatible-library-redeclaration]
  int cimag (void);
      ^
  _configtest.c:12:5: note: 'cimag' is a builtin with type 'double (_Complex double)'
  _configtest.c:13:5: warning: incompatible redeclaration of library function 'clog' [-Wincompatible-library-redeclaration]
  int clog (void);
      ^
  _configtest.c:13:5: note: 'clog' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:14:5: warning: incompatible redeclaration of library function 'conj' [-Wincompatible-library-redeclaration]
  int conj (void);
      ^
  _configtest.c:14:5: note: 'conj' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:15:5: warning: incompatible redeclaration of library function 'cpow' [-Wincompatible-library-redeclaration]
  int cpow (void);
      ^
  _configtest.c:15:5: note: 'cpow' is a builtin with type '_Complex double (_Complex double, _Complex double)'
  _configtest.c:16:5: warning: incompatible redeclaration of library function 'cproj' [-Wincompatible-library-redeclaration]
  int cproj (void);
      ^
  _configtest.c:16:5: note: 'cproj' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:17:5: warning: incompatible redeclaration of library function 'creal' [-Wincompatible-library-redeclaration]
  int creal (void);
      ^
  _configtest.c:17:5: note: 'creal' is a builtin with type 'double (_Complex double)'
  _configtest.c:18:5: warning: incompatible redeclaration of library function 'csin' [-Wincompatible-library-redeclaration]
  int csin (void);
      ^
  _configtest.c:18:5: note: 'csin' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:19:5: warning: incompatible redeclaration of library function 'csinh' [-Wincompatible-library-redeclaration]
  int csinh (void);
      ^
  _configtest.c:19:5: note: 'csinh' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:20:5: warning: incompatible redeclaration of library function 'csqrt' [-Wincompatible-library-redeclaration]
  int csqrt (void);
      ^
  _configtest.c:20:5: note: 'csqrt' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:21:5: warning: incompatible redeclaration of library function 'ctan' [-Wincompatible-library-redeclaration]
  int ctan (void);
      ^
  _configtest.c:21:5: note: 'ctan' is a builtin with type '_Complex double (_Complex double)'
  _configtest.c:22:5: warning: incompatible redeclaration of library function 'ctanh' [-Wincompatible-library-redeclaration]
  int ctanh (void);
      ^
  _configtest.c:22:5: note: 'ctanh' is a builtin with type '_Complex double (_Complex double)'
  22 warnings generated.
  clang _configtest.o -o _configtest
  success!
  removing: _configtest.c _configtest.o _configtest.o.d _configtest
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  _configtest.c:1:5: warning: incompatible redeclaration of library function 'cabsf' [-Wincompatible-library-redeclaration]
  int cabsf (void);
      ^
  _configtest.c:1:5: note: 'cabsf' is a builtin with type 'float (_Complex float)'
  _configtest.c:2:5: warning: incompatible redeclaration of library function 'cacosf' [-Wincompatible-library-redeclaration]
  int cacosf (void);
      ^
  _configtest.c:2:5: note: 'cacosf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:3:5: warning: incompatible redeclaration of library function 'cacoshf' [-Wincompatible-library-redeclaration]
  int cacoshf (void);
      ^
  _configtest.c:3:5: note: 'cacoshf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:4:5: warning: incompatible redeclaration of library function 'cargf' [-Wincompatible-library-redeclaration]
  int cargf (void);
      ^
  _configtest.c:4:5: note: 'cargf' is a builtin with type 'float (_Complex float)'
  _configtest.c:5:5: warning: incompatible redeclaration of library function 'casinf' [-Wincompatible-library-redeclaration]
  int casinf (void);
      ^
  _configtest.c:5:5: note: 'casinf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:6:5: warning: incompatible redeclaration of library function 'casinhf' [-Wincompatible-library-redeclaration]
  int casinhf (void);
      ^
  _configtest.c:6:5: note: 'casinhf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:7:5: warning: incompatible redeclaration of library function 'catanf' [-Wincompatible-library-redeclaration]
  int catanf (void);
      ^
  _configtest.c:7:5: note: 'catanf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:8:5: warning: incompatible redeclaration of library function 'catanhf' [-Wincompatible-library-redeclaration]
  int catanhf (void);
      ^
  _configtest.c:8:5: note: 'catanhf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:9:5: warning: incompatible redeclaration of library function 'ccosf' [-Wincompatible-library-redeclaration]
  int ccosf (void);
      ^
  _configtest.c:9:5: note: 'ccosf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:10:5: warning: incompatible redeclaration of library function 'ccoshf' [-Wincompatible-library-redeclaration]
  int ccoshf (void);
      ^
  _configtest.c:10:5: note: 'ccoshf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:11:5: warning: incompatible redeclaration of library function 'cexpf' [-Wincompatible-library-redeclaration]
  int cexpf (void);
      ^
  _configtest.c:11:5: note: 'cexpf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:12:5: warning: incompatible redeclaration of library function 'cimagf' [-Wincompatible-library-redeclaration]
  int cimagf (void);
      ^
  _configtest.c:12:5: note: 'cimagf' is a builtin with type 'float (_Complex float)'
  _configtest.c:13:5: warning: incompatible redeclaration of library function 'clogf' [-Wincompatible-library-redeclaration]
  int clogf (void);
      ^
  _configtest.c:13:5: note: 'clogf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:14:5: warning: incompatible redeclaration of library function 'conjf' [-Wincompatible-library-redeclaration]
  int conjf (void);
      ^
  _configtest.c:14:5: note: 'conjf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:15:5: warning: incompatible redeclaration of library function 'cpowf' [-Wincompatible-library-redeclaration]
  int cpowf (void);
      ^
  _configtest.c:15:5: note: 'cpowf' is a builtin with type '_Complex float (_Complex float, _Complex float)'
  _configtest.c:16:5: warning: incompatible redeclaration of library function 'cprojf' [-Wincompatible-library-redeclaration]
  int cprojf (void);
      ^
  _configtest.c:16:5: note: 'cprojf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:17:5: warning: incompatible redeclaration of library function 'crealf' [-Wincompatible-library-redeclaration]
  int crealf (void);
      ^
  _configtest.c:17:5: note: 'crealf' is a builtin with type 'float (_Complex float)'
  _configtest.c:18:5: warning: incompatible redeclaration of library function 'csinf' [-Wincompatible-library-redeclaration]
  int csinf (void);
      ^
  _configtest.c:18:5: note: 'csinf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:19:5: warning: incompatible redeclaration of library function 'csinhf' [-Wincompatible-library-redeclaration]
  int csinhf (void);
      ^
  _configtest.c:19:5: note: 'csinhf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:20:5: warning: incompatible redeclaration of library function 'csqrtf' [-Wincompatible-library-redeclaration]
  int csqrtf (void);
      ^
  _configtest.c:20:5: note: 'csqrtf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:21:5: warning: incompatible redeclaration of library function 'ctanf' [-Wincompatible-library-redeclaration]
  int ctanf (void);
      ^
  _configtest.c:21:5: note: 'ctanf' is a builtin with type '_Complex float (_Complex float)'
  _configtest.c:22:5: warning: incompatible redeclaration of library function 'ctanhf' [-Wincompatible-library-redeclaration]
  int ctanhf (void);
      ^
  _configtest.c:22:5: note: 'ctanhf' is a builtin with type '_Complex float (_Complex float)'
  22 warnings generated.
  clang _configtest.o -o _configtest
  success!
  removing: _configtest.c _configtest.o _configtest.o.d _configtest
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  _configtest.c:1:5: warning: incompatible redeclaration of library function 'cabsl' [-Wincompatible-library-redeclaration]
  int cabsl (void);
      ^
  _configtest.c:1:5: note: 'cabsl' is a builtin with type 'long double (_Complex long double)'
  _configtest.c:2:5: warning: incompatible redeclaration of library function 'cacosl' [-Wincompatible-library-redeclaration]
  int cacosl (void);
      ^
  _configtest.c:2:5: note: 'cacosl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:3:5: warning: incompatible redeclaration of library function 'cacoshl' [-Wincompatible-library-redeclaration]
  int cacoshl (void);
      ^
  _configtest.c:3:5: note: 'cacoshl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:4:5: warning: incompatible redeclaration of library function 'cargl' [-Wincompatible-library-redeclaration]
  int cargl (void);
      ^
  _configtest.c:4:5: note: 'cargl' is a builtin with type 'long double (_Complex long double)'
  _configtest.c:5:5: warning: incompatible redeclaration of library function 'casinl' [-Wincompatible-library-redeclaration]
  int casinl (void);
      ^
  _configtest.c:5:5: note: 'casinl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:6:5: warning: incompatible redeclaration of library function 'casinhl' [-Wincompatible-library-redeclaration]
  int casinhl (void);
      ^
  _configtest.c:6:5: note: 'casinhl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:7:5: warning: incompatible redeclaration of library function 'catanl' [-Wincompatible-library-redeclaration]
  int catanl (void);
      ^
  _configtest.c:7:5: note: 'catanl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:8:5: warning: incompatible redeclaration of library function 'catanhl' [-Wincompatible-library-redeclaration]
  int catanhl (void);
      ^
  _configtest.c:8:5: note: 'catanhl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:9:5: warning: incompatible redeclaration of library function 'ccosl' [-Wincompatible-library-redeclaration]
  int ccosl (void);
      ^
  _configtest.c:9:5: note: 'ccosl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:10:5: warning: incompatible redeclaration of library function 'ccoshl' [-Wincompatible-library-redeclaration]
  int ccoshl (void);
      ^
  _configtest.c:10:5: note: 'ccoshl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:11:5: warning: incompatible redeclaration of library function 'cexpl' [-Wincompatible-library-redeclaration]
  int cexpl (void);
      ^
  _configtest.c:11:5: note: 'cexpl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:12:5: warning: incompatible redeclaration of library function 'cimagl' [-Wincompatible-library-redeclaration]
  int cimagl (void);
      ^
  _configtest.c:12:5: note: 'cimagl' is a builtin with type 'long double (_Complex long double)'
  _configtest.c:13:5: warning: incompatible redeclaration of library function 'clogl' [-Wincompatible-library-redeclaration]
  int clogl (void);
      ^
  _configtest.c:13:5: note: 'clogl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:14:5: warning: incompatible redeclaration of library function 'conjl' [-Wincompatible-library-redeclaration]
  int conjl (void);
      ^
  _configtest.c:14:5: note: 'conjl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:15:5: warning: incompatible redeclaration of library function 'cpowl' [-Wincompatible-library-redeclaration]
  int cpowl (void);
      ^
  _configtest.c:15:5: note: 'cpowl' is a builtin with type '_Complex long double (_Complex long double, _Complex long double)'
  _configtest.c:16:5: warning: incompatible redeclaration of library function 'cprojl' [-Wincompatible-library-redeclaration]
  int cprojl (void);
      ^
  _configtest.c:16:5: note: 'cprojl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:17:5: warning: incompatible redeclaration of library function 'creall' [-Wincompatible-library-redeclaration]
  int creall (void);
      ^
  _configtest.c:17:5: note: 'creall' is a builtin with type 'long double (_Complex long double)'
  _configtest.c:18:5: warning: incompatible redeclaration of library function 'csinl' [-Wincompatible-library-redeclaration]
  int csinl (void);
      ^
  _configtest.c:18:5: note: 'csinl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:19:5: warning: incompatible redeclaration of library function 'csinhl' [-Wincompatible-library-redeclaration]
  int csinhl (void);
      ^
  _configtest.c:19:5: note: 'csinhl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:20:5: warning: incompatible redeclaration of library function 'csqrtl' [-Wincompatible-library-redeclaration]
  int csqrtl (void);
      ^
  _configtest.c:20:5: note: 'csqrtl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:21:5: warning: incompatible redeclaration of library function 'ctanl' [-Wincompatible-library-redeclaration]
  int ctanl (void);
      ^
  _configtest.c:21:5: note: 'ctanl' is a builtin with type '_Complex long double (_Complex long double)'
  _configtest.c:22:5: warning: incompatible redeclaration of library function 'ctanhl' [-Wincompatible-library-redeclaration]
  int ctanhl (void);
      ^
  _configtest.c:22:5: note: 'ctanhl' is a builtin with type '_Complex long double (_Complex long double)'
  22 warnings generated.
  clang _configtest.o -o _configtest
  success!
  removing: _configtest.c _configtest.o _configtest.o.d _configtest
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  _configtest.c:2:12: warning: unused function 'static_func' [-Wunused-function]
  static int static_func (char * restrict a)
             ^
  1 warning generated.
  success!
  removing: _configtest.c _configtest.o _configtest.o.d
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  _configtest.c:3:19: warning: unused function 'static_func' [-Wunused-function]
  static inline int static_func (void)
                    ^
  1 warning generated.
  success!
  removing: _configtest.c _configtest.o _configtest.o.d
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  removing: _configtest.c _configtest.o _configtest.o.d
  File: build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/config.h
  #define SIZEOF_PY_INTPTR_T 8
  #define SIZEOF_OFF_T 8
  #define SIZEOF_PY_LONG_LONG 8
  #define MATHLIB
  #define HAVE_SIN 1
  #define HAVE_COS 1
  #define HAVE_TAN 1
  #define HAVE_SINH 1
  #define HAVE_COSH 1
  #define HAVE_TANH 1
  #define HAVE_FABS 1
  #define HAVE_FLOOR 1
  #define HAVE_CEIL 1
  #define HAVE_SQRT 1
  #define HAVE_LOG10 1
  #define HAVE_LOG 1
  #define HAVE_EXP 1
  #define HAVE_ASIN 1
  #define HAVE_ACOS 1
  #define HAVE_ATAN 1
  #define HAVE_FMOD 1
  #define HAVE_MODF 1
  #define HAVE_FREXP 1
  #define HAVE_LDEXP 1
  #define HAVE_RINT 1
  #define HAVE_TRUNC 1
  #define HAVE_EXP2 1
  #define HAVE_LOG2 1
  #define HAVE_ATAN2 1
  #define HAVE_POW 1
  #define HAVE_NEXTAFTER 1
  #define HAVE_STRTOLL 1
  #define HAVE_STRTOULL 1
  #define HAVE_CBRT 1
  #define HAVE_STRTOLD_L 1
  #define HAVE_BACKTRACE 1
  #define HAVE_MADVISE 1
  #define HAVE_XMMINTRIN_H 1
  #define HAVE_EMMINTRIN_H 1
  #define HAVE_XLOCALE_H 1
  #define HAVE_DLFCN_H 1
  #define HAVE_SYS_MMAN_H 1
  #define HAVE___BUILTIN_ISNAN 1
  #define HAVE___BUILTIN_ISINF 1
  #define HAVE___BUILTIN_ISFINITE 1
  #define HAVE___BUILTIN_BSWAP32 1
  #define HAVE___BUILTIN_BSWAP64 1
  #define HAVE___BUILTIN_EXPECT 1
  #define HAVE___BUILTIN_MUL_OVERFLOW 1
  #define HAVE___BUILTIN_CPU_SUPPORTS 1
  #define HAVE__M_FROM_INT64 1
  #define HAVE__MM_LOAD_PS 1
  #define HAVE__MM_PREFETCH 1
  #define HAVE__MM_LOAD_PD 1
  #define HAVE___BUILTIN_PREFETCH 1
  #define HAVE_LINK_AVX 1
  #define HAVE_LINK_AVX2 1
  #define HAVE_XGETBV 1
  #define HAVE_ATTRIBUTE_NONNULL 1
  #define HAVE_ATTRIBUTE_TARGET_AVX 1
  #define HAVE_ATTRIBUTE_TARGET_AVX2 1
  #define HAVE___THREAD 1
  #define HAVE_SINF 1
  #define HAVE_COSF 1
  #define HAVE_TANF 1
  #define HAVE_SINHF 1
  #define HAVE_COSHF 1
  #define HAVE_TANHF 1
  #define HAVE_FABSF 1
  #define HAVE_FLOORF 1
  #define HAVE_CEILF 1
  #define HAVE_RINTF 1
  #define HAVE_TRUNCF 1
  #define HAVE_SQRTF 1
  #define HAVE_LOG10F 1
  #define HAVE_LOGF 1
  #define HAVE_LOG1PF 1
  #define HAVE_EXPF 1
  #define HAVE_EXPM1F 1
  #define HAVE_ASINF 1
  #define HAVE_ACOSF 1
  #define HAVE_ATANF 1
  #define HAVE_ASINHF 1
  #define HAVE_ACOSHF 1
  #define HAVE_ATANHF 1
  #define HAVE_HYPOTF 1
  #define HAVE_ATAN2F 1
  #define HAVE_POWF 1
  #define HAVE_FMODF 1
  #define HAVE_MODFF 1
  #define HAVE_FREXPF 1
  #define HAVE_LDEXPF 1
  #define HAVE_EXP2F 1
  #define HAVE_LOG2F 1
  #define HAVE_COPYSIGNF 1
  #define HAVE_NEXTAFTERF 1
  #define HAVE_CBRTF 1
  #define HAVE_SINL 1
  #define HAVE_COSL 1
  #define HAVE_TANL 1
  #define HAVE_SINHL 1
  #define HAVE_COSHL 1
  #define HAVE_TANHL 1
  #define HAVE_FABSL 1
  #define HAVE_FLOORL 1
  #define HAVE_CEILL 1
  #define HAVE_RINTL 1
  #define HAVE_TRUNCL 1
  #define HAVE_SQRTL 1
  #define HAVE_LOG10L 1
  #define HAVE_LOGL 1
  #define HAVE_LOG1PL 1
  #define HAVE_EXPL 1
  #define HAVE_EXPM1L 1
  #define HAVE_ASINL 1
  #define HAVE_ACOSL 1
  #define HAVE_ATANL 1
  #define HAVE_ASINHL 1
  #define HAVE_ACOSHL 1
  #define HAVE_ATANHL 1
  #define HAVE_HYPOTL 1
  #define HAVE_ATAN2L 1
  #define HAVE_POWL 1
  #define HAVE_FMODL 1
  #define HAVE_MODFL 1
  #define HAVE_FREXPL 1
  #define HAVE_LDEXPL 1
  #define HAVE_EXP2L 1
  #define HAVE_LOG2L 1
  #define HAVE_COPYSIGNL 1
  #define HAVE_NEXTAFTERL 1
  #define HAVE_CBRTL 1
  #define HAVE_DECL_SIGNBIT
  #define HAVE_COMPLEX_H 1
  #define HAVE_CABS 1
  #define HAVE_CACOS 1
  #define HAVE_CACOSH 1
  #define HAVE_CARG 1
  #define HAVE_CASIN 1
  #define HAVE_CASINH 1
  #define HAVE_CATAN 1
  #define HAVE_CATANH 1
  #define HAVE_CCOS 1
  #define HAVE_CCOSH 1
  #define HAVE_CEXP 1
  #define HAVE_CIMAG 1
  #define HAVE_CLOG 1
  #define HAVE_CONJ 1
  #define HAVE_CPOW 1
  #define HAVE_CPROJ 1
  #define HAVE_CREAL 1
  #define HAVE_CSIN 1
  #define HAVE_CSINH 1
  #define HAVE_CSQRT 1
  #define HAVE_CTAN 1
  #define HAVE_CTANH 1
  #define HAVE_CABSF 1
  #define HAVE_CACOSF 1
  #define HAVE_CACOSHF 1
  #define HAVE_CARGF 1
  #define HAVE_CASINF 1
  #define HAVE_CASINHF 1
  #define HAVE_CATANF 1
  #define HAVE_CATANHF 1
  #define HAVE_CCOSF 1
  #define HAVE_CCOSHF 1
  #define HAVE_CEXPF 1
  #define HAVE_CIMAGF 1
  #define HAVE_CLOGF 1
  #define HAVE_CONJF 1
  #define HAVE_CPOWF 1
  #define HAVE_CPROJF 1
  #define HAVE_CREALF 1
  #define HAVE_CSINF 1
  #define HAVE_CSINHF 1
  #define HAVE_CSQRTF 1
  #define HAVE_CTANF 1
  #define HAVE_CTANHF 1
  #define HAVE_CABSL 1
  #define HAVE_CACOSL 1
  #define HAVE_CACOSHL 1
  #define HAVE_CARGL 1
  #define HAVE_CASINL 1
  #define HAVE_CASINHL 1
  #define HAVE_CATANL 1
  #define HAVE_CATANHL 1
  #define HAVE_CCOSL 1
  #define HAVE_CCOSHL 1
  #define HAVE_CEXPL 1
  #define HAVE_CIMAGL 1
  #define HAVE_CLOGL 1
  #define HAVE_CONJL 1
  #define HAVE_CPOWL 1
  #define HAVE_CPROJL 1
  #define HAVE_CREALL 1
  #define HAVE_CSINL 1
  #define HAVE_CSINHL 1
  #define HAVE_CSQRTL 1
  #define HAVE_CTANL 1
  #define HAVE_CTANHL 1
  #define NPY_RESTRICT restrict
  #define NPY_RELAXED_STRIDES_CHECKING 1
  #define HAVE_LDOUBLE_INTEL_EXTENDED_16_BYTES_LE 1
  #define NPY_PY3K 1
  #ifndef __cplusplus
  /* #undef inline */
  #endif
  
  #ifndef _NPY_NPY_CONFIG_H_
  #error config.h should never be included directly, include npy_config.h instead
  #endif
  
  EOF
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/config.h' to sources.
  Generating build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/_numpyconfig.h
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  _configtest.c:1:5: warning: incompatible redeclaration of library function 'exp' [-Wincompatible-library-redeclaration]
  int exp (void);
      ^
  _configtest.c:1:5: note: 'exp' is a builtin with type 'double (double)'
  1 warning generated.
  clang _configtest.o -o _configtest
  success!
  removing: _configtest.c _configtest.o _configtest.o.d _configtest
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  success!
  removing: _configtest.c _configtest.o _configtest.o.d
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -c'
  clang: _configtest.c
  success!
  removing: _configtest.c _configtest.o _configtest.o.d
  File: build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/_numpyconfig.h
  #define NPY_SIZEOF_SHORT SIZEOF_SHORT
  #define NPY_SIZEOF_INT SIZEOF_INT
  #define NPY_SIZEOF_LONG SIZEOF_LONG
  #define NPY_SIZEOF_FLOAT 4
  #define NPY_SIZEOF_COMPLEX_FLOAT 8
  #define NPY_SIZEOF_DOUBLE 8
  #define NPY_SIZEOF_COMPLEX_DOUBLE 16
  #define NPY_SIZEOF_LONGDOUBLE 16
  #define NPY_SIZEOF_COMPLEX_LONGDOUBLE 32
  #define NPY_SIZEOF_PY_INTPTR_T 8
  #define NPY_SIZEOF_OFF_T 8
  #define NPY_SIZEOF_PY_LONG_LONG 8
  #define NPY_SIZEOF_LONGLONG 8
  #define NPY_NO_SMP 0
  #define NPY_HAVE_DECL_ISNAN
  #define NPY_HAVE_DECL_ISINF
  #define NPY_HAVE_DECL_ISFINITE
  #define NPY_HAVE_DECL_SIGNBIT
  #define NPY_USE_C99_COMPLEX 1
  #define NPY_HAVE_COMPLEX_DOUBLE 1
  #define NPY_HAVE_COMPLEX_FLOAT 1
  #define NPY_HAVE_COMPLEX_LONG_DOUBLE 1
  #define NPY_RELAXED_STRIDES_CHECKING 1
  #define NPY_USE_C99_FORMATS 1
  #define NPY_VISIBILITY_HIDDEN __attribute__((visibility("hidden")))
  #define NPY_ABI_VERSION 0x01000009
  #define NPY_API_VERSION 0x0000000D
  
  #ifndef __STDC_FORMAT_MACROS
  #define __STDC_FORMAT_MACROS 1
  #endif
  
  EOF
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/_numpyconfig.h' to sources.
  executing numpy/core/code_generators/generate_numpy_api.py
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/__multiarray_api.h' to sources.
  numpy.core - nothing done with h_files = ['build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/config.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/__multiarray_api.h']
  building extension "numpy.core._multiarray_tests" sources
  creating build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/_multiarray_tests.c
  building extension "numpy.core._multiarray_umath" sources
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/config.h' to sources.
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/_numpyconfig.h' to sources.
  executing numpy/core/code_generators/generate_numpy_api.py
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/__multiarray_api.h' to sources.
  executing numpy/core/code_generators/generate_ufunc_api.py
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/__ufunc_api.h' to sources.
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/arraytypes.c
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/einsum.c
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/lowlevel_strided_loops.c
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/nditer_templ.c
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/scalartypes.c
  creating build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/funcs.inc
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath' to include_dirs.
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/simd.inc
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/loops.h
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/loops.c
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/matmul.h
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/matmul.c
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/scalarmath.c
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath' to include_dirs.
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/common/templ_common.h
    adding 'build/src.macosx-10.14-x86_64-3.9/numpy/core/src/common' to include_dirs.
  numpy.core - nothing done with h_files = ['build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/funcs.inc', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/simd.inc', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/loops.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/matmul.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath/npy_math_internal.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/src/common/templ_common.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/config.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/_numpyconfig.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/__multiarray_api.h', 'build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/__ufunc_api.h']
  building extension "numpy.core._umath_tests" sources
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/_umath_tests.c
  building extension "numpy.core._rational_tests" sources
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/_rational_tests.c
  building extension "numpy.core._struct_ufunc_tests" sources
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/_struct_ufunc_tests.c
  building extension "numpy.core._operand_flag_tests" sources
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/_operand_flag_tests.c
  building extension "numpy.fft.fftpack_lite" sources
  building extension "numpy.linalg.lapack_lite" sources
  creating build/src.macosx-10.14-x86_64-3.9/numpy/linalg
    adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
  building extension "numpy.linalg._umath_linalg" sources
    adding 'numpy/linalg/lapack_lite/python_xerbla.c' to sources.
  conv_template:> build/src.macosx-10.14-x86_64-3.9/numpy/linalg/umath_linalg.c
  building extension "numpy.random.mtrand" sources
  creating build/src.macosx-10.14-x86_64-3.9/numpy/random
  building data_files sources
  build_src: building npy-pkg config files
  running build_py
  creating build/lib.macosx-10.14-x86_64-3.9
  creating build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/conftest.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/version.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/_globals.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/dual.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/_distributor_init.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/ctypeslib.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/matlib.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying numpy/_pytesttester.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  copying build/src.macosx-10.14-x86_64-3.9/numpy/__config__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/compat
  copying numpy/compat/py3k.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/compat
  copying numpy/compat/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/compat
  copying numpy/compat/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/compat
  copying numpy/compat/_inspect.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/compat
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/umath.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/fromnumeric.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/_dtype.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/_add_newdocs.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/_methods.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/_internal.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/_string_helpers.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/multiarray.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/records.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/setup_common.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/_aliased_types.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/memmap.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/overrides.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/getlimits.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/_dtype_ctypes.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/defchararray.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/shape_base.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/machar.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/numeric.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/function_base.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/einsumfunc.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/umath_tests.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/numerictypes.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/_type_aliases.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/cversions.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/arrayprint.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  copying numpy/core/code_generators/generate_numpy_api.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/core
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/unixccompiler.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/numpy_distribution.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/conv_template.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/cpuinfo.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/ccompiler.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/msvc9compiler.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/npy_pkg_config.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/compat.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/misc_util.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/log.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/line_endings.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/lib2def.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/pathccompiler.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/system_info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/core.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/__version__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/exec_command.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/from_template.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/mingw32ccompiler.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/extension.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/msvccompiler.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/intelccompiler.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/_shell_utils.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying numpy/distutils/info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  copying build/src.macosx-10.14-x86_64-3.9/numpy/distutils/__config__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/build.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/config_compiler.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/build_ext.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/config.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/install_headers.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/build_py.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/build_src.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/sdist.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/build_scripts.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/bdist_rpm.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/install_clib.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/build_clib.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/autodist.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/egg_info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/install.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/develop.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  copying numpy/distutils/command/install_data.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/command
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/gnu.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/compaq.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/intel.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/none.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/nag.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/pg.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/ibm.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/sun.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/lahey.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/g95.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/mips.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/hpux.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/environment.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/pathf95.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/absoft.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  copying numpy/distutils/fcompiler/vast.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/distutils/fcompiler
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/misc.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/internals.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/creation.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/constants.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/ufuncs.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/broadcasting.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/basics.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/subclassing.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/indexing.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/byteswapping.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/structured_arrays.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  copying numpy/doc/glossary.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/doc
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/cfuncs.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/common_rules.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/crackfortran.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/cb_rules.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/rules.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/f2py2e.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/func2subr.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/__version__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/diagnose.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/capi_maps.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/f90mod_rules.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/f2py_testing.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/use_rules.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/auxfuncs.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  copying numpy/f2py/__main__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/f2py
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/fft
  copying numpy/fft/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/fft
  copying numpy/fft/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/fft
  copying numpy/fft/helper.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/fft
  copying numpy/fft/fftpack.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/fft
  copying numpy/fft/info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/fft
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/_iotools.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/mixins.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/nanfunctions.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/recfunctions.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/histograms.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/scimath.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/_version.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/user_array.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/format.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/twodim_base.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/financial.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/index_tricks.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/npyio.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/shape_base.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/stride_tricks.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/utils.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/arrayterator.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/function_base.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/arraysetops.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/arraypad.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/type_check.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/polynomial.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/_datasource.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  copying numpy/lib/ufunclike.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/lib
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/linalg
  copying numpy/linalg/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/linalg
  copying numpy/linalg/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/linalg
  copying numpy/linalg/linalg.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/linalg
  copying numpy/linalg/info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/linalg
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/extras.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/version.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/testutils.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/core.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/bench.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/timer_comparison.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  copying numpy/ma/mrecords.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/ma
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/matrixlib
  copying numpy/matrixlib/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/matrixlib
  copying numpy/matrixlib/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/matrixlib
  copying numpy/matrixlib/defmatrix.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/matrixlib
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/laguerre.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/_polybase.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/polyutils.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/hermite_e.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/chebyshev.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/polynomial.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/legendre.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  copying numpy/polynomial/hermite.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/polynomial
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/random
  copying numpy/random/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/random
  copying numpy/random/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/random
  copying numpy/random/info.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/random
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/testing
  copying numpy/testing/nosetester.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing
  copying numpy/testing/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing
  copying numpy/testing/noseclasses.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing
  copying numpy/testing/setup.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing
  copying numpy/testing/utils.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing
  copying numpy/testing/print_coercion_tables.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing
  copying numpy/testing/decorators.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing
  creating build/lib.macosx-10.14-x86_64-3.9/numpy/testing/_private
  copying numpy/testing/_private/nosetester.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing/_private
  copying numpy/testing/_private/__init__.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing/_private
  copying numpy/testing/_private/noseclasses.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing/_private
  copying numpy/testing/_private/utils.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing/_private
  copying numpy/testing/_private/parameterized.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing/_private
  copying numpy/testing/_private/decorators.py -> build/lib.macosx-10.14-x86_64-3.9/numpy/testing/_private
  running build_clib
  customize UnixCCompiler
  customize UnixCCompiler using build_clib
  building 'npymath' library
  compiling C sources
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  creating build/temp.macosx-10.14-x86_64-3.9
  creating build/temp.macosx-10.14-x86_64-3.9/numpy
  creating build/temp.macosx-10.14-x86_64-3.9/numpy/core
  creating build/temp.macosx-10.14-x86_64-3.9/numpy/core/src
  creating build/temp.macosx-10.14-x86_64-3.9/numpy/core/src/npymath
  creating build/temp.macosx-10.14-x86_64-3.9/build
  creating build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9
  creating build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy
  creating build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core
  creating build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core/src
  creating build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath
  compile options: '-Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Inumpy/core/include -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -c'
  clang: numpy/core/src/npymath/npy_math.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath/ieee754.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath/npy_math_complex.c
  clang: numpy/core/src/npymath/halffloat.c
  numpy/core/src/npymath/npy_math_complex.c.src:48:33: warning: unused variable 'tiny' [-Wunused-const-variable]
  static const volatile npy_float tiny = 3.9443045e-31f;
                                  ^
  numpy/core/src/npymath/npy_math_complex.c.src:67:25: warning: unused variable 'c_halff' [-Wunused-const-variable]
  static const npy_cfloat c_halff = {0.5F, 0.0};
                          ^
  numpy/core/src/npymath/npy_math_complex.c.src:68:25: warning: unused variable 'c_if' [-Wunused-const-variable]
  static const npy_cfloat c_if = {0.0, 1.0F};
                          ^
  numpy/core/src/npymath/npy_math_complex.c.src:69:25: warning: unused variable 'c_ihalff' [-Wunused-const-variable]
  static const npy_cfloat c_ihalff = {0.0, 0.5F};
                          ^
  numpy/core/src/npymath/npy_math_complex.c.src:79:1: warning: unused function 'caddf' [-Wunused-function]
  caddf(npy_cfloat a, npy_cfloat b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:87:1: warning: unused function 'csubf' [-Wunused-function]
  csubf(npy_cfloat a, npy_cfloat b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:137:1: warning: unused function 'cnegf' [-Wunused-function]
  cnegf(npy_cfloat a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:144:1: warning: unused function 'cmulif' [-Wunused-function]
  cmulif(npy_cfloat a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:67:26: warning: unused variable 'c_half' [-Wunused-const-variable]
  static const npy_cdouble c_half = {0.5, 0.0};
                           ^
  numpy/core/src/npymath/npy_math_complex.c.src:68:26: warning: unused variable 'c_i' [-Wunused-const-variable]
  static const npy_cdouble c_i = {0.0, 1.0};
                           ^
  numpy/core/src/npymath/npy_math_complex.c.src:69:26: warning: unused variable 'c_ihalf' [-Wunused-const-variable]
  static const npy_cdouble c_ihalf = {0.0, 0.5};
                           ^
  numpy/core/src/npymath/npy_math_complex.c.src:79:1: warning: unused function 'cadd' [-Wunused-function]
  cadd(npy_cdouble a, npy_cdouble b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:87:1: warning: unused function 'csub' [-Wunused-function]
  csub(npy_cdouble a, npy_cdouble b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:137:1: warning: unused function 'cneg' [-Wunused-function]
  cneg(npy_cdouble a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:144:1: warning: unused function 'cmuli' [-Wunused-function]
  cmuli(npy_cdouble a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:67:30: warning: unused variable 'c_halfl' [-Wunused-const-variable]
  static const npy_clongdouble c_halfl = {0.5L, 0.0};
                               ^
  numpy/core/src/npymath/npy_math_complex.c.src:68:30: warning: unused variable 'c_il' [-Wunused-const-variable]
  static const npy_clongdouble c_il = {0.0, 1.0L};
                               ^
  numpy/core/src/npymath/npy_math_complex.c.src:69:30: warning: unused variable 'c_ihalfl' [-Wunused-const-variable]
  static const npy_clongdouble c_ihalfl = {0.0, 0.5L};
                               ^
  numpy/core/src/npymath/npy_math_complex.c.src:79:1: warning: unused function 'caddl' [-Wunused-function]
  caddl(npy_clongdouble a, npy_clongdouble b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:87:1: warning: unused function 'csubl' [-Wunused-function]
  csubl(npy_clongdouble a, npy_clongdouble b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:137:1: warning: unused function 'cnegl' [-Wunused-function]
  cnegl(npy_clongdouble a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:144:1: warning: unused function 'cmulil' [-Wunused-function]
  cmulil(npy_clongdouble a)
  ^
  22 warnings generated.
  ar: adding 4 object files to build/temp.macosx-10.14-x86_64-3.9/libnpymath.a
  ranlib:@ build/temp.macosx-10.14-x86_64-3.9/libnpymath.a
  building 'npysort' library
  compiling C sources
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  creating build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npysort
  compile options: '-Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Inumpy/core/include -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -c'
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npysort/quicksort.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npysort/mergesort.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npysort/heapsort.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npysort/selection.c
  In file included from numpy/core/src/npysort/selection.c.src:22:
  numpy/core/src/common/npy_partition.h.src:98:15: warning: result of comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
      if (which >= NPY_NSELECTS) {
          ~~~~~ ^  ~~~~~~~~~~~~
  numpy/core/src/common/npy_partition.h.src:116:15: warning: result of comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
      if (which >= NPY_NSELECTS) {
          ~~~~~ ^  ~~~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  numpy/core/src/npysort/selection.c.src:328:9: warning: code will never be executed [-Wunreachable-code]
          npy_intp k;
          ^~~~~~~~~~~
  numpy/core/src/npysort/selection.c.src:326:14: note: silence by adding parentheses to mark code as explicitly dead
      else if (0 && kth == num - 1) {
               ^
               /* DISABLES CODE */ ( )
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npysort/binsearch.c
  In file included from numpy/core/src/npysort/binsearch.c.src:6:
  numpy/core/src/common/npy_binsearch.h.src:110:14: warning: result of comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
      if (side >= NPY_NSEARCHSIDES) {
          ~~~~ ^  ~~~~~~~~~~~~~~~~
  numpy/core/src/common/npy_binsearch.h.src:110:14: warning: result of comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
      if (side >= NPY_NSEARCHSIDES) {
          ~~~~ ^  ~~~~~~~~~~~~~~~~
  2 warnings generated.
  24 warnings generated.
  ar: adding 5 object files to build/temp.macosx-10.14-x86_64-3.9/libnpysort.a
  ranlib:@ build/temp.macosx-10.14-x86_64-3.9/libnpysort.a
  running build_ext
  customize UnixCCompiler
  customize UnixCCompiler using build_ext
  building 'numpy.core._dummy' extension
  compiling C sources
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -c'
  clang: numpy/core/src/dummymodule.c
  clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk build/temp.macosx-10.14-x86_64-3.9/numpy/core/src/dummymodule.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.14-x86_64-3.9 -o build/lib.macosx-10.14-x86_64-3.9/numpy/core/_dummy.cpython-39-darwin.so
  building 'numpy.core._multiarray_tests' extension
  compiling C sources
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  creating build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray
  creating build/temp.macosx-10.14-x86_64-3.9/numpy/core/src/common
  compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -Inumpy/core/include -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -c'
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/_multiarray_tests.c
  clang: numpy/core/src/common/mem_overlap.c
  clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/_multiarray_tests.o build/temp.macosx-10.14-x86_64-3.9/numpy/core/src/common/mem_overlap.o -L/usr/local/lib -L/usr/local/opt/openssl@1.1/lib -L/usr/local/opt/sqlite/lib -Lbuild/temp.macosx-10.14-x86_64-3.9 -lnpymath -o build/lib.macosx-10.14-x86_64-3.9/numpy/core/_multiarray_tests.cpython-39-darwin.so
  building 'numpy.core._multiarray_umath' extension
  compiling C sources
  C compiler: clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
  
  creating build/temp.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray
  creating build/temp.macosx-10.14-x86_64-3.9/numpy/core/src/umath
  creating build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath
  creating build/temp.macosx-10.14-x86_64-3.9/private
  creating build/temp.macosx-10.14-x86_64-3.9/private/var
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders/qk
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp/T
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp/T/pip-install-9zoi5nsp
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp/T/pip-install-9zoi5nsp/numpy_8319480ac7874521b75155b7d2acc09e
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp/T/pip-install-9zoi5nsp/numpy_8319480ac7874521b75155b7d2acc09e/numpy
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp/T/pip-install-9zoi5nsp/numpy_8319480ac7874521b75155b7d2acc09e/numpy/_build_utils
  creating build/temp.macosx-10.14-x86_64-3.9/private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp/T/pip-install-9zoi5nsp/numpy_8319480ac7874521b75155b7d2acc09e/numpy/_build_utils/src
  compile options: '-DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Inumpy/core/include -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -c'
  extra options: '-msse3 -I/System/Library/Frameworks/vecLib.framework/Headers'
  clang: numpy/core/src/multiarray/convert.c
  clang: numpy/core/src/multiarray/alloc.c
  clang: numpy/core/src/multiarray/arrayfunction_override.c
  clang: numpy/core/src/multiarray/datetime_strings.c
  clang: numpy/core/src/multiarray/arrayobject.c
  clang: numpy/core/src/multiarray/buffer.c
  clang: numpy/core/src/multiarray/convert_datatype.c
  clang: numpy/core/src/multiarray/datetime_busday.c
  clang: numpy/core/src/multiarray/calculation.c
  clang: numpy/core/src/multiarray/datetime_busdaycal.c
  clang: numpy/core/src/multiarray/conversion_utils.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/arraytypes.c
  clang: numpy/core/src/multiarray/descriptor.c
  numpy/core/src/multiarray/descriptor.c:440:13: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
          if (PyUString_GET_SIZE(name) == 0) {
              ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/descriptor.c:440:13: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
          if (PyUString_GET_SIZE(name) == 0) {
              ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/descriptor.c:440:13: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
          if (PyUString_GET_SIZE(name) == 0) {
              ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/descriptor.c:447:48: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
              else if (PyUString_Check(title) && PyUString_GET_SIZE(title) > 0) {
                                                 ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/descriptor.c:447:48: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
              else if (PyUString_Check(title) && PyUString_GET_SIZE(title) > 0) {
                                                 ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/descriptor.c:447:48: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
              else if (PyUString_Check(title) && PyUString_GET_SIZE(title) > 0) {
                                                 ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:numpy/core/src/multiarray/arraytypes.c.src:489:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
      ptr = PyUnicode_AS_UNICODE(temp);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
        PyUnicode_AsUnicode(_PyObject_CAST(op)))
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: 8note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/arraytypes.c.src:494:15: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
      datalen = PyUnicode_GET_DATA_SIZE(temp);
                ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/arraytypes.c.src:494:15: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
      datalen = PyUnicode_GET_DATA_SIZE(temp);
                ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/arraytypes.c.src:494:15: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
      datalen = PyUnicode_GET_DATA_SIZE(temp);
                ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  : note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  clang: numpy/core/src/multiarray/ctors.c
  clang: numpy/core/src/multiarray/compiled_base.c
  numpy/core/src/multiarray/ctors.c:2263:36: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
      if (!(PyUString_Check(name) && PyUString_GET_SIZE(name) == 0)) {
                                     ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/ctors.c:2263:36: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
      if (!(PyUString_Check(name) && PyUString_GET_SIZE(name) == 0)) {
                                     ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/ctors.c:2263:36: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
      if (!(PyUString_Check(name) && PyUString_GET_SIZE(name) == 0)) {
                                     ^
  numpy/core/include/numpy/npy_3kcompat.h:110:28: note: expanded from macro 'PyUString_GET_SIZE'
  #define PyUString_GET_SIZE PyUnicode_GET_SIZE
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  6 warnings generated.
  clang: numpy/core/src/multiarray/dragon4.c
  clang: numpy/core/src/multiarray/common.c
  numpy/core/src/multiarray/common.c:187:28: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                  itemsize = PyUnicode_GET_DATA_SIZE(temp);
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/common.c:187:28: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                  itemsize = PyUnicode_GET_DATA_SIZE(temp);
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/common.c:187:28: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                  itemsize = PyUnicode_GET_DATA_SIZE(temp);
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/common.c:239:28: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                  itemsize = PyUnicode_GET_DATA_SIZE(temp);
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/common.c:239:28: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
                  itemsize = PyUnicode_GET_DATA_SIZE(temp);
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/common.c:239:28: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
                  itemsize = PyUnicode_GET_DATA_SIZE(temp);
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/common.c:282:24: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
          int itemsize = PyUnicode_GET_DATA_SIZE(obj);
                         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/common.c:282:24: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
          int itemsize = PyUnicode_GET_DATA_SIZE(obj);
                         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/common.c:282:24: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
          int itemsize = PyUnicode_GET_DATA_SIZE(obj);
                         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  3 warnings generated.
  9 warnings generated.
  clang: numpy/core/src/multiarray/dtype_transfer.c
  clang: numpy/core/src/multiarray/datetime.c
  clang: numpy/core/src/multiarray/item_selection.c
  In file included from numpy/core/src/multiarray/item_selection.c:26:
  numpy/core/src/common/npy_partition.h.src:98:15: warning: result of comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
      if (which >= NPY_NSELECTS) {
          ~~~~~ ^  ~~~~~~~~~~~~
  numpy/core/src/common/npy_partition.h.src:116:15: warning: result of comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
      if (which >= NPY_NSELECTS) {
          ~~~~~ ^  ~~~~~~~~~~~~
  In file included from numpy/core/src/multiarray/item_selection.c:27:
  numpy/core/src/common/npy_binsearch.h.src:110:14: warning: result of comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
      if (side >= NPY_NSEARCHSIDES) {
          ~~~~ ^  ~~~~~~~~~~~~~~~~
  numpy/core/src/common/npy_binsearch.h.src:110:14: warning: result of comparison of constant 2 with expression of type 'NPY_SEARCHSIDE' is always false [-Wtautological-constant-out-of-range-compare]
      if (side >= NPY_NSEARCHSIDES) {
          ~~~~ ^  ~~~~~~~~~~~~~~~~
  numpy/core/src/multiarray/item_selection.c:1227:28: warning: result of comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
      if (which < 0 || which >= NPY_NSELECTS) {
                       ~~~~~ ^  ~~~~~~~~~~~~
  numpy/core/src/multiarray/item_selection.c:1322:28: warning: result of comparison of constant 1 with expression of type 'NPY_SELECTKIND' is always false [-Wtautological-constant-out-of-range-compare]
      if (which < 0 || which >= NPY_NSELECTS) {
                       ~~~~~ ^  ~~~~~~~~~~~~
  clang: numpy/core/src/multiarray/multiarraymodule.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/einsum.c
  6 warnings generated.
  clang: numpy/core/src/multiarray/iterators.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/lowlevel_strided_loops.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/nditer_templ.c
  clang: numpy/core/src/multiarray/nditer_api.c
  clang: numpy/core/src/multiarray/nditer_constr.c
  clang: numpy/core/src/multiarray/flagsobject.c
  clang: numpy/core/src/multiarray/getset.c
  clang: numpy/core/src/multiarray/hashdescr.c
  clang: numpy/core/src/multiarray/number.c
  clang: numpy/core/src/multiarray/refcount.c
  clang: numpy/core/src/multiarray/sequence.c
  clang: numpy/core/src/multiarray/shape.c
  clang: numpy/core/src/multiarray/nditer_pywrap.c
  clang: numpy/core/src/multiarray/scalarapi.c
  numpy/core/src/multiarray/scalarapi.c:74:28: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
              return (void *)PyUnicode_AS_DATA(scalar);
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
      ((const char *)(PyUnicode_AS_UNICODE(op)))
                      ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
        PyUnicode_AsUnicode(_PyObject_CAST(op)))
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalarapi.c:135:28: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
              return (void *)PyUnicode_AS_DATA(scalar);
                             ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
      ((const char *)(PyUnicode_AS_UNICODE(op)))
                      ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
        PyUnicode_AsUnicode(_PyObject_CAST(op)))
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalarapi.c:568:29: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
              descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
                              ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalarapi.c:568:29: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
              descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
                              ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalarapi.c:568:29: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
              descr->elsize = PyUnicode_GET_DATA_SIZE(sc);
                              ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  5 warnings generated.
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/multiarray/scalartypes.c
  numpy/core/src/multiarray/scalartypes.c.src:475:17: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
      ip = dptr = PyUnicode_AS_UNICODE(self);
                  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
        PyUnicode_AsUnicode(_PyObject_CAST(op)))
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:476:11: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
      len = PyUnicode_GET_SIZE(self);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:476:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
      len = PyUnicode_GET_SIZE(self);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:476:11: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
      len = PyUnicode_GET_SIZE(self);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:481:11: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
      new = PyUnicode_FromUnicode(ip, len);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:475:17: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
      ip = dptr = PyUnicode_AS_UNICODE(self);
                  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
        PyUnicode_AsUnicode(_PyObject_CAST(op)))
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:476:11: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
      len = PyUnicode_GET_SIZE(self);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:476:11: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
      len = PyUnicode_GET_SIZE(self);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:476:11: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
      len = PyUnicode_GET_SIZE(self);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:481:11: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
      new = PyUnicode_FromUnicode(ip, len);
            ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  ^
  clang: numpy/core/src/multiarray/vdot.c
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:1849:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
          buffer = PyUnicode_AS_DATA(self);
                   ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:283:21: note: expanded from macro 'PyUnicode_AS_DATA'
      ((const char *)(PyUnicode_AS_UNICODE(op)))
                      ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:279:7: note: expanded from macro 'PyUnicode_AS_UNICODE'
        PyUnicode_AsUnicode(_PyObject_CAST(op)))
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
          buflen = PyUnicode_GET_DATA_SIZE(self);
                   ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
        PyUnicode_WSTR_LENGTH(op) :                    \
        ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
          buflen = PyUnicode_GET_DATA_SIZE(self);
                   ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
        ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
               ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/scalartypes.c.src:1850:18: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
          buflen = PyUnicode_GET_DATA_SIZE(self);
                   ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:268:6: note: expanded from macro 'PyUnicode_GET_DATA_SIZE'
      (PyUnicode_GET_SIZE(op) * Py_UNICODE_SIZE)
       ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
         PyUnicode_WSTR_LENGTH(op)))
         ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
                                    ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3)
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  clang: numpy/core/src/umath/umathmodule.c
  clang: numpy/core/src/umath/reduction.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/loops.c
  numpy/core/src/umath/loops.c.src:655:18: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
          result = PyEval_CallObject(tocall, arglist);
                   ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
      PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
      ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
  Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  14 warnings generated.
  clang: numpy/core/src/multiarray/strfuncs.c
  numpy/core/src/multiarray/strfuncs.c:178:13: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
          s = PyEval_CallObject(PyArray_ReprFunction, arglist);
              ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
      PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
      ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
  Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  numpy/core/src/multiarray/strfuncs.c:195:13: warning: 'PyEval_CallObjectWithKeywords' is deprecated [-Wdeprecated-declarations]
          s = PyEval_CallObject(PyArray_StrFunction, arglist);
              ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:24:5: note: expanded from macro 'PyEval_CallObject'
      PyEval_CallObjectWithKeywords(callable, arg, (PyObject *)NULL)
      ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/ceval.h:17:1: note: 'PyEval_CallObjectWithKeywords' has been explicitly marked deprecated here
  Py_DEPRECATED(3.9) PyAPI_FUNC(PyObject *) PyEval_CallObjectWithKeywords(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  2 warnings generated.
  clang: numpy/core/src/multiarray/temp_elide.c
  clang: numpy/core/src/multiarray/typeinfo.c
  clang: numpy/core/src/multiarray/usertypes.c
  clang: numpy/core/src/umath/ufunc_object.c
  numpy/core/src/umath/ufunc_object.c:657:19: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Wsign-compare]
      for (i = 0; i < len; i++) {
                  ~ ^ ~~~
  4 warnings generated.
  clang: numpy/core/src/multiarray/array_assign_scalar.c
  clang: numpy/core/src/multiarray/array_assign_array.c
  clang: numpy/core/src/umath/override.c
  numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
          npy_intp n = dimensions[0];
                       ^~~~~~~~~~
  numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
      if (IS_BINARY_REDUCE && 0) {
                              ^
                              /* DISABLES CODE */ ( )
  numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
          npy_intp n = dimensions[0];
                       ^~~~~~~~~~
  numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
      if (IS_BINARY_REDUCE && 0) {
                              ^
                              /* DISABLES CODE */ ( )
  numpy/core/src/umath/loops.c.src:2583:22: warning: code will never be executed [-Wunreachable-code]
          npy_intp n = dimensions[0];
                       ^~~~~~~~~~
  numpy/core/src/umath/loops.c.src:2582:29: note: silence by adding parentheses to mark code as explicitly dead
      if (IS_BINARY_REDUCE && 0) {
                              ^
                              /* DISABLES CODE */ ( )
  clang: numpy/core/src/npymath/npy_math.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath/ieee754.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath/npy_math_complex.c
  numpy/core/src/npymath/npy_math_complex.c.src:48:33: warning: unused variable 'tiny' [-Wunused-const-variable]
  static const volatile npy_float tiny = 3.9443045e-31f;
                                  ^
  numpy/core/src/npymath/npy_math_complex.c.src:67:25: warning: unused variable 'c_halff' [-Wunused-const-variable]
  static const npy_cfloat c_halff = {0.5F, 0.0};
                          ^
  numpy/core/src/npymath/npy_math_complex.c.src:68:25: warning: unused variable 'c_if' [-Wunused-const-variable]
  static const npy_cfloat c_if = {0.0, 1.0F};
                          ^
  numpy/core/src/npymath/npy_math_complex.c.src:69:25: warning: unused variable 'c_ihalff' [-Wunused-const-variable]
  static const npy_cfloat c_ihalff = {0.0, 0.5F};
                          ^
  numpy/core/src/npymath/npy_math_complex.c.src:79:1: warning: unused function 'caddf' [-Wunused-function]
  caddf(npy_cfloat a, npy_cfloat b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:87:1: warning: unused function 'csubf' [-Wunused-function]
  csubf(npy_cfloat a, npy_cfloat b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:137:1: warning: unused function 'cnegf' [-Wunused-function]
  cnegf(npy_cfloat a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:144:1: warning: unused function 'cmulif' [-Wunused-function]
  cmulif(npy_cfloat a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:67:26: warning: unused variable 'c_half' [-Wunused-const-variable]
  static const npy_cdouble c_half = {0.5, 0.0};
                           ^
  numpy/core/src/npymath/npy_math_complex.c.src:68:26: warning: unused variable 'c_i' [-Wunused-const-variable]
  static const npy_cdouble c_i = {0.0, 1.0};
                           ^
  numpy/core/src/npymath/npy_math_complex.c.src:69:26: warning: unused variable 'c_ihalf' [-Wunused-const-variable]
  static const npy_cdouble c_ihalf = {0.0, 0.5};
                           ^
  numpy/core/src/npymath/npy_math_complex.c.src:79:1: warning: unused function 'cadd' [-Wunused-function]
  cadd(npy_cdouble a, npy_cdouble b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:87:1: warning: unused function 'csub' [-Wunused-function]
  csub(npy_cdouble a, npy_cdouble b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:137:1: warning: unused function 'cneg' [-Wunused-function]
  cneg(npy_cdouble a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:144:1: warning: unused function 'cmuli' [-Wunused-function]
  cmuli(npy_cdouble a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:67:30: warning: unused variable 'c_halfl' [-Wunused-const-variable]
  static const npy_clongdouble c_halfl = {0.5L, 0.0};
                               ^
  numpy/core/src/npymath/npy_math_complex.c.src:68:30: warning: unused variable 'c_il' [-Wunused-const-variable]
  static const npy_clongdouble c_il = {0.0, 1.0L};
                               ^
  numpy/core/src/npymath/npy_math_complex.c.src:69:30: warning: unused variable 'c_ihalfl' [-Wunused-const-variable]
  static const npy_clongdouble c_ihalfl = {0.0, 0.5L};
                               ^
  numpy/core/src/npymath/npy_math_complex.c.src:79:1: warning: unused function 'caddl' [-Wunused-function]
  caddl(npy_clongdouble a, npy_clongdouble b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:87:1: warning: unused function 'csubl' [-Wunused-function]
  csubl(npy_clongdouble a, npy_clongdouble b)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:137:1: warning: unused function 'cnegl' [-Wunused-function]
  cnegl(npy_clongdouble a)
  ^
  numpy/core/src/npymath/npy_math_complex.c.src:144:1: warning: unused function 'cmulil' [-Wunused-function]
  cmulil(npy_clongdouble a)
  ^
  22 warnings generated.
  clang: numpy/core/src/npymath/halffloat.c
  clang: numpy/core/src/common/array_assign.c
  clang: numpy/core/src/common/mem_overlap.c
  1 warning generated.
  clang: numpy/core/src/umath/extobj.c
  clang: numpy/core/src/umath/cpuid.c
  clang: numpy/core/src/common/npy_longdouble.c
  clang: build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/scalarmath.c
  clang: numpy/core/src/common/ucsnarrow.c
  clang: numpy/core/src/multiarray/mapping.c
  numpy/core/src/common/ucsnarrow.c:139:34: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
          ret = (PyUnicodeObject *)PyUnicode_FromUnicode((Py_UNICODE*)buf,
                                   ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  ^
  /usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9/pyport.h:508:54: note: expanded from macro 'Py_DEPRECATED'
  #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                       ^
  1 warning generated.
  clang: numpy/core/src/common/ufunc_override.c
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'byte_long' [-Wunused-function]
  byte_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'ubyte_long' [-Wunused-function]
  ubyte_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'short_long' [-Wunused-function]
  short_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'ushort_long' [-Wunused-function]
  ushort_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'int_long' [-Wunused-function]
  int_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'uint_long' [-Wunused-function]
  uint_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'long_long' [-Wunused-function]
  long_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'ulong_long' [-Wunused-function]
  ulong_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'longlong_long' [-Wunused-function]
  longlong_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'ulonglong_long' [-Wunused-function]
  ulonglong_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'half_long' [-Wunused-function]
  half_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'float_long' [-Wunused-function]
  float_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'double_long' [-Wunused-function]
  double_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'longdouble_long' [-Wunused-function]
  longdouble_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'cfloat_long' [-Wunused-function]
  cfloat_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'cdouble_long' [-Wunused-function]
  cdouble_long(PyObject *obj)
  ^
  numpy/core/src/umath/scalarmath.c.src:1449:1: warning: unused function 'clongdouble_long' [-Wunused-function]
  clongdouble_long(PyObject *obj)
  ^
  clang: numpy/core/src/common/numpyos.c
  clang: numpy/core/src/common/cblasfuncs.c
  clang: numpy/core/src/common/python_xerbla.c
  clang: /private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp/T/pip-install-9zoi5nsp/numpy_8319480ac7874521b75155b7d2acc09e/numpy/_build_utils/src/apple_sgemv_fix.c
  In file included from /private/var/folders/qk/9zkf0syn149fvhw9mh7hgd5w0000gp/T/pip-install-9zoi5nsp/numpy_8319480ac7874521b75155b7d2acc09e/numpy/_build_utils/src/apple_sgemv_fix.c:26:
  In file included from numpy/core/include/numpy/arrayobject.h:4:
  In file included from numpy/core/include/numpy/ndarrayobject.h:21:
  build/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy/__multiarray_api.h:1463:1: warning: unused function '_import_array' [-Wunused-function]
  _import_array(void)
  ^
  1 warning generated.
  clang: numpy/core/src/multiarray/methods.c
  17 warnings generated.
  clang: numpy/core/src/umath/ufunc_type_resolution.c
  clang: error: unable to execute command: Terminated: 15
  clang: error: clang frontend command failed due to signal (use -v to see invocation)
  Apple LLVM version 10.0.1 (clang-1001.0.46.4)
  Target: x86_64-apple-darwin18.7.0
  Thread model: posix
  InstalledDir: /Library/Developer/CommandLineTools/usr/bin
  clang: note: diagnostic msg: PLEASE submit a bug report to http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
  error: Command "clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -DNPY_INTERNAL_BUILD=1 -DHAVE_NPY_CONFIG_H=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 -DNO_ATLAS_INFO=3 -DHAVE_CBLAS -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Inumpy/core/include -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/include/numpy -Inumpy/core/src/common -Inumpy/core/src -Inumpy/core -Inumpy/core/src/npymath -Inumpy/core/src/multiarray -Inumpy/core/src/umath -Inumpy/core/src/npysort -I/usr/local/include -I/usr/local/opt/openssl@1.1/include -I/usr/local/opt/sqlite/include -I/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/venv2_gpkit/include -I/usr/local/opt/python@3.9/Frameworks/Python.framework/Versions/3.9/include/python3.9 -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/common -Ibuild/src.macosx-10.14-x86_64-3.9/numpy/core/src/npymath -c build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/loops.c -o build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/loops.o -MMD -MF build/temp.macosx-10.14-x86_64-3.9/build/src.macosx-10.14-x86_64-3.9/numpy/core/src/umath/loops.o.d -msse3 -I/System/Library/Frameworks/vecLib.framework/Headers" failed with exit status -15
  ----------------------------------------
  ERROR: Failed building wheel for numpy
  Running setup.py clean for numpy
/Users/jenkins/workspace/CE_gpkit_PR_dependencies/buildnode/macys_VM/numpyversion/1.16.4/pintversion/0.8.1/JenkinsGPkit/all_machines.sh: line 16: 91840 Terminated: 15          ! ( python $PIP install --upgrade $@ )
++ sleep 5
Recording test results
ERROR: Step ‘Publish JUnit test result report’ aborted due to exception: 
java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:1000)
	at hudson.FilePath.act(FilePath.java:1159)
	at hudson.FilePath.act(FilePath.java:1148)
	at hudson.tasks.junit.JUnitParser.parseResult(JUnitParser.java:107)
	at hudson.tasks.junit.JUnitResultArchiver.parse(JUnitResultArchiver.java:153)
	at hudson.tasks.junit.JUnitResultArchiver.parseAndSummarize(JUnitResultArchiver.java:247)
	at hudson.tasks.junit.JUnitResultArchiver.perform(JUnitResultArchiver.java:170)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1931)
	at hudson.matrix.MatrixRun.run(MatrixRun.java:153)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: ABORTED