Skip to content

NodeGit doesn't compile/install on Node 8 #1295

@adius

Description

@adius

Probably caused by upgrading to node 8.0.
I also tried reinstalling, upgrading, ....

Error log:

$ yarn upgrade nodegit
yarn upgrade v0.24.6
[1/4] 🔍  Resolving packages...
[2/4] 🚚  Fetching packages...
[3/4] 🔗  Linking dependencies...
[4/4] 📃  Rebuilding all packages...
[1/3] ⠐ nodegit: [nodegit] ERROR - finished with error code: 1
[-/3] ⠐ waiting...
[-/3] ⠐ waiting...
[-/3] ⠈ waiting...
error /Users/adrian/Projects/feram/website/api-server/node_modules/nodegit: Command failed.
Exit code: 1
Command: sh
Arguments: -c node lifecycleScripts/preinstall && node lifecycleScripts/install
Directory: /Users/adrian/Projects/feram/website/api-server/node_modules/nodegit
Output:
[nodegit] Running pre-install script
[nodegit] Configuring libssh2.
[nodegit] Running install script
node-pre-gyp
info it worked if it ends with ok
node-pre-gyp
info using node-pre-gyp@0.6.34
node-pre-gyp info using node@8.0.0 | darwin | x64
node-pre-gyp
info check checked for "/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/build/Release/nodegit.node" (not found)
node-pre-gyp
http GET https://nodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.18.3-node-v57-darwin-x64.tar.gz
node-pre-gyp http 403 https://nodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.18.3-node-v57-darwin-x64.tar.gz
node-pre-gyp ERR! Tried to download(403): https://nodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.18.3-node-v57-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for nodegit@0.18.3 and node@8.0.0 (node-v57 ABI) (falling back to source compile with node-gyp)
node-pre-gyp http 403 status code downloading tarball https://nodegit.s3.amazonaws.com/nodegit/nodegit/nodegit-v0.18.3-node-v57-darwin-x64.tar.gz
gyp

info it worked if it ends with ok
gyp
info using node-gyp@3.6.1
gyp info using node@8.0.0 | darwin | x64
gyp
info ok
gyp

info it worked if it ends with
ok
gyp info using node-gyp@3.6.1
gyp info using node@8.0.0 | darwin | x64
gyp
info spawn /usr/local/bin/python2
gyp
info spawn args [ '/Users/adrian/Projects/feram/website/api-server/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args
'-f',
gyp info spawn args   'make',
gyp info
spawn args   '-I',
gyp
info spawn args
'/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/build/config.gypi',
gyp info

spawn args   '-I',
gyp
info spawn args   '/Users/adrian/Projects/feram/website/api-server/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/adrian/.node-gyp/8.0.0/include/node/common.gypi',
gyp
info
spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info
spawn args   '-Dnode_root_dir=/Users/adrian/.node-gyp/8.0.0',
gyp
info
spawn args   '-Dnode_gyp_dir=/Users/adrian/Projects/feram/website/api-server/node_modules/node-gyp',
gyp
info

spawn args
'-Dnode_lib_file=node.lib',
gyp info

spawn args
'-Dmodule_root_dir=/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit',
gyp

info
spawn args   '-Dnode_engine=v8',
gyp

info

spawn args
'--depth=.',
gyp
info
spawn args   '--no-parallel',
gyp

info
spawn args   '--generator-output',
gyp info
spawn args   'build',
gyp
info spawn args
'-Goutput_dir=.' ]
gyp
info ok
gyp

info it worked if it ends with ok
gyp
info using node-gyp@3.6.1
gyp info
using node@8.0.0 | darwin | x64
gyp

info spawn make
gyp

info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/annotated_commit.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/apply.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attr_file.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attr.o
../vendor/libgit2/src/attr.c:10:1: warning: unused function 'kh_clear_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:121:1: note:
expanded from here
kh_clear_str
^
../vendor/libgit2/src/attr.c:10:1
: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:135:1: note: expanded from here
kh_del_str
^
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/attrcache.o
../vendor/libgit2/src/attrcache.c:8:1: warning: unused function 'kh_clear_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:121:1
: note: expanded from here
kh_clear_str
^
../vendor/libgit2/src/attrcache.c:8:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:135:1: note: expanded from here
kh_del_str
^
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blame_git.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blame.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/blob.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/branch.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/buf_text.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/buffer.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/cache.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/checkout.o
../vendor/libgit2/src/checkout.c:38:1: warning: unused function 'kh_clear_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:148:1: note: expanded from here
kh_clear_str
^
../vendor/libgit2/src/checkout.c:38:1: warning: unused function 'kh_get_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:225:16: note: expanded from macro '__KHASH_IMPL'
        SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key)        \
                      ^
<scratch space>:151:1: note: expanded from here
kh_get_str
^
../vendor/libgit2/src/checkout.c:38:1: warning: unused function 'kh_put_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:302:16: note: expanded from macro '__KHASH_IMPL'
        SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \
                      ^
<scratch space>:157:1: note: expanded from here
kh_put_str
^
../vendor/libgit2/src/checkout.c:38:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:162:1: note: expanded from here
kh_del_str
^
4 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/cherrypick.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/clone.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/commit_list.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/commit.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/config_cache.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/config_file.o
../vendor/libgit2/src/config_file.c:24:1: warning: unused function 'kh_clear_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:136:1: note: expanded from here
kh_clear_str
^
../vendor/libgit2/src/config_file.c:24:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:150:1: note: expanded from here
kh_del_str
^
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/config.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/curl_stream.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/crlf.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/date.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/delta.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_driver.o
../vendor/libgit2/src/diff_driver.c:19:1: warning: unused function 'kh_clear_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:121:1: note: expanded from here
kh_clear_str
^
../vendor/libgit2/src/diff_driver.c:19:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:135:1: note: expanded from here
kh_del_str
^
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_file.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_generate.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_parse.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_print.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_stats.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_tform.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff_xdiff.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/diff.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/errors.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/fetch.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/fetchhead.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/filebuf.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/fileops.o
../vendor/libgit2/src/fileops.c:16:1: warning: unused function 'kh_init_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL'
        SCOPE kh_##name##_t *kh_init_##name(void) {                                                     \
                             ^
<scratch space>:122:1:
note: expanded from here
kh_init_str
^
../vendor/libgit2/src/fileops.c:16:1: warning: unused function 'kh_destroy_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:210:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_destroy_##name(kh_##name##_t *h)                                          \
                   ^
<scratch space>:127:1:
note: expanded from here
kh_destroy_str
^
../vendor/libgit2/src/fileops.c:16:1: warning: unused function 'kh_clear_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:
218:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:130:1: note: expanded from here
kh_clear_str
^
../vendor/libgit2/src/fileops.c:16:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:144:1: note: expanded from here
kh_del_str
^
4
warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/filter.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/fnmatch.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/global.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/graph.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/hash.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/hashsig.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/ident.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/ignore.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/index.o
../vendor/libgit2/src/index.c:31:1: warning: unused function 'kh_init_idxicase' [-Wunused-function]
GIT__USE_IDXMAP_ICASE
^
../vendor/libgit2/src/idxmap.h:45:2: note: expanded from macro 'GIT__USE_IDXMAP_ICASE'
        __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal)
        ^
../vendor/libgit2/src/khash.h:207:23:
note: expanded from macro '__KHASH_IMPL'
        SCOPE kh_##name##_t *kh_init_##name(void) {                                                     \
                             ^
<scratch space>:161:1:
note: expanded from here
kh_init_idxicase
^
../vendor/libgit2/src/index.c:31:1
: warning: unused function 'kh_destroy_idxicase' [-Wunused-function]
../vendor/libgit2/src/idxmap.h:45:2: note: expanded from macro 'GIT__USE_IDXMAP_ICASE'
__KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal)
        ^
../vendor/libgit2/src/khash.h:210:13: note
: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_destroy_##name(kh_##name##_t *h)                                          \
                   ^
<scratch space>:166:1: note: expanded from here
kh_destroy_idxicase
^
../vendor/libgit2/src/index.c:31:1: warning: unused function 'kh_clear_idxicase' [-Wunused-function]
../vendor/libgit2/src/idxmap.h:45
:2: note: expanded from macro 'GIT__USE_IDXMAP_ICASE'
__KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:169:1: note: expanded from here
kh_clear_idxicase
^
3
warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/indexer.o
../vendor/libgit2/src/indexer.c:21:1: warning:
unused function 'kh_clear_oid' [-Wunused-function]
GIT__USE_OIDMAP
^
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
        __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:142:1: note: expanded from here
kh_clear_oid
^
../vendor/libgit2/src/indexer.c:21:1: warning: unused function 'kh_del_oid' [-Wunused-function]
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
^
<scratch space>:156:1: note: expanded from here
kh_del_oid
^
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/iterator.o
../vendor/libgit2/src/iterator.c:479:17: warning
: unused function 'tree_iterator_entry_cmp' [-Wunused-function]
GIT_INLINE(int) tree_iterator_entry_cmp(const void *ptr_a, const void *ptr_b)
                ^
1 warning generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/merge_file.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/merge.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/merge_driver.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/message.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/mwindow.o
../vendor/libgit2/src/mwindow.c:17:1: warning: unused function 'kh_clear_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218
:
13
:

note
:
expanded from macro '__KHASH_IMPL'

SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \

^

<scratch space>
:
142
:
1
:

note
:
expanded from here

kh_clear_str

^

1 warning generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/netops.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/notes.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/object_api.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/object.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/odb_loose.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/odb_mempack.o
../vendor/libgit2/src/odb_mempack.c
:21:1: warning: unused function 'kh_del_oid' [-Wunused-function]
GIT__USE_OIDMAP
^
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
        __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:150:1: note: expanded from here
kh_del_oid
^
1 warning generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/odb_pack.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/odb.o
../vendor/libgit2/src/odb.c:1270:11: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'git_off_t' (aka 'long long') [-Wformat]
action, stream->declared_size, stream->received_bytes);
                        ^~~~~~~~~~~~~~~~~~~~~
../vendor/libgit2/src/odb.c:1270:34: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'git_off_t' (aka 'long long') [-Wformat]
action, stream->declared_size, stream->received_bytes);
                                               ^~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/oid.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/oidarray.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/openssl_stream.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pack-objects.o
../vendor/libgit2/src/pack-objects.c:44:1: warning: unused function 'kh_del_oid' [-Wunused-function]
GIT__USE_OIDMAP
^
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
        __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:156:1: note: expanded from here
kh_del_oid
^
1 warning generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pack.o
../vendor/libgit2/src/pack.c:19:1: warning: unused function 'kh_clear_off' [-Wunused-function]
GIT__USE_OFFMAP
^
../vendor/libgit2/src/offmap.h:24:2: note: expanded from macro 'GIT__USE_OFFMAP'
        __KHASH_IMPL(off, static kh_inline, git_off_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:133:1:
note: expanded from here
kh_clear_off
^
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_init_oid' [-Wunused-function]
GIT__USE_OIDMAP
^
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
^
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL'
SCOPE kh_##name##_t *kh_init_##name(void) {                                                     \
                             ^
<scratch space>:152:1: note: expanded from here
kh_init_oid
^
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_destroy_oid' [-Wunused-function]
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:210:
13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_destroy_##name(kh_##name##_t *h)                                          \
                   ^
<scratch space>:157:1: note: expanded from here
kh_destroy_oid
^
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_clear_oid' [-Wunused-function]
../vendor/libgit2/src/oidmap.h:31
:2: note: expanded from macro 'GIT__USE_OIDMAP'
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:
218:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:160:1: note: expanded from here
kh_clear_oid
^
../vendor/libgit2/src/pack.c:20:1: warning: unused function 'kh_put_oid' [-Wunused-function]
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:302:16: note: expanded from macro '__KHASH_IMPL'
SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \
                      ^
<scratch space>:169
:1: note: expanded from here
kh_put_oid
^
../vendor/libgit2/src/pack.c:20:
1: warning: unused function 'kh_del_oid' [-Wunused-function]
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note
: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:174:1: note: expanded from here
kh_del_oid
^
6 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/path.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/patch.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/patch_generate.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/patch_parse.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pathspec.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pool.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/posix.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/pqueue.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/proxy.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/push.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/rebase.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/refdb_fs.o
../vendor/libgit2/src/refdb_fs.c:29:1: warning:
unused function 'kh_init_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL'
        SCOPE kh_##name##_t *kh_init_##name(void) {                                                     \
^
<scratch space>:134:1: note: expanded from here
kh_init_str
^
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_destroy_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'

__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:210:13: note:
expanded from macro '__KHASH_IMPL'
        SCOPE void kh_destroy_##name(kh_##name##_t *h)                                          \
^
<scratch space>:139:1: note: expanded from here
kh_destroy_str
^
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_clear_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24
:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:
13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:142:1: note: expanded from here
kh_clear_str
^
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_get_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24
:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:225:
16: note: expanded from macro '__KHASH_IMPL'
SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key)        \
                      ^
<scratch space>:145:1: note: expanded from here
kh_get_str
^
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_put_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2
: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:302:16:
note: expanded from macro '__KHASH_IMPL'
SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \
                      ^
<scratch space>:151:1: note: expanded from here
kh_put_str
^
../vendor/libgit2/src/refdb_fs.c:29:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:156:1: note: expanded from here
kh_del_str
^
6 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/refdb.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/reflog.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/refs.o
../vendor/libgit2/src/refs.c:29:1: warning: unused function 'kh_init_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:207:23: note: expanded from macro '__KHASH_IMPL'
        SCOPE kh_##name##_t *kh_init_##name(void) {                                                     \
                             ^
<scratch space>:134:1: note: expanded from here
kh_init_str
^
../vendor/libgit2/src/refs.c:29:1: warning
: unused function 'kh_destroy_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:
210:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_destroy_##name(kh_##name##_t *h)                                          \
                   ^
<scratch space>:139:1
: note: expanded from here
kh_destroy_str
^
../vendor/libgit2/src/refs.c:29:1: warning: unused function 'kh_clear_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:142:1: note
: expanded from here
kh_clear_str
^
../vendor/libgit2/src/refs.c:29:1: warning: unused function 'kh_get_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24
:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:225:16: note: expanded from macro '__KHASH_IMPL'
        SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key)        \
                      ^
<scratch space>:
145:1: note: expanded from here
kh_get_str
^
../vendor/libgit2/src/refs.c:29:1: warning: unused function 'kh_put_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24
:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:302:16: note: expanded from macro '__KHASH_IMPL'
SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \
                      ^
<scratch space>:
151:1: note: expanded from here
kh_put_str
^
../vendor/libgit2/src/refs.c:
29:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:156:1:
note: expanded from here
kh_del_str
^
6 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/refspec.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/remote.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/repository.o
../vendor/libgit2/src/repository.c:32:1: warning:
unused function 'kh_clear_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
        __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:148:1: note
: expanded from here
kh_clear_str
^
../vendor/libgit2/src/repository.c:32:1: warning: unused function 'kh_get_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:
225:16: note: expanded from macro '__KHASH_IMPL'
SCOPE khint_t kh_get_##name(const kh_##name##_t *h, khkey_t key)        \
                      ^
<scratch space>:151:1: note: expanded from here
kh_get_str
^
../vendor/libgit2/src/repository.c:32:1: warning: unused function 'kh_put_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:302:16: note: expanded from macro '__KHASH_IMPL'
SCOPE khint_t kh_put_##name(kh_##name##_t *h, khkey_t key, int *ret) \
                      ^
<scratch space>:157:1: note: expanded from here
kh_put_str
^
../vendor/libgit2/src/repository.c:32:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:162:1: note: expanded from here
kh_del_str
^
4 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/reset.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/revert.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/revparse.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/revwalk.o
../vendor/libgit2/src/revwalk.c:18:1: warning: unused function 'kh_clear_oid' [-Wunused-function]
GIT__USE_OIDMAP
^
../vendor/libgit2/src/oidmap.h:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)

^
../vendor/libgit2/src/khash.h:218
:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
^
<scratch space>:121:1: note: expanded from here
kh_clear_oid
^
../vendor/libgit2/src/revwalk.c
:18:1: warning: unused function 'kh_del_oid' [-Wunused-function]
../vendor/libgit2/src/oidmap.h
:31:2: note: expanded from macro 'GIT__USE_OIDMAP'
__KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal)
        ^
../vendor/libgit2/src/khash.h:344:13:
note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:135:1: note:
expanded from here
kh_del_oid
^
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/settings.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/sha1_lookup.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/signature.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/socket_stream.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/sortedcache.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/stash.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/status.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/strmap.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/submodule.o
../vendor/libgit2/src/submodule.c:87:1: warning: unused function 'kh_clear_str' [-Wunused-function]
__KHASH_IMPL(
^
../vendor/libgit2/src/khash.h:218:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:148:1: note: expanded from here
kh_clear_str
^
../vendor/libgit2/src/submodule.c:87:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:162:1: note: expanded from here
kh_del_str
^
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/sysdir.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tag.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/thread-utils.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/trace.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transaction.o
../vendor/libgit2/src/transaction.c:22:1: warning
: unused function 'kh_clear_str' [-Wunused-function]
GIT__USE_STRMAP
^
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
^
../vendor/libgit2/src/khash.h
:
218:13: note: expanded from macro '__KHASH_IMPL'
        SCOPE void kh_clear_##name(kh_##name##_t *h)                                            \
                   ^
<scratch space>:121:1: note: expanded from here
kh_clear_str
^
../vendor/libgit2/src/transaction.c:22:1: warning: unused function 'kh_del_str' [-Wunused-function]
../vendor/libgit2/src/strmap.h:24:2: note: expanded from macro 'GIT__USE_STRMAP'
__KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal)
        ^
../vendor/libgit2/src/khash.h:344:13: note: expanded from macro '__KHASH_IMPL'
SCOPE void kh_del_##name(kh_##name##_t *h, khint_t x)                           \
                   ^
<scratch space>:135:1: note: expanded from here
kh_del_str
^
2 warnings generated.
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transport.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/auth.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/cred_helpers.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/cred.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/git.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/http.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/local.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/smart_pkt.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/smart_protocol.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/smart.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/transports/ssh.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tree-cache.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tree.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tsort.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/util.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/varint.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/vector.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xdiffi.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xemit.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xhistogram.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xmerge.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xpatience.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xprepare.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/xdiff/xutils.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/zstream.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/stransport_stream.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/tls_stream.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/unix/map.o
CC(target) Release/obj.target/libgit2/vendor/libgit2/src/unix/realpath.o
LIBTOOL-STATIC Release/git2.a
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/adler32.o
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/crc32.o
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/deflate.o
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/inffast.o
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/inflate.o
../vendor/libgit2/deps/zlib/inflate.c:1507:61: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
                                                        ~~~ ^
1 warning generated.
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/inftrees.o
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/trees.o
CC(target) Release/obj.target/zlib/vendor/libgit2/deps/zlib/zutil.o
LIBTOOL-STATIC Release/zlib.a
CC(target) Release/obj.target/http_parser/vendor/http_parser/http_parser.o
LIBTOOL-STATIC Release/http_parser.a
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/bio_ssl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_both.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_clnt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_meth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_pkt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_srtp.o
../vendor/openssl/openssl/ssl/d1_srtp.c:143:7: warning: missing field 'id' initializer [-Wmissing-field-initializers]
{0}
      ^
1
warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/d1_srvr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/kssl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_clnt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_meth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_pkt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s23_srvr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_clnt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_meth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_pkt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s2_srvr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_both.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_cbc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_clnt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_meth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_pkt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/s3_srvr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_algs.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_cert.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_ciph.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_conf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_err2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_lib.o
../vendor/openssl/openssl/ssl/ssl_lib.c:188:1: warning: missing field 'enc_flags' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_rsa.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_sess.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_stat.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_txt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/ssl_utst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_clnt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_ext.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_meth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_reneg.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_srvr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/t1_trce.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/ssl/tls_srp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_cfb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_ctr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_ecb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_ige.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_misc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_ofb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/aes/aes_wrap.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_bitstr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_bool.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_bytes.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_d2i_fp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_digest.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_dup.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_enum.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_gentm.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_i2d_fp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_int.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_mbstr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_object.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_octet.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_print.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_set.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_sign.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_strex.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_strnid.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_time.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_type.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_utctm.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_utf8.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/a_verify.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/ameth_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn1_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn1_gen.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn1_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn1_par.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn_mime.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn_moid.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/asn_pack.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/bio_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/bio_ndef.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/d2i_pr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/d2i_pu.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/evp_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/f_enum.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/f_int.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/f_string.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/i2d_pr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/i2d_pu.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/n_pkey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/nsseq.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/p5_pbe.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/p5_pbev2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/p8_pkey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_bitst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_crl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_pkey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_req.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_spki.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_x509.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/t_x509a.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_dec.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_fre.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_new.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_prn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_typ.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/tasn_utl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_algor.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_attrib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_bignum.o
../vendor/openssl/openssl/crypto/asn1/x_bignum.c:89:1: warning: missing field 'prim_print' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_crl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_exten.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_info.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_long.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_name.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_nx509.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_pkey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_pubkey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_req.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_sig.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_spki.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_val.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_x509.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/asn1/x_x509a.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_cfb64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_ecb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_ofb64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_skey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/b_dump.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/b_print.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/b_sock.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bf_buff.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bf_nbio.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bf_null.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bio_cb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bio_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bio_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_acpt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_bio.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_conn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_dgram.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_fd.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_file.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_log.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_mem.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_null.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bio/bss_sock.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_add.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_blind.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_const.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_ctx.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_depr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_div.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_exp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_exp2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_gcd.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_gf2m.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_kron.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_mod.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_mont.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_mpi.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_mul.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_nist.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_prime.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_print.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_rand.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_recp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_shift.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_sqr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_sqrt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_word.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/bn_x931p.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/buffer/buf_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/buffer/buf_str.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/buffer/buffer.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_cfb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_ctr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_ecb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_ofb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_utl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_cfb64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_ecb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_ofb64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_skey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cmac/cm_ameth.o
../vendor/openssl/openssl/crypto/cmac/cm_ameth.c:96:1: warning: missing field 'item_verify' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cmac/cm_pmeth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cmac/cmac.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_att.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_cd.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_dd.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_env.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_ess.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_io.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_kari.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_pwri.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_sd.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cms/cms_smime.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_api.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_def.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_mall.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_mod.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/conf/conf_sap.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cpt_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cryptlib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cversion.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cbc_cksm.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cbc_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cfb64ede.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cfb64enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/cfb_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/des_old.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/des_old2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ecb3_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ecb_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ede_cbcm_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/enc_read.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/enc_writ.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/fcrypt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ofb64ede.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ofb64enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/ofb_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/pcbc_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/qud_cksm.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/rand_key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/read2pwd.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/rpc_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/set_key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/str2key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/xcbc_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_ameth.o
../vendor/openssl/openssl/crypto/dh/dh_ameth.c:617:1: warning: missing field 'old_priv_decode' initializer [-Wmissing-field-initializers]
};
^
../vendor/openssl/openssl/crypto/dh/dh_ameth.c:649:1: warning: missing field 'old_priv_decode' initializer [-Wmissing-field-initializers]
};
^
2 warnings generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_check.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_depr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_gen.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_kdf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_pmeth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_prn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dh/dh_rfc5114.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_ameth.o
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:629:21: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]
ASN1_PKEY_ALIAS},
                    ^
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:634:21: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]
     ASN1_PKEY_ALIAS},
                    ^
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:639:21: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]
     ASN1_PKEY_ALIAS},
                    ^
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:644:21: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]
     ASN1_PKEY_ALIAS},
                    ^
../vendor/openssl/openssl/crypto/dsa/dsa_ameth.c:677:25: warning: missing field 'item_verify' initializer [-Wmissing-field-initializers]
     old_dsa_priv_encode}
                        ^
5 warnings generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_depr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_gen.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_ossl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_pmeth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_prn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_sign.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dsa/dsa_vrf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_beos.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_dl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_dlfcn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_null.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_openssl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_vms.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/dso/dso_win32.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ebcdic.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec2_mult.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec2_oct.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec2_smpl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_ameth.o
../vendor/openssl/openssl/crypto/ec/ec_ameth.c
:642:1: warning: missing field 'item_verify' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_check.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_curve.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_cvt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_mult.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_oct.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_pmeth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ec_print.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/eck_prn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_mont.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nist.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistp224.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistp256.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistp521.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistputil.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_oct.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_smpl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_kdf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdh/ech_ossl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_ossl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_sign.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ecdsa/ecs_vrf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_all.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_cnf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_cryptodev.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_ctrl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_dyn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_fat.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_init.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_list.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_openssl.o
../vendor/openssl/openssl/crypto/engine/eng_openssl.c:361:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_pkey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_rdrand.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/eng_table.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_asnmth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_cipher.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_dh.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_digest.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_dsa.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_ecdh.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_ecdsa.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_pkmeth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_rand.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_rsa.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/engine/tb_store.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/err/err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/err/err_all.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/err/err_prn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/bio_b64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/bio_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/bio_md.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/bio_ok.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/c_all.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/c_allc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/c_alld.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/digest.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_aes.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_aes_cbc_hmac_sha1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_aes_cbc_hmac_sha256.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_bf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_camellia.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_cast.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_des.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_des3.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_idea.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_null.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_old.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_rc2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_rc4.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_rc4_hmac_md5.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_rc5.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_seed.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/e_xcbc_d.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/encode.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_acnf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_cnf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_pbe.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/evp_pkey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_dss.o
../vendor/openssl/openssl/crypto/evp/m_dss.c:98:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_dss1.o
../vendor/openssl/openssl/crypto/evp/m_dss1.c:99:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1
warning
generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_ecdsa.o
../vendor/openssl/openssl/crypto/evp/m_ecdsa.c:148:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_md2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_md4.o
../vendor/openssl/openssl/crypto/evp/m_md4.c:102:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_md5.o
../vendor/openssl/openssl/crypto/evp/m_md5.c:101:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_mdc2.o
../vendor/openssl/openssl/crypto/evp/m_mdc2.c:102:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_null.o
../vendor/openssl/openssl/crypto/evp/m_null.c
:93:1: warning
: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_ripemd.o
../vendor/openssl/openssl/crypto/evp/m_ripemd.c:101:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_sha.o
../vendor/openssl/openssl/crypto/evp/m_sha.c:100:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_sha1.o
../vendor/openssl/openssl/crypto/evp/m_sha1.c
:99:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
../vendor/openssl/openssl/crypto/evp/m_sha1.c:146:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
../vendor/openssl/openssl/crypto/evp/m_sha1.c:166:1
: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
../vendor/openssl/openssl/crypto/evp/m_sha1.c:209:1: warning:
missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
../vendor/openssl/openssl/crypto/evp/m_sha1.c:229:1:
warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
5 warnings generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_sigver.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/m_wp.o
../vendor/openssl/openssl/crypto/evp/m_wp.c
:42:1: warning: missing field 'md_ctrl' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/names.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p5_crpt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p5_crpt2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_dec.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_open.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_seal.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_sign.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/p_verify.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/pmeth_fn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/pmeth_gn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/evp/pmeth_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ex_data.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/fips_ers.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/hmac/hm_ameth.o
../vendor/openssl/openssl/crypto/hmac/hm_ameth.c:167:1: warning: missing field 'item_verify' initializer [-Wmissing-field-initializers]
};
^
1 warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/hmac/hm_pmeth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/hmac/hmac.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_cbc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_cfb64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_ecb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_ofb64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/idea/i_skey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/krb5/krb5_asn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/lhash/lh_stats.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/lhash/lhash.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/md4/md4_dgst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/md4/md4_one.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/md5/md5_dgst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/md5/md5_one.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/mdc2/mdc2_one.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/mdc2/mdc2dgst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/mem.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/mem_dbg.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/cbc128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/ccm128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/cfb128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/ctr128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/cts128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/gcm128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/ofb128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/wrap128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/modes/xts128.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_dir.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_fips.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_init.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_str.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/o_time.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/o_names.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/obj_dat.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/obj_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/obj_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/objects/obj_xref.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_asn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_cl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_ext.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_ht.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_prn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_srv.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ocsp/ocsp_vfy.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_all.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_info.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_oth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_pk8.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_pkey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_seal.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_sign.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_x509.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pem_xaux.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pem/pvkfmt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_add.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_asn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_attr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_crpt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_crt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_decr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_init.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_key.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_kiss.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_mutl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_npas.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_p8d.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_p8e.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/p12_utl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs12/pk12err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/bio_pk7.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_attr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_doit.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_mime.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pk7_smime.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pkcs7/pkcs7err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/pqueue/pqueue.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/md_rand.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_egd.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_nw.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_os2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_unix.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/rand_win.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rand/randfile.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2_cbc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2_ecb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2_skey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2cfb64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc2/rc2ofb64.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc4/rc4_utl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ripemd/rmd_dgst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ripemd/rmd_one.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_ameth.o
../vendor/openssl/openssl/crypto/rsa/rsa_ameth.c:958:21: warning: missing field 'pem_str' initializer [-Wmissing-field-initializers]
ASN1_PKEY_ALIAS}
                    ^
1
warning generated.
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_chk.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_crpt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_depr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_eay.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_gen.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_none.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_null.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_oaep.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_pk1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_pmeth.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_prn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_pss.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_saos.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_sign.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_ssl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rsa/rsa_x931.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed_cbc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed_cfb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed_ecb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/seed/seed_ofb.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha1_one.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha1dgst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha256.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha512.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha_dgst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/sha/sha_one.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/srp/srp_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/srp/srp_vfy.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/stack/stack.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_asn1.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_conf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_req_print.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_req_utils.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_rsp_print.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_rsp_sign.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_rsp_utils.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_rsp_verify.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ts/ts_verify_ctx.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/txt_db/txt_db.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_openssl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_util.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/uid.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/whrlpool/wp_dgst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/by_dir.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/by_file.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_att.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_cmp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_d2.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_def.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_ext.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_lu.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_obj.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_r2x.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_req.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_set.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_trs.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_txt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_v3.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_vfy.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509_vpm.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509cset.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509name.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509rset.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509spki.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x509type.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509/x_all.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_cache.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_data.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_map.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_node.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/pcy_tree.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_addr.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_akey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_akeya.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_alt.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_asid.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_bcons.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_bitst.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_conf.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_cpols.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_crld.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_enum.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_extku.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_genn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_ia5.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_info.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_int.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_lib.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_ncons.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_ocsp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pci.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pcia.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pcons.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pku.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_pmaps.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_prn.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_purp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_scts.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_skey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_sxnet.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3_utl.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/x509v3/v3err.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_4758cca.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_aep.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_atalla.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_capi.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_chil.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_cswift.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_gmp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_nuron.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_sureware.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/engines/e_ubsec.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/aes/aes-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/aes/aesni-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/aes/vpaes-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/aes/aesni-mb-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/aes/aesni-sha256-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/aes/bsaes-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/aes/aesni-sha1-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/bn/rsaz-avx2.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/bn/rsaz-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/bn/x86_64-mont.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/bn/x86_64-mont5.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/bn/x86_64-gf2m.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/camellia/cmll-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/ec/ecp_nistz256-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/md5/md5-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/sha/sha1-mb-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/sha/sha1-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/sha/sha256-mb-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/sha/sha256-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/sha/sha512-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/whrlpool/wp-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/modes/aesni-gcm-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/modes/ghash-x86_64.o
CC(target) Release/obj.target/openssl/vendor/openssl/asm/x64-macosx-gas/x86_64cpuid.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/asm/x86_64-gcc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bf/bf_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/bn/rsaz_exp.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/cast/c_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/camellia/cmll_misc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/des_enc.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/des/fcrypt_b.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ec/ecp_nistz256.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/ui/ui_compat.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc4/rc4_skey.o
CC(target) Release/obj.target/openssl/vendor/openssl/openssl/crypto/rc4/rc4_enc.o
LIBTOOL-STATIC Release/openssl.a
CC(target) Release/obj.target/libssh2/vendor/libssh2/src/agent.o
In file included from ../vendor/libssh2/src/agent.c:40:
In file included from ../vendor/libssh2/src/libssh2_priv.h:140
:
In file included from ../vendor/libssh2/src/crypto.h:46:
../vendor/libssh2/src/libgcrypt.h:40:10: fatal error: 'gcrypt.h' file not found
#include <gcrypt.h>
         ^
1 error generated.
make: *** [Release/obj.target/libssh2/vendor/libssh2/src/agent.o] Error 1

gyp
ERR! build error
gyp
ERR!
stack
Error: `make` failed with exit code: 2
gyp
ERR! stack
at ChildProcess.onExit (/Users/adrian/Projects/feram/website/api-server/node_modules/node-gyp/lib/build.js:285:23)
gyp
ERR! stack
at emitTwo (events.js:125:13)
gyp
ERR! stack
at ChildProcess.emit (events.js:213:7)
gyp
ERR!
stack
at Process.ChildProcess._handle.onexit (internal/child_process.js:197:12)
gyp
ERR! System Darwin 16.6.0
gyp ERR! command "/usr/local/Cellar/node/8.0.0/bin/node" "/Users/adrian/Projects/feram/website/api-server/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/build/Release/nodegit.node" "--module_name=nodegit" "--module_path=/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/build/Release"
gyp
ERR! cwd /Users/adrian/Projects/feram/website/api-server/node_modules/nodegit
gyp
ERR! node -v v8.0.0
gyp
ERR! node-gyp -v v3.6.1
gyp
ERR! not ok

node-pre-gyp
ERR! build error
node-pre-gyp
ERR! stack Error: Failed to execute '/usr/local/Cellar/node/8.0.0/bin/node /Users/adrian/Projects/feram/website/api-server/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/build/Release/nodegit.node --module_name=nodegit --module_path=/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/build/Release' (1)
node-pre-gyp ERR!
stack     at ChildProcess.<anonymous> (/Users/adrian/Projects/feram/website/api-server/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp

ERR!

stack     at emitTwo (events.js:125:13)
node-pre-gyp ERR!
stack     at ChildProcess.emit (events.js:213:7)
node-pre-gyp
ERR! stack
at maybeClose (internal/child_process.js:887:16)
node-pre-gyp ERR!
stack
at Process.ChildProcess._handle.onexit (internal/child_process.js:208:5)
node-pre-gyp ERR! System Darwin 16.6.0
node-pre-gyp ERR!
command "/usr/local/Cellar/node/8.0.0/bin/node" "/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/adrian/Projects/feram/website/api-server/node_modules/nodegit
node-pre-gyp
ERR!
node -v v8.0.0
node-pre-gyp ERR!
node-pre-gyp -v v0.6.34
node-pre-gyp ERR!
not ok

Failed to execute '/usr/local/Cellar/node/8.0.0/bin/node /Users/adrian/Projects/feram/website/api-server/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/build/Release/nodegit.node --module_name=nodegit --module_path=/Users/adrian/Projects/feram/website/api-server/node_modules/nodegit/build/Release' (1)
[nodegit] ERROR - Could not finish install
[nodegit] ERROR - finished with error code: 1
info Visit https://yarnpkg.com/en/docs/cli/upgrade for documentation about this command.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions