Created
June 11, 2020 18:41
-
-
Save siddjain/a6423978242eea30d31e8fef6c17feee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm i | |
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 | |
> [email protected] install /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js | |
> node-gyp rebuild | |
CXX(target) Release/obj.target/pkcs11/src/main.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name main.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/main.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/main.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/main.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/main.o -x c++ ../src/main.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/dl.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name dl.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/dl.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/dl.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/dl.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/dl.o -x c++ ../src/dl.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/const.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name const.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/const.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/const.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/const.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/const.o -x c++ ../src/const.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/error.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name error.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/error.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/error.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/error.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/error.o -x c++ ../src/pkcs11/error.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/v8_convert.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name v8_convert.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/v8_convert.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/v8_convert.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/v8_convert.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/v8_convert.o -x c++ ../src/pkcs11/v8_convert.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/template.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name template.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/template.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/template.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/template.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/template.o -x c++ ../src/pkcs11/template.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/mech.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name mech.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/mech.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/mech.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/mech.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/mech.o -x c++ ../src/pkcs11/mech.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/param.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name param.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/param.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/param.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/param.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/param.o -x c++ ../src/pkcs11/param.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/param_aes.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name param_aes.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/param_aes.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/param_aes.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/param_aes.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/param_aes.o -x c++ ../src/pkcs11/param_aes.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/param_rsa.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name param_rsa.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/param_rsa.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/param_rsa.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/param_rsa.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/param_rsa.o -x c++ ../src/pkcs11/param_rsa.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/param_ecdh.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name param_ecdh.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/param_ecdh.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/param_ecdh.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/param_ecdh.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/param_ecdh.o -x c++ ../src/pkcs11/param_ecdh.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/pkcs11/pkcs11.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name pkcs11.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/pkcs11/pkcs11.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/pkcs11/pkcs11.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/pkcs11/pkcs11.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/pkcs11/pkcs11.o -x c++ ../src/pkcs11/pkcs11.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/async.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name async.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/async.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/async.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/async.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/async.o -x c++ ../src/async.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
CXX(target) Release/obj.target/pkcs11/src/node.o | |
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 | |
"/Library/Developer/CommandLineTools/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.7.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name node.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mdisable-fp-elim -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=10.14 -target-cpu core2 -dwarf-column-info -debug-info-kind=standalone -dwarf-version=2 -debugger-tuning=lldb -target-linker-version 450.3 -v -coverage-notes-file /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build/Release/obj.target/pkcs11/src/node.gcno -resource-dir /Library/Developer/CommandLineTools/usr/lib/clang/10.0.1 -dependency-file ./Release/.deps/Release/obj.target/pkcs11/src/node.o.d.raw -skip-unused-modulemap-deps -MT Release/obj.target/pkcs11/src/node.o -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk -D NODE_GYP_MODULE_NAME=pkcs11 -D USING_UV_SHARED=1 -D USING_V8_SHARED=1 -D V8_DEPRECATION_WARNINGS=1 -D V8_DEPRECATION_WARNINGS -D V8_IMMINENT_DEPRECATION_WARNINGS -D _DARWIN_USE_64_BIT_INODE=1 -D _LARGEFILE_SOURCE -D _FILE_OFFSET_BITS=64 -D OPENSSL_NO_PINSHARED -D OPENSSL_THREADS -D BUILDING_NODE_EXTENSION -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/src -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib -I /Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include -I ../../nan -I ../includes -I/usr/local/include -stdlib=libc++ -stdlib=libc++ -Os -Wall -Wendif-labels -W -Wno-unused-parameter -Wno-atomic-implicit-seq-cst -Wno-framework-include-private-from-public -Wno-atimport-in-framework-header -Wno-quoted-include-in-framework-header -std=c++11 -fdeprecated-macro -fdebug-compilation-dir /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/pkcs11js/build -ferror-limit 19 -fmessage-length 270 -stack-protector 1 -fblocks -fencode-extended-block-signature -fno-rtti -fregister-global-dtors-with-atexit -fobjc-runtime=macosx-10.7.0 -fcxx-exceptions -fexceptions -fmax-type-align=16 -fdiagnostics-show-option -fcolor-diagnostics -vectorize-loops -vectorize-slp -o Release/obj.target/pkcs11/src/node.o -x c++ ../src/node.cpp | |
clang -cc1 version 10.0.1 (clang-1001.0.46.4) default target x86_64-apple-darwin18.7.0 | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/src" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/config" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/openssl/openssl/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/uv/include" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/zlib" | |
ignoring nonexistent directory "/Users/sjain68/Library/Caches/node-gyp/12.16.3/deps/v8/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/v1" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/local/include" | |
ignoring nonexistent directory "/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/Library/Frameworks" | |
#include "..." search starts here: | |
#include <...> search starts here: | |
/Users/sjain68/Library/Caches/node-gyp/12.16.3/include/node | |
../../nan | |
../includes | |
/usr/local/include | |
/Library/Developer/CommandLineTools/usr/include/c++/v1 | |
/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include | |
/Library/Developer/CommandLineTools/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include | |
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/System/Library/Frameworks (framework directory) | |
End of search list. | |
SOLINK_MODULE(target) Release/pkcs11.node | |
> [email protected] install /Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/grpc | |
> node-pre-gyp install --fallback-to-build --library=static_library | |
node-pre-gyp WARN Using request for node-pre-gyp https download | |
[grpc] Success: "/Users/sjain68/go/src/github.com/siddjain/phf-solutions/client-application/node_modules/grpc/src/node/extension_binary/node-v72-darwin-x64-unknown/grpc_node.node" is installed via remote | |
npm notice created a lockfile as package-lock.json. You should commit this file. | |
npm WARN [email protected] No repository field. | |
added 210 packages from 198 contributors and audited 210 packages in 27.957s | |
2 packages are looking for funding | |
run `npm fund` for details | |
found 7 vulnerabilities (6 low, 1 high) | |
run `npm audit fix` to fix them, or `npm audit` for details |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment