+ local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lsd-1.0.0/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/lsd-1.0.0/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for lsd-1.0.0 Compiling libc v0.2.147 Compiling proc-macro2 v1.0.66 Compiling unicode-ident v1.0.11 Compiling autocfg v1.1.0 Compiling quote v1.0.33 Compiling syn v2.0.29 Compiling jobserver v0.1.26 Compiling cc v1.0.83 Compiling pkg-config v0.3.27 Compiling utf8parse v0.2.1 Compiling memchr v2.5.0 Compiling anstyle-parse v0.2.1 Compiling io-lifetimes v1.0.11 Compiling log v0.4.20 Compiling heck v0.4.1 Compiling vcpkg v0.2.15 Compiling anstyle v1.0.2 Compiling bitflags v1.3.2 Compiling colorchoice v1.0.0 Compiling anstyle-query v1.0.0 Compiling anstream v0.5.0 Compiling clap_derive v4.4.0 Compiling libz-sys v1.1.12 Compiling clap_lex v0.5.1 Compiling strsim v0.10.0 Compiling rustix v0.37.23 Compiling tinyvec_macros v0.1.1 Compiling tinyvec v1.6.0 Compiling clap_builder v4.4.0 Compiling num-traits v0.2.16 Compiling lock_api v0.4.10 Compiling errno v0.3.2 Compiling serde v1.0.188 Compiling signal-hook v0.3.17 Compiling parking_lot_core v0.9.8 Compiling once_cell v1.18.0 Compiling clap v4.4.0 Compiling unicode-normalization v0.1.22 Compiling aho-corasick v1.0.4 Compiling serde_derive v1.0.188 Compiling libgit2-sys v0.15.2+1.6.4 Compiling indexmap v1.9.3 Compiling signal-hook-registry v1.4.1 Compiling regex-syntax v0.7.5 Compiling smallvec v1.11.0 Compiling matches v0.1.10 Compiling unicode-bidi v0.3.13 Compiling cfg-if v1.0.0 Compiling scopeguard v1.2.0 Compiling idna v0.2.3 Compiling regex-automata v0.3.7 Compiling terminal_size v0.2.6 Compiling clap_complete v4.4.0 Compiling mio v0.8.8 Compiling time v0.1.45 Compiling pure-rust-locales v0.5.6 Compiling hashbrown v0.12.3 Compiling percent-encoding v2.3.0 Compiling version_check v0.9.4 Compiling iana-time-zone v0.1.57 Compiling linked-hash-map v0.5.6 Compiling thiserror v1.0.47 Compiling yaml-rust v0.4.5 Compiling chrono v0.4.26 Compiling lsd v1.0.0 (/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0) Compiling url v2.1.1 Compiling signal-hook-mio v0.2.3 Compiling regex v1.9.4 Compiling parking_lot v0.12.1 Compiling bstr v1.6.0 Compiling thiserror-impl v1.0.47 Compiling dirs-sys v0.3.7 Compiling fnv v1.0.7 Compiling unicode-width v0.1.10 Compiling ansi_term v0.12.1 Compiling ryu v1.0.15 Compiling serde_yaml v0.8.26 Compiling lscolors v0.9.0 Compiling term_grid v0.1.7 Compiling globset v0.4.13 Compiling dirs v3.0.2 Compiling crossterm v0.24.0 Compiling chrono-humanize v0.1.2 Compiling users v0.11.0 Compiling terminal_size v0.1.17 Compiling xattr v0.2.3 Compiling xdg v2.1.0 Compiling vsort v0.1.0 Compiling sys-locale v0.2.4 Compiling wild v2.0.4 Compiling human-sort v0.2.2 The following warnings were emitted during compilation: warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/annotated_commit.h:10, warning: from libgit2/src/libgit2/annotated_commit.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/annotated_commit.c: In function 'annotated_commit_init': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/annotated_commit.c:34:21: note: in expansion of macro 'git__calloc' warning: 34 | annotated_commit = git__calloc(1, sizeof(git_annotated_commit)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/annotated_commit.c:48:34: note: in expansion of macro 'git__strdup' warning: 48 | annotated_commit->description = git__strdup(description); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/annotated_commit.c: In function 'git_annotated_commit_from_ref': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/annotated_commit.c:149:22: note: in expansion of macro 'git__strdup' warning: 149 | (*out)->ref_name = git__strdup(git_reference_name(ref)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/annotated_commit.c: In function 'git_annotated_commit_from_fetchhead': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/annotated_commit.c:194:21: note: in expansion of macro 'git__strdup' warning: 194 | (*out)->ref_name = git__strdup(branch_name); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/annotated_commit.c:197:23: note: in expansion of macro 'git__strdup' warning: 197 | (*out)->remote_url = git__strdup(remote_url); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/array.h:10, warning: from libgit2/src/libgit2/apply.c:15: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/apply.c: In function 'git_apply__patch': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/apply.c:416:14: note: in expansion of macro 'git__strdup' warning: 416 | filename = git__strdup(newfile->path); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/attr.h:10, warning: from libgit2/src/libgit2/attr.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/attr.c: In function 'git_attr_get_many_with_session': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/attr.c:158:9: note: in expansion of macro 'git__calloc' warning: 158 | info = git__calloc(num_attr, sizeof(attr_get_many_info)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/attr.c: In function 'git_attr_add_macro': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/attr.c:471:10: note: in expansion of macro 'git__calloc' warning: 471 | macro = git__calloc(1, sizeof(git_attr_rule)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/attr_file.h:10, warning: from libgit2/src/libgit2/attr_file.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/attr_file.c: In function 'git_attr_file__new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/attr_file.c:38:25: note: in expansion of macro 'git__calloc' warning: 38 | git_attr_file *attrs = git__calloc(1, sizeof(git_attr_file)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/attr_file.c: In function 'git_attr_file__parse_buffer': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/attr_file.c:360:11: note: in expansion of macro 'git__calloc' warning: 360 | rule = git__calloc(1, sizeof(*rule)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/attr_file.c: In function 'git_attr_assignment__parse': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/attr_file.c:896:13: note: in expansion of macro 'git__calloc' warning: 896 | assign = git__calloc(1, sizeof(git_attr_assignment)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/blame.h:4, warning: from libgit2/src/libgit2/blame.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/attrcache.h:10, warning: from libgit2/src/libgit2/attrcache.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/blame.c: In function 'new_hunk': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/blame.c:68:25: note: in expansion of macro 'git__calloc' warning: 68 | git_blame_hunk *hunk = git__calloc(1, sizeof(git_blame_hunk)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/blame.c:74:27: note: in expansion of macro 'git__strdup' warning: 74 | hunk->orig_path = path ? git__strdup(path) : NULL; warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/blame.c: In function 'git_blame__alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/blame.c:132:19: note: in expansion of macro 'git__calloc' warning: 132 | git_blame *gbr = git__calloc(1, sizeof(git_blame)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/blame.c:141:16: note: in expansion of macro 'git__strdup' warning: 141 | (gbr->path = git__strdup(path)) == NULL || warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/blame.c:142:34: note: in expansion of macro 'git__strdup' warning: 142 | git_vector_insert(&gbr->paths, git__strdup(path)) < 0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/blame.c: In function 'blame_internal': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/blame.c:356:8: note: in expansion of macro 'git__calloc' warning: 356 | ent = git__calloc(1, sizeof(git_blame__entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/attrcache.c: In function 'attr_cache__lookup_path': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/attrcache.c:306:11: note: in expansion of macro 'git__strdup' warning: 306 | *out = git__strdup(cfgval); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/attrcache.c: In function 'git_attr_cache__init': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/attrcache.c:377:10: note: in expansion of macro 'git__calloc' warning: 377 | cache = git__calloc(1, sizeof(git_attr_cache)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/blame_git.h:10, warning: from libgit2/src/libgit2/blame_git.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/blob.h:10, warning: from libgit2/src/libgit2/blob.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/blame_git.c: In function 'make_origin': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/blame_git.c:51:6: note: in expansion of macro 'git__calloc' warning: 51 | o = git__calloc(1, alloc_len); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/blame_git.c: In function 'find_origin': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/blame_git.c:481:52: note: in expansion of macro 'git__strdup' warning: 481 | git_vector_insert_sorted(&blame->paths, (void*)git__strdup(delta->old_file.path), warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/blame_git.c: In function 'pass_blame': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/blame_git.c:541:15: note: in expansion of macro 'git__calloc' warning: 541 | sg_origin = git__calloc(num_parents, sizeof(*sg_origin)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/blob.c: In function 'git_blob_create_from_stream': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/blob.c:342:11: note: in expansion of macro 'git__calloc' warning: 342 | stream = git__calloc(1, sizeof(blob_writestream)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/blob.c:346:22: note: in expansion of macro 'git__strdup' warning: 346 | stream->hintpath = git__strdup(hintpath); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blob.o" "-c" "libgit2/src/libgit2/blob.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/branch.h:10, warning: from libgit2/src/libgit2/branch.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/branch.h:10, warning: from libgit2/src/libgit2/branch.c:8: warning: libgit2/src/libgit2/branch.c: In function 'git_branch_iterator_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/branch.c:272:9: note: in expansion of macro 'git__calloc' warning: 272 | iter = git__calloc(1, sizeof(branch_iter)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/cache.h:10, warning: from libgit2/src/libgit2/cache.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/checkout.h:10, warning: from libgit2/src/libgit2/checkout.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/checkout.c: In function 'checkout_conflict_append_update': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/checkout.c:909:13: note: in expansion of macro 'git__calloc' warning: 909 | conflict = git__calloc(1, sizeof(checkout_conflictdata)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/checkout.c: In function 'checkout_conflict_append_remove': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/checkout.c:1252:10: note: in expansion of macro 'git__strdup' warning: 1252 | name = git__strdup(ancestor->path); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/checkout.c:1254:10: note: in expansion of macro 'git__strdup' warning: 1254 | name = git__strdup(ours->path); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/checkout.c:1256:10: note: in expansion of macro 'git__strdup' warning: 1256 | name = git__strdup(theirs->path); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/checkout.c: In function 'checkout_get_actions': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/checkout.c:1327:25: note: in expansion of macro 'git__calloc' warning: 1327 | *counts_ptr = counts = git__calloc(CHECKOUT_ACTION__MAX+1, sizeof(size_t)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/checkout.c:1328:27: note: in expansion of macro 'git__calloc' warning: 1328 | *actions_ptr = actions = git__calloc( warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/checkout.o" "-c" "libgit2/src/libgit2/checkout.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/cherrypick.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/clone.h:10, warning: from libgit2/src/libgit2/clone.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/clone.o" "-c" "libgit2/src/libgit2/clone.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/commit_graph.h:11, warning: from libgit2/src/libgit2/commit_graph.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/commit.h:10, warning: from libgit2/src/libgit2/commit.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/commit_graph.c: In function 'packed_commit_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/commit_graph.c:73:28: note: in expansion of macro 'git__calloc' warning: 73 | struct packed_commit *p = git__calloc(1, sizeof(struct packed_commit)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit_graph.c:77:2: note: in expansion of macro 'git_array_init_to_size' warning: 77 | git_array_init_to_size(p->parents, parentcount); warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/commit_graph.c: In function 'git_commit_graph_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/commit_graph.c:306:11: note: in expansion of macro 'git__calloc' warning: 306 | cgraph = git__calloc(1, sizeof(git_commit_graph)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit_graph.c: In function 'git_commit_graph_file_open': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/commit_graph.c:379:9: note: in expansion of macro 'git__calloc' warning: 379 | file = git__calloc(1, sizeof(git_commit_graph_file)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit_graph.c: In function 'git_commit_graph_writer_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/commit_graph.c:642:31: note: in expansion of macro 'git__calloc' warning: 642 | git_commit_graph_writer *w = git__calloc(1, sizeof(git_commit_graph_writer)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit_graph.c: In function 'compute_generation_numbers': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit_graph.c:805:3: note: in expansion of macro 'git_array_init_to_size' warning: 805 | git_array_init_to_size( warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit_graph.c:835:2: note: in expansion of macro 'git_array_init_to_size' warning: 835 | git_array_init_to_size(index_stack, 3 * git_vector_length(commits)); warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/commit_graph.c:841:57: note: in expansion of macro 'git__calloc' warning: 841 | commit_states = (enum generation_number_commit_state *)git__calloc( warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit.c: In function 'commit_parse': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit.c:413:2: note: in expansion of macro 'git_array_init_to_size' warning: 413 | git_array_init_to_size(commit->parent_ids, 1); warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/commit.c:482:31: note: in expansion of macro 'git__strndup' warning: 482 | commit->message_encoding = git__strndup(buffer, eoln - buffer); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/commit.c:492:23: note: in expansion of macro 'git__strndup' warning: 492 | commit->raw_header = git__strndup(buffer_start, header_len); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/commit.c:500:25: note: in expansion of macro 'git__strndup' warning: 500 | commit->raw_message = git__strndup(buffer, buffer_end - buffer); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/commit.c:502:25: note: in expansion of macro 'git__strdup' warning: 502 | commit->raw_message = git__strdup(""); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit.c: In function 'git_commit_summary': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/commit.c:629:22: note: in expansion of macro 'git__strdup' warning: 629 | commit->summary = git__strdup(""); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/commit.c: In function 'git_commit_body': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/commit.c:656:19: note: in expansion of macro 'git__strndup' warning: 656 | commit->body = git__strndup(msg, end - msg + 1); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/commit.c: In function 'git_commit_create_with_signature': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/commit.c:1019:11: note: in expansion of macro 'git__calloc' warning: 1019 | parsed = git__calloc(1, sizeof(git_commit)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/config.h:10, warning: from libgit2/src/libgit2/config.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/commit_list.h:10, warning: from libgit2/src/libgit2/commit_list.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/commit_list.c: In function 'commit_quick_parse': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/commit_list.c:133:11: note: in expansion of macro 'git__calloc' warning: 133 | commit = git__calloc(1, sizeof(*commit)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config.c: In function 'git_config_iterator_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config.c:462:9: note: in expansion of macro 'git__calloc' warning: 462 | iter = git__calloc(1, sizeof(all_iter)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config.c: In function 'git_config_iterator_glob_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config.c:484:9: note: in expansion of macro 'git__calloc' warning: 484 | iter = git__calloc(1, sizeof(all_iter)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c" warning: libgit2/src/libgit2/config.c: In function 'git_config__get_string_force': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config.c:952:34: note: in expansion of macro 'git__strdup' warning: 952 | ret = (entry && entry->value) ? git__strdup(entry->value) : fallback_value ? git__strdup(fallback_value) : NULL; warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config.c:952:79: note: in expansion of macro 'git__strdup' warning: 952 | ret = (entry && entry->value) ? git__strdup(entry->value) : fallback_value ? git__strdup(fallback_value) : NULL; warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config.c: In function 'git_config_multivar_iterator_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config.c:1067:9: note: in expansion of macro 'git__calloc' warning: 1067 | iter = git__calloc(1, sizeof(multivar_iter)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config.c: In function 'git_config__normalize_name': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config.c:1471:9: note: in expansion of macro 'git__strdup' warning: 1471 | name = git__strdup(in); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/config_cache.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/config_entries.h:8, warning: from libgit2/src/libgit2/config_entries.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" warning: libgit2/src/libgit2/config_entries.c: In function 'git_config_entries_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_entries.c:38:12: note: in expansion of macro 'git__calloc' warning: 38 | entries = git__calloc(1, sizeof(git_config_entries)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config_entries.c: In function 'git_config_entries_dup_entry': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_entries.c:55:15: note: in expansion of macro 'git__calloc' warning: 55 | duplicated = git__calloc(1, sizeof(git_config_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_entries.c:58:21: note: in expansion of macro 'git__strdup' warning: 58 | duplicated->name = git__strdup(entry->name); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_entries.c:62:23: note: in expansion of macro 'git__strdup' warning: 62 | duplicated->value = git__strdup(entry->value); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config_entries.c: In function 'git_config_entries_append': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_entries.c:150:14: note: in expansion of macro 'git__calloc' warning: 150 | map_head = git__calloc(1, sizeof(*map_head)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_entries.c:156:14: note: in expansion of macro 'git__calloc' warning: 156 | list_head = git__calloc(1, sizeof(config_entry_list)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config_entries.c: In function 'git_config_entries_iterator_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_entries.c:226:7: note: in expansion of macro 'git__calloc' warning: 226 | it = git__calloc(1, sizeof(config_entries_iterator)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/config.h:10, warning: from libgit2/src/libgit2/config_file.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/config_file.c: In function 'git_config_backend_from_file': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_file.c:500:12: note: in expansion of macro 'git__calloc' warning: 500 | backend = git__calloc(1, sizeof(config_file_backend)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_file.c:506:23: note: in expansion of macro 'git__strdup' warning: 506 | backend->file.path = git__strdup(path); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config_file.c: In function 'escape_value': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_file.c:547:10: note: in expansion of macro 'git__calloc' warning: 547 | return git__calloc(1, sizeof(char)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config_file.c: In function 'parse_conditional_include': warning: libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' warning: 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_file.c:743:14: note: in expansion of macro 'git__substrdup' warning: 743 | condition = git__substrdup(section + CONST_STRLEN("includeIf."), warning: | ^~~~~~~~~~~~~~ warning: libgit2/src/libgit2/config_file.c: In function 'read_on_variable': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_file.c:802:10: note: in expansion of macro 'git__calloc' warning: 802 | entry = git__calloc(1, sizeof(git_config_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_file.c:805:29: note: in expansion of macro 'git__strdup' warning: 805 | entry->value = var_value ? git__strdup(var_value) : NULL; warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config_file.c: In function 'config_file_write': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_file.c:1149:12: note: in expansion of macro 'git__strndup' warning: 1149 | section = git__strndup(key, ldot - key); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_file.c:1154:17: note: in expansion of macro 'git__strndup' warning: 1154 | orig_section = git__strndup(orig_key, ldot - orig_key); warning: | ^~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/config.h:10, warning: from libgit2/src/libgit2/config_mem.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c" warning: libgit2/src/libgit2/config_mem.c: In function 'read_variable_cb': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_mem.c:65:10: note: in expansion of macro 'git__calloc' warning: 65 | entry = git__calloc(1, sizeof(git_config_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_mem.c:68:29: note: in expansion of macro 'git__strdup' warning: 68 | entry->value = var_value ? git__strdup(var_value) : NULL; warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/config_mem.c: In function 'git_config_backend_from_string': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_mem.c:189:12: note: in expansion of macro 'git__calloc' warning: 189 | backend = git__calloc(1, sizeof(config_memory_backend)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/config_parse.h:10, warning: from libgit2/src/libgit2/config_parse.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/config_parse.c: In function 'parse_section_header': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_parse.c:167:9: note: in expansion of macro 'git__strndup' warning: 167 | line = git__strndup(reader->ctx.line, reader->ctx.line_len); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/config_parse.c: In function 'parse_multiline_variable': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_parse.c:339:10: note: in expansion of macro 'git__strndup' warning: 339 | line = git__strndup(reader->ctx.line, reader->ctx.line_len); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/config_parse.c: In function 'parse_name': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_parse.c:416:15: note: in expansion of macro 'git__strndup' warning: 416 | if ((*name = git__strndup(line, name_end - line)) == NULL) warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/config_parse.c: In function 'parse_variable': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/config_parse.c:433:9: note: in expansion of macro 'git__strndup' warning: 433 | line = git__strndup(reader->ctx.line, reader->ctx.line_len); warning: | ^~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/config_backend.h:10, warning: from libgit2/src/libgit2/config_snapshot.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c" warning: libgit2/src/libgit2/config_snapshot.c: In function 'git_config_backend_snapshot': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/config_snapshot.c:182:12: note: in expansion of macro 'git__calloc' warning: 182 | backend = git__calloc(1, sizeof(config_snapshot_backend)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/crlf.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/crlf.c: In function 'git_crlf_filter_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/crlf.c:413:26: note: in expansion of macro 'git__calloc' warning: 413 | struct crlf_filter *f = git__calloc(1, sizeof(struct crlf_filter)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/delta.h:8, warning: from libgit2/src/libgit2/delta.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c" warning: libgit2/src/libgit2/delta.c: In function 'git_delta_index_init': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/delta.c:192:15: note: in expansion of macro 'git__calloc' warning: 192 | hash_count = git__calloc(hsize, sizeof(*hash_count)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/describe.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c" warning: libgit2/src/libgit2/describe.c: In function 'add_to_known_names': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/describe.c:121:13: note: in expansion of macro 'git__strdup' warning: 121 | e->path = git__strdup(path); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/describe.c: In function 'commit_name_dup': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/describe.c:195:15: note: in expansion of macro 'git__strdup' warning: 195 | name->path = git__strdup(in->path); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/describe.c: In function 'git_describe_commit': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/describe.c:662:16: note: in expansion of macro 'git__calloc' warning: 662 | data.result = git__calloc(1, sizeof(git_describe_result)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff.h:10, warning: from libgit2/src/libgit2/diff.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_driver.h:10, warning: from libgit2/src/libgit2/diff_driver.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/diff_driver.c: In function 'git_diff_driver_registry_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_driver.c:61:3: note: in expansion of macro 'git__calloc' warning: 61 | git__calloc(1, sizeof(git_diff_driver_registry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/diff_driver.c: In function 'diff_driver_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_driver.c:172:11: note: in expansion of macro 'git__calloc' warning: 172 | driver = git__calloc(1, alloclen); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_file.h:10, warning: from libgit2/src/libgit2/diff_file.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/diff_file.c: In function 'diff_file_content_load_workdir_symlink': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_file.c:308:17: note: in expansion of macro 'git__calloc' warning: 308 | fc->map.data = git__calloc(alloc_len, sizeof(char)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_generate.h:10, warning: from libgit2/src/libgit2/diff_generate.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_generate.h:10, warning: from libgit2/src/libgit2/diff_generate.c:8: warning: libgit2/src/libgit2/diff_generate.c: In function 'diff_delta__alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_generate.c:43:26: note: in expansion of macro 'git__calloc' warning: 43 | git_diff_delta *delta = git__calloc(1, sizeof(git_diff_delta)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/diff_generate.c: In function 'diff_generated_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_generate.c:444:14: note: in expansion of macro 'git__calloc' warning: 444 | if ((diff = git__calloc(1, sizeof(git_diff_generated))) == NULL) warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_parse.h:10, warning: from libgit2/src/libgit2/diff_parse.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/diff_parse.c: In function 'diff_parsed_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_parse.c:36:14: note: in expansion of macro 'git__calloc' warning: 36 | if ((diff = git__calloc(1, sizeof(git_diff_parsed))) == NULL) warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_print.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_stats.h:10, warning: from libgit2/src/libgit2/diff_stats.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/diff_stats.c: In function 'git_diff_get_stats': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_stats.c:191:10: note: in expansion of macro 'git__calloc' warning: 191 | stats = git__calloc(1, sizeof(git_diff_stats)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_stats.c:196:21: note: in expansion of macro 'git__calloc' warning: 196 | stats->filestats = git__calloc(deltas, sizeof(diff_file_stats)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_tform.h:10, warning: from libgit2/src/libgit2/diff_tform.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_tform.h:10, warning: from libgit2/src/libgit2/diff_tform.c:8: warning: libgit2/src/libgit2/diff_tform.c: In function 'git_diff_find_similar': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_tform.c:838:13: note: in expansion of macro 'git__calloc' warning: 838 | sigcache = git__calloc(sigcache_size, sizeof(void *)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_tform.c:861:12: note: in expansion of macro 'git__calloc' warning: 861 | src2tgt = git__calloc(num_deltas, sizeof(diff_find_match)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_tform.c:863:12: note: in expansion of macro 'git__calloc' warning: 863 | tgt2src = git__calloc(num_deltas, sizeof(diff_find_match)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/diff_tform.c:867:18: note: in expansion of macro 'git__calloc' warning: 867 | tgt2src_copy = git__calloc(num_deltas, sizeof(diff_find_match)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/diff_xdiff.h:10, warning: from libgit2/src/libgit2/diff_xdiff.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/errors.o" "-c" "libgit2/src/libgit2/errors.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/email.h:10, warning: from libgit2/src/libgit2/email.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/fetch.h:10, warning: from libgit2/src/libgit2/fetch.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/fetch.c: In function 'maybe_want_oid': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/fetch.c:76:13: note: in expansion of macro 'git__calloc' warning: 76 | oid_head = git__calloc(1, sizeof(git_remote_head)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/fetch.c:82:20: note: in expansion of macro 'git__strdup' warning: 82 | oid_head->name = git__strdup(spec->dst); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/fetch.c: In function 'git_fetch_negotiate': warning: libgit2/src/libgit2/fetch.c:185:3: warning: passing argument 3 of 't->negotiate_fetch' from incompatible pointer type [-Wincompatible-pointer-types] warning: 185 | (const git_remote_head * const *)remote->refs.contents, warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ warning: | | warning: | const git_remote_head * const* warning: libgit2/src/libgit2/fetch.c:185:3: note: expected 'const git_fetch_negotiation *' but argument is of type 'const git_remote_head * const*' warning: libgit2/src/libgit2/fetch.c:183:9: error: too many arguments to function 't->negotiate_fetch' warning: 183 | return t->negotiate_fetch(t, warning: | ^ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/fetchhead.h:10, warning: from libgit2/src/libgit2/fetchhead.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/fetchhead.c: In function 'sanitized_remote_url': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/fetchhead.c:61:15: note: in expansion of macro 'git__strdup' warning: 61 | sanitized = git__strdup(remote_url); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/fetchhead.c: In function 'git_fetchhead_ref_create': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/fetchhead.c:90:29: note: in expansion of macro 'git__strdup' warning: 90 | fetchhead_ref->ref_name = git__strdup(ref_name); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/fetchhead.o" "-c" "libgit2/src/libgit2/fetchhead.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/filter.h:10, warning: from libgit2/src/libgit2/filter.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/filter.c: In function 'filter_registry_insert': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/filter.c:166:9: note: in expansion of macro 'git__calloc' warning: 166 | fdef = git__calloc(1, alloc_len); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/filter.c:169:22: note: in expansion of macro 'git__strdup' warning: 169 | fdef->filter_name = git__strdup(name); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/filter.c: In function 'filter_list_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/filter.c:414:7: note: in expansion of macro 'git__calloc' warning: 414 | fl = git__calloc(1, alloclen); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/filter.c: In function 'filter_list_check_attributes': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/filter.c:436:22: note: in expansion of macro 'git__calloc' warning: 436 | const char **strs = git__calloc(fdef->nattrs, sizeof(const char *)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/filter.c: In function 'git_filter_buffered_stream_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/filter.c:982:44: note: in expansion of macro 'git__calloc' warning: 982 | struct buffered_stream *buffered_stream = git__calloc(1, sizeof(struct buffered_stream)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/filter.c: In function 'buffered_legacy_stream_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/filter.c:1012:44: note: in expansion of macro 'git__calloc' warning: 1012 | struct buffered_stream *buffered_stream = git__calloc(1, sizeof(struct buffered_stream)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/graph.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/hashsig.c:8: warning: libgit2/src/libgit2/hashsig.c: In function 'hashsig_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/hashsig.c:234:21: note: in expansion of macro 'git__calloc' warning: 234 | git_hashsig *sig = git__calloc(1, sizeof(git_hashsig)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/idxmap.h:10, warning: from libgit2/src/libgit2/idxmap.c:8: warning: libgit2/src/libgit2/idxmap.c: In function 'kh_init_idx': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/idxmap.c:11:17: note: in expansion of macro 'git__calloc' warning: 11 | #define kcalloc git__calloc warning: | ^~~~~~~~~~~ warning: libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' warning: 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ warning: | ^~~~~~~ warning: libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' warning: 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c: In function 'kh_resize_idx': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' warning: 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' warning: 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' warning: 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' warning: 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' warning: 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' warning: 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' warning: 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' warning: 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' warning: 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' warning: 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c: In function 'kh_init_idxicase': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/idxmap.c:11:17: note: in expansion of macro 'git__calloc' warning: 11 | #define kcalloc git__calloc warning: | ^~~~~~~~~~~ warning: libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' warning: 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ warning: | ^~~~~~~ warning: libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' warning: 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c: In function 'kh_resize_idxicase': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' warning: 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' warning: 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' warning: 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' warning: 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' warning: 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' warning: 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' warning: 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' warning: 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' warning: 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' warning: 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) warning: | ^~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/ident.c:8: warning: libgit2/src/libgit2/ident.c: In function 'git_ident_filter_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/ident.c:129:18: note: in expansion of macro 'git__calloc' warning: 129 | git_filter *f = git__calloc(1, sizeof(git_filter)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/ignore.h:10, warning: from libgit2/src/libgit2/ignore.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/index.h:10, warning: from libgit2/src/libgit2/index.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/index.c: In function 'git_index_open': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/index.c:411:10: note: in expansion of macro 'git__calloc' warning: 411 | index = git__calloc(1, sizeof(git_index)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/index.c:418:28: note: in expansion of macro 'git__strdup' warning: 418 | index->index_file_path = git__strdup(index_path); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/index.c: In function 'index_entry_create': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/index.c:947:10: note: in expansion of macro 'git__calloc' warning: 947 | entry = git__calloc(1, alloclen); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/index.c: In function 'reuc_entry_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/index.c:1023:10: note: in expansion of macro 'git__calloc' warning: 1023 | entry = git__calloc(1, alloclen); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/index.c: In function 'canonicalize_directory_path': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/index.c:1223:16: note: in expansion of macro 'git__strdup' warning: 1223 | if ((search = git__strdup(entry->path)) == NULL) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/ignore.c: In function 'parse_ignore_file': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/ignore.c:197:27: note: in expansion of macro 'git__calloc' warning: 197 | if (!match && !(match = git__calloc(1, sizeof(*match)))) { warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/index.c: In function 'git_index_iterator_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/index.c:2017:7: note: in expansion of macro 'git__calloc' warning: 2017 | it = git__calloc(1, sizeof(git_index_iterator)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/index.c: In function 'git_index_conflict_iterator_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/index.c:2063:7: note: in expansion of macro 'git__calloc' warning: 2063 | it = git__calloc(1, sizeof(git_index_conflict_iterator)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/index.c: In function 'git_index_name_add': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/index.c:2152:18: note: in expansion of macro 'git__calloc' warning: 2152 | conflict_name = git__calloc(1, sizeof(git_index_name_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/index.c:2155:47: note: in expansion of macro 'git__strdup' warning: 2155 | if ((ancestor && !(conflict_name->ancestor = git__strdup(ancestor))) || warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/index.c:2156:44: note: in expansion of macro 'git__strdup' warning: 2156 | (ours && !(conflict_name->ours = git__strdup(ours))) || warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/index.c:2157:44: note: in expansion of macro 'git__strdup' warning: 2157 | (theirs && !(conflict_name->theirs = git__strdup(theirs))) || warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/index.c: In function 'read_conflict_names': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/index.c:2408:41: note: in expansion of macro 'git__calloc' warning: 2408 | git_index_name_entry *conflict_name = git__calloc(1, sizeof(git_index_name_entry)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/index.o" "-c" "libgit2/src/libgit2/index.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/iterator.h:10, warning: from libgit2/src/libgit2/iterator.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/iterator.c: In function 'iterator_range_init': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/iterator.c:49:17: note: in expansion of macro 'git__strdup' warning: 49 | iter->start = git__strdup(start); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/iterator.c:56:15: note: in expansion of macro 'git__strdup' warning: 56 | iter->end = git__strdup(end); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/iterator.c: In function 'git_iterator_for_nothing': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/iterator.c:406:9: note: in expansion of macro 'git__calloc' warning: 406 | iter = git__calloc(1, sizeof(empty_iterator)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/iterator.c: In function 'git_iterator_for_tree': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/iterator.c:954:9: note: in expansion of macro 'git__calloc' warning: 954 | iter = git__calloc(1, sizeof(tree_iterator)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/iterator.c: In function 'iterator_for_filesystem': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/iterator.c:1938:9: note: in expansion of macro 'git__calloc' warning: 1938 | iter = git__calloc(1, sizeof(filesystem_iterator)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/iterator.c: In function 'git_iterator_for_index': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/iterator.c:2269:9: note: in expansion of macro 'git__calloc' warning: 2269 | iter = git__calloc(1, sizeof(index_iterator)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/iterator.c: In function 'git_iterator_walk': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/iterator.c:2368:18: note: in expansion of macro 'git__calloc' warning: 2368 | iterator_item = git__calloc(cnt, sizeof(git_index_entry *)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/iterator.c:2369:14: note: in expansion of macro 'git__calloc' warning: 2369 | cur_items = git__calloc(cnt, sizeof(git_index_entry *)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/indexer.h:10, warning: from libgit2/src/libgit2/indexer.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/indexer.c: In function 'indexer_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/indexer.c:172:8: note: in expansion of macro 'git__calloc' warning: 172 | idx = git__calloc(1, sizeof(git_indexer)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/indexer.c: In function 'store_delta': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/indexer.c:268:10: note: in expansion of macro 'git__calloc' warning: 268 | delta = git__calloc(1, sizeof(struct delta_info)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/indexer.c: In function 'store_object': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/indexer.c:484:10: note: in expansion of macro 'git__calloc' warning: 484 | entry = git__calloc(1, sizeof(*entry)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/iterator.o" "-c" "libgit2/src/libgit2/iterator.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c" warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/indexer.c:487:11: note: in expansion of macro 'git__calloc' warning: 487 | pentry = git__calloc(1, sizeof(struct git_pack_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/indexer.c: In function 'hash_and_save': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/indexer.c:596:10: note: in expansion of macro 'git__calloc' warning: 596 | entry = git__calloc(1, sizeof(*entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/indexer.c:604:11: note: in expansion of macro 'git__calloc' warning: 604 | pentry = git__calloc(1, sizeof(struct git_pack_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/indexer.c: In function 'inject_object': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/indexer.c:1011:10: note: in expansion of macro 'git__calloc' warning: 1011 | entry = git__calloc(1, sizeof(*entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/indexer.c:1042:11: note: in expansion of macro 'git__calloc' warning: 1042 | pentry = git__calloc(1, sizeof(struct git_pack_entry)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/vector.h:10, warning: from libgit2/src/libgit2/mailmap.h:11, warning: from libgit2/src/libgit2/mailmap.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/libgit2/libgit2.c:11: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/mailmap.c: In function 'git_mailmap_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/mailmap.c:154:20: note: in expansion of macro 'git__calloc' warning: 154 | git_mailmap *mm = git__calloc(1, sizeof(git_mailmap)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/mailmap.c: In function 'mailmap_add_entry_unterminated': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/mailmap.c:188:29: note: in expansion of macro 'git__calloc' warning: 188 | git_mailmap_entry *entry = git__calloc(1, sizeof(git_mailmap_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' warning: 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/mailmap.c:195:22: note: in expansion of macro 'git__substrdup' warning: 195 | entry->real_name = git__substrdup(real_name, real_name_size); warning: | ^~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' warning: 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/mailmap.c:199:23: note: in expansion of macro 'git__substrdup' warning: 199 | entry->real_email = git__substrdup(real_email, real_email_size); warning: | ^~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' warning: 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/mailmap.c:203:25: note: in expansion of macro 'git__substrdup' warning: 203 | entry->replace_name = git__substrdup(replace_name, replace_name_size); warning: | ^~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' warning: 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/mailmap.c:206:25: note: in expansion of macro 'git__substrdup' warning: 206 | entry->replace_email = git__substrdup(replace_email, replace_email_size); warning: | ^~~~~~~~~~~~~~ warning: In file included from libgit2/src/libgit2/libgit2.c:11: warning: libgit2/src/libgit2/libgit2.c: In function 'git_libgit2_opts': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/libgit2.c:286:21: note: in expansion of macro 'git__strdup' warning: 286 | git__user_agent = git__strdup(va_arg(ap, const char *)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/merge_driver.h:10, warning: from libgit2/src/libgit2/merge_driver.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/merge_driver.c: In function 'merge_driver_registry_insert': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge_driver.c:188:10: note: in expansion of macro 'git__calloc' warning: 188 | entry = git__calloc(1, sizeof(git_merge_driver_entry) + strlen(name) + 1); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/merge.h:10, warning: from libgit2/src/libgit2/merge.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/merge.h:10, warning: from libgit2/src/libgit2/merge.c:8: warning: libgit2/src/libgit2/merge.c: In function 'remove_redundant': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:458:14: note: in expansion of macro 'git__calloc' warning: 458 | redundant = git__calloc(commits->length, 1); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:460:17: note: in expansion of macro 'git__calloc' warning: 460 | filled_index = git__calloc((commits->length - 1), sizeof(unsigned int)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c" warning: libgit2/src/libgit2/merge.c: In function 'git_merge_diff_list__find_renames': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:1555:20: note: in expansion of macro 'git__calloc' warning: 1555 | similarity_ours = git__calloc(diff_list->conflicts.length, warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:1559:22: note: in expansion of macro 'git__calloc' warning: 1559 | similarity_theirs = git__calloc(diff_list->conflicts.length, warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:1571:11: note: in expansion of macro 'git__calloc' warning: 1571 | cache = git__calloc(cache_size, sizeof(void *)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/merge.c: In function 'git_merge_diff_list__alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:1836:35: note: in expansion of macro 'git__calloc' warning: 1836 | git_merge_diff_list *diff_list = git__calloc(1, sizeof(git_merge_diff_list)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/merge.c: In function 'merge_normalize_opts': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/merge.c:1893:26: note: in expansion of macro 'git__strdup' warning: 1893 | opts->default_driver = git__strdup(given->default_driver); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/merge.c:1899:27: note: in expansion of macro 'git__strdup' warning: 1899 | opts->default_driver = git__strdup(entry->value); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/merge.c: In function 'create_virtual_base': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:2289:11: note: in expansion of macro 'git__calloc' warning: 2289 | result = git__calloc(1, sizeof(git_annotated_commit)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/merge.c: In function 'write_merge_msg': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:2732:12: note: in expansion of macro 'git__calloc' warning: 2732 | entries = git__calloc(heads_len, sizeof(struct merge_msg_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/merge.c: In function 'merge_ancestor_head': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/merge.c:2872:9: note: in expansion of macro 'git__calloc' warning: 2872 | oids = git__calloc(alloc_len, sizeof(git_oid)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/message.o" "-c" "libgit2/src/libgit2/message.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/merge_file.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/merge_file.c: In function 'merge_file__xdiff': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/merge_file.c:156:35: note: in expansion of macro 'git__strdup' warning: 156 | if (path != NULL && (out->path = git__strdup(path)) == NULL) { warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/merge_file.c: In function 'merge_file__binary': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/merge_file.c:205:19: note: in expansion of macro 'git__strdup' warning: 205 | if ((out->path = git__strdup(favored->path)) == NULL || warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/midx.h:11, warning: from libgit2/src/libgit2/midx.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/midx.c: In function 'git_midx_open': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/midx.c:317:8: note: in expansion of macro 'git__calloc' warning: 317 | idx = git__calloc(1, sizeof(git_midx_file)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/midx.c: In function 'git_midx_writer_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/midx.c:506:23: note: in expansion of macro 'git__calloc' warning: 506 | git_midx_writer *w = git__calloc(1, sizeof(git_midx_writer)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/mwindow.h:11, warning: from libgit2/src/libgit2/mwindow.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/mwindow.c: In function 'new_window_locked': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/mwindow.c:345:6: note: in expansion of macro 'git__calloc' warning: 345 | w = git__calloc(1, sizeof(*w)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/netops.o" "-c" "libgit2/src/libgit2/netops.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/mwindow.o" "-c" "libgit2/src/libgit2/mwindow.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/notes.h:10, warning: from libgit2/src/libgit2/notes.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/notes.c: In function 'note_new': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/notes.c:337:18: note: in expansion of macro 'git__strndup' warning: 337 | note->message = git__strndup(git_blob_rawcontent(blob), (size_t)blobsize); warning: | ^~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/object.h:10, warning: from libgit2/src/libgit2/object.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/object.c: In function 'git_object__from_raw': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/object.c:89:11: note: in expansion of macro 'git__calloc' warning: 89 | object = git__calloc(1, object_size); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/object.c: In function 'git_object__from_odb_object': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/object.c:138:11: note: in expansion of macro 'git__calloc' warning: 138 | object = git__calloc(1, object_size); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/object.o" "-c" "libgit2/src/libgit2/object.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/object_api.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/odb.h:10, warning: from libgit2/src/libgit2/odb.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/odb.c: In function 'odb_read_hardcoded': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb.c:79:14: note: in expansion of macro 'git__calloc' warning: 79 | raw->data = git__calloc(1, sizeof(uint8_t)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/odb.c: In function 'odb_object__alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb.c:153:27: note: in expansion of macro 'git__calloc' warning: 153 | git_odb_object *object = git__calloc(1, sizeof(git_odb_object)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/odb.c: In function 'init_fake_wstream': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb.c:479:11: note: in expansion of macro 'git__calloc' warning: 479 | stream = git__calloc(1, sizeof(fake_wstream)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/odb.c: In function 'git_odb__new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb.c:541:16: note: in expansion of macro 'git__calloc' warning: 541 | git_odb *db = git__calloc(1, sizeof(*db)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/odb_mempack.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/odb_mempack.c: In function 'git_mempack_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb_mempack.c:174:7: note: in expansion of macro 'git__calloc' warning: 174 | db = git__calloc(1, sizeof(struct memory_packer_db)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/odb_loose.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/odb_loose.c: In function 'read_loose_standard': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb_loose.c:310:11: note: in expansion of macro 'git__calloc' warning: 310 | (body = git__calloc(1, alloc_size)) == NULL) { warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/odb_loose.c: In function 'loose_backend__writestream': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb_loose.c:864:11: note: in expansion of macro 'git__calloc' warning: 864 | stream = git__calloc(1, sizeof(loose_writestream)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/odb_loose.c: In function 'loose_backend__readstream': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb_loose.c:1031:11: note: in expansion of macro 'git__calloc' warning: 1031 | stream = git__calloc(1, sizeof(loose_readstream)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/odb_loose.c: In function 'git_odb__backend_loose': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb_loose.c:1179:12: note: in expansion of macro 'git__calloc' warning: 1179 | backend = git__calloc(1, alloclen); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_mempack.o" "-c" "libgit2/src/libgit2/odb_mempack.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/odb_pack.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/offmap.h:10, warning: from libgit2/src/libgit2/offmap.c:8: warning: libgit2/src/libgit2/offmap.c: In function 'kh_init_off': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/offmap.c:11:17: note: in expansion of macro 'git__calloc' warning: 11 | #define kcalloc git__calloc warning: | ^~~~~~~~~~~ warning: libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' warning: 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ warning: | ^~~~~~~ warning: libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c: In function 'kh_resize_off': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' warning: 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' warning: 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' warning: 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' warning: 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' warning: 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/odb_pack.c: In function 'pack_backend__writepack': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb_pack.c:733:14: note: in expansion of macro 'git__calloc' warning: 733 | writepack = git__calloc(1, sizeof(struct pack_writepack)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/odb_pack.c: In function 'pack_backend__alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/odb_pack.c:864:33: note: in expansion of macro 'git__calloc' warning: 864 | struct pack_backend *backend = git__calloc(1, sizeof(struct pack_backend)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/oid.h:10, warning: from libgit2/src/libgit2/oid.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/oid.c: In function 'resize_trie': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oid.c:325:16: note: in expansion of macro 'git__reallocarray' warning: 325 | self->nodes = git__reallocarray(self->nodes, new_size, sizeof(trie_node)); warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/oid.c: In function 'git_oid_shorten_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/oid.c:368:7: note: in expansion of macro 'git__calloc' warning: 368 | os = git__calloc(1, sizeof(git_oid_shorten)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/oidarray.h:10, warning: from libgit2/src/libgit2/oidarray.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/oidmap.h:10, warning: from libgit2/src/libgit2/oidmap.c:8: warning: libgit2/src/libgit2/oidmap.c: In function 'kh_init_oid': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/oidmap.c:11:17: note: in expansion of macro 'git__calloc' warning: 11 | #define kcalloc git__calloc warning: | ^~~~~~~~~~~ warning: libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' warning: 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ warning: | ^~~~~~~ warning: libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' warning: 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c: In function 'kh_resize_oid': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' warning: 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' warning: 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' warning: 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' warning: 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' warning: 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' warning: 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' warning: 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' warning: 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' warning: 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' warning: 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) warning: | ^~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/pack-objects.h:11, warning: from libgit2/src/libgit2/pack-objects.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/pack.h:11, warning: from libgit2/src/libgit2/pack.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/pack.c: In function 'new_cache_object': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/pack.c:56:28: note: in expansion of macro 'git__calloc' warning: 56 | git_pack_cache_entry *e = git__calloc(1, sizeof(git_pack_cache_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pack.c: In function 'pack_dependency_chain': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pack.c:610:4: note: in expansion of macro 'git_array_init_to_size' warning: 610 | git_array_init_to_size(chain, elem_pos); warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/pack.c: In function 'packfile_unpack_compressed': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/pack.c:901:9: note: in expansion of macro 'git__calloc' warning: 901 | data = git__calloc(1, buffer_len); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pack.c: In function 'git_packfile_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/pack.c:1193:6: note: in expansion of macro 'git__calloc' warning: 1193 | p = git__calloc(1, alloc_len); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pack.c: In function 'git_pack_foreach_entry': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pack.c:1363:2: note: in expansion of macro 'git_array_init_to_size' warning: 1363 | git_array_init_to_size(oids, p->num_objects); warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/pack-objects.c: In function 'git_packbuilder_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/pack-objects.c:134:7: note: in expansion of macro 'git__calloc' warning: 134 | pb = git__calloc(1, sizeof(*pb)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pack-objects.c: In function 'git_packbuilder_insert': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/libgit2/pack-objects.c:226:21: note: in expansion of macro 'git__reallocarray' warning: 226 | pb->object_list = git__reallocarray(pb->object_list, warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/pack-objects.c: In function 'compute_write_order': warning: libgit2/src/util/alloc.h:22:61: error: 'git_allocator' has no member named 'gmallocarray' warning: 22 | #define git__mallocarray(nelem, elsize) git__allocator.gmallocarray(nelem, elsize, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/pack-objects.c:531:12: note: in expansion of macro 'git__mallocarray' warning: 531 | if ((wo = git__mallocarray(pb->nr_objects, sizeof(*wo))) == NULL) warning: | ^~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/pack-objects.c: In function 'find_deltas': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/pack-objects.c:958:10: note: in expansion of macro 'git__calloc' warning: 958 | array = git__calloc(window, sizeof(struct unpacked)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pack-objects.c: In function 'll_find_deltas': warning: libgit2/src/util/alloc.h:22:61: error: 'git_allocator' has no member named 'gmallocarray' warning: 22 | #define git__mallocarray(nelem, elsize) git__allocator.gmallocarray(nelem, elsize, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/pack-objects.c:1175:6: note: in expansion of macro 'git__mallocarray' warning: 1175 | p = git__mallocarray(pb->nr_threads, sizeof(*p)); warning: | ^~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/pack-objects.c: In function 'git_packbuilder__prepare': warning: libgit2/src/util/alloc.h:22:61: error: 'git_allocator' has no member named 'gmallocarray' warning: 22 | #define git__mallocarray(nelem, elsize) git__allocator.gmallocarray(nelem, elsize, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/pack-objects.c:1326:15: note: in expansion of macro 'git__mallocarray' warning: 1326 | delta_list = git__mallocarray(pb->nr_objects, sizeof(*delta_list)); warning: | ^~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/pack-objects.c: In function 'git_packbuilder_write': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/pack-objects.c:1440:18: note: in expansion of macro 'git__strdup' warning: 1440 | pb->pack_name = git__strdup(git_indexer_name(indexer)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/parse.o" "-c" "libgit2/src/libgit2/parse.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/patch.h:10, warning: from libgit2/src/libgit2/patch.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/patch_generate.h:10, warning: from libgit2/src/libgit2/patch_generate.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch.o" "-c" "libgit2/src/libgit2/patch.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c" warning: libgit2/src/libgit2/patch_generate.c: In function 'patch_generated_normalize_options': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/patch_generate.c:95:3: note: in expansion of macro 'git__strdup' warning: 95 | git__strdup(opts->old_prefix) : warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/patch_generate.c:96:3: note: in expansion of macro 'git__strdup' warning: 96 | git__strdup(DIFF_OLD_PREFIX_DEFAULT); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/patch_generate.c:99:3: note: in expansion of macro 'git__strdup' warning: 99 | git__strdup(opts->new_prefix) : warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/patch_generate.c:100:3: note: in expansion of macro 'git__strdup' warning: 100 | git__strdup(DIFF_NEW_PREFIX_DEFAULT); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/patch_generate.c: In function 'patch_generated_alloc_from_diff': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/patch_generate.c:137:31: note: in expansion of macro 'git__calloc' warning: 137 | git_patch_generated *patch = git__calloc(1, sizeof(git_patch_generated)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/patch_generate.c: In function 'patch_generated_with_delta_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/patch_generate.c:506:14: note: in expansion of macro 'git__calloc' warning: 506 | *out = pd = git__calloc(1, alloc_len); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch_generate.o" "-c" "libgit2/src/libgit2/patch_generate.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/patch_parse.h:10, warning: from libgit2/src/libgit2/patch_parse.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/patch_parse.c: In function 'parse_hunk_body': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/patch_parse.c:654:19: note: in expansion of macro 'git__strndup' warning: 654 | line->content = git__strndup(ctx->parse_ctx.line + prefix, line->content_len); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/patch_parse.c:696:19: note: in expansion of macro 'git__strndup' warning: 696 | line->content = git__strndup(ctx->parse_ctx.line, line->content_len); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/patch_parse.c: In function 'check_prefix': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/patch_parse.c:997:9: note: in expansion of macro 'git__strndup' warning: 997 | *out = git__strndup(path_start, *out_len); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/patch_parse.c: In function 'git_patch_parse_ctx_init': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/patch_parse.c:1088:13: note: in expansion of macro 'git__calloc' warning: 1088 | if ((ctx = git__calloc(1, sizeof(git_patch_parse_ctx))) == NULL) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/patch_parse.c: In function 'git_patch_parse': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/patch_parse.c:1176:10: note: in expansion of macro 'git__calloc' warning: 1176 | patch = git__calloc(1, sizeof(git_patch_parsed)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/patch_parse.c:1184:22: note: in expansion of macro 'git__calloc' warning: 1184 | patch->base.delta = git__calloc(1, sizeof(git_diff_delta)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/path.h:10, warning: from libgit2/src/libgit2/path.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/pathspec.h:10, warning: from libgit2/src/libgit2/pathspec.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/bitvec.h: In function 'git_bitvec_init': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/bitvec.h:33:17: note: in expansion of macro 'git__calloc' warning: 33 | bv->u.words = git__calloc(bv->length, sizeof(uint64_t)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pathspec.c: In function 'git_pathspec__vinit': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/pathspec.c:83:29: note: in expansion of macro 'git__calloc' warning: 83 | git_attr_fnmatch *match = git__calloc(1, sizeof(git_attr_fnmatch)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/pathspec.c: In function 'pathspec_match_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/pathspec.c:315:31: note: in expansion of macro 'git__calloc' warning: 315 | git_pathspec_match_list *m = git__calloc(1, sizeof(git_pathspec_match_list)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/proxy.h:10, warning: from libgit2/src/libgit2/proxy.c:8: warning: libgit2/src/libgit2/proxy.c: In function 'git_proxy_options_dup': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/proxy.c:35:14: note: in expansion of macro 'git__strdup' warning: 35 | tgt->url = git__strdup(src->url); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/reader.h:10, warning: from libgit2/src/libgit2/reader.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/push.h:10, warning: from libgit2/src/libgit2/push.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/reader.c: In function 'git_reader_for_tree': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/reader.c:67:11: note: in expansion of macro 'git__calloc' warning: 67 | reader = git__calloc(1, sizeof(tree_reader)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/reader.c: In function 'git_reader_for_workdir': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/reader.c:164:11: note: in expansion of macro 'git__calloc' warning: 164 | reader = git__calloc(1, sizeof(workdir_reader)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/reader.c: In function 'git_reader_for_index': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/reader.c:230:11: note: in expansion of macro 'git__calloc' warning: 230 | reader = git__calloc(1, sizeof(index_reader)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/push.h:10, warning: from libgit2/src/libgit2/push.c:8: warning: libgit2/src/libgit2/push.c: In function 'git_push_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/push.c:40:6: note: in expansion of macro 'git__calloc' warning: 40 | p = git__calloc(1, sizeof(*p)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/push.c: In function 'parse_refspec': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/push.c:118:6: note: in expansion of macro 'git__calloc' warning: 118 | s = git__calloc(1, sizeof(*s)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/push.c: In function 'add_update': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/push.c:362:23: note: in expansion of macro 'git__calloc' warning: 362 | git_push_update *u = git__calloc(1, sizeof(git_push_update)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/push.c:365:19: note: in expansion of macro 'git__strdup' warning: 365 | u->src_refname = git__strdup(spec->refspec.src); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/push.c:368:19: note: in expansion of macro 'git__strdup' warning: 368 | u->dst_refname = git__strdup(spec->refspec.dst); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/rebase.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/rebase.c:8: warning: libgit2/src/libgit2/rebase.c: In function 'rebase_open_merge': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/rebase.c:245:2: note: in expansion of macro 'git_array_init_to_size' warning: 245 | git_array_init_to_size(rebase->operations, end); warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/rebase.c: In function 'rebase_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/rebase.c:275:23: note: in expansion of macro 'git__calloc' warning: 275 | git_rebase *rebase = git__calloc(1, sizeof(git_rebase)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/rebase.c:286:39: note: in expansion of macro 'git__strdup' warning: 286 | rebase->options.rewrite_notes_ref = git__strdup(rebase_opts->rewrite_notes_ref); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/rebase.c: In function 'rebase_init_merge': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/rebase.c:654:28: note: in expansion of macro 'git__strdup' warning: 654 | rebase->orig_head_name = git__strdup(branch->ref_name); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/rebase.c:660:22: note: in expansion of macro 'git__strdup' warning: 660 | rebase->onto_name = git__strdup(rebase_onto_name(onto)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/refdb.h:10, warning: from libgit2/src/libgit2/refdb.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/refdb.c: In function 'git_refdb_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refdb.c:30:7: note: in expansion of macro 'git__calloc' warning: 30 | db = git__calloc(1, sizeof(*db)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/refs.h:10, warning: from libgit2/src/libgit2/refdb_fs.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c" warning: libgit2/src/libgit2/refdb_fs.c: In function 'refdb_fs_backend__iterator': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c:978:9: note: in expansion of macro 'git__calloc' warning: 978 | iter = git__calloc(1, sizeof(refdb_fs_iter)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c: In function 'refdb_fs_backend__lock': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c:1143:9: note: in expansion of macro 'git__calloc' warning: 1143 | lock = git__calloc(1, sizeof(git_filebuf)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c: In function 'setup_namespace': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refdb_fs.c:1876:16: note: in expansion of macro 'git__strdup' warning: 1876 | parts = end = git__strdup(repo->namespace); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c: In function 'reflog_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c:1916:8: note: in expansion of macro 'git__calloc' warning: 1916 | log = git__calloc(1, sizeof(git_reflog)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refdb_fs.c:1919:18: note: in expansion of macro 'git__strdup' warning: 1919 | log->ref_name = git__strdup(name); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c: In function 'reflog_parse': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c:1947:11: note: in expansion of macro 'git__calloc' warning: 1947 | entry = git__calloc(1, sizeof(*entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c:1949:22: note: in expansion of macro 'git__calloc' warning: 1949 | entry->committer = git__calloc(1, sizeof(*entry->committer)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refdb_fs.c:1972:17: note: in expansion of macro 'git__strndup' warning: 1972 | entry->msg = git__strndup(parser.line, len); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c: In function 'git_refdb_backend_fs': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refdb_fs.c:2423:12: note: in expansion of macro 'git__calloc' warning: 2423 | backend = git__calloc(1, sizeof(refdb_fs_backend)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/reflog.h:10, warning: from libgit2/src/libgit2/reflog.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/reflog.c: In function 'git_reflog_append': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/reflog.c:87:10: note: in expansion of macro 'git__calloc' warning: 87 | entry = git__calloc(1, sizeof(git_reflog_entry)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/reflog.c:96:21: note: in expansion of macro 'git__strndup' warning: 96 | if ((entry->msg = git__strndup(msg, msglen)) == NULL) warning: | ^~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/refs.h:10, warning: from libgit2/src/libgit2/refs.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c" warning: libgit2/src/libgit2/refs.c: In function 'alloc_ref': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refs.c:42:10: note: in expansion of macro 'git__calloc' warning: 42 | (ref = git__calloc(1, reflen)) != NULL) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/refs.c: In function 'git_reference__alloc_symbolic': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refs.c:62:30: note: in expansion of macro 'git__strdup' warning: 62 | if ((ref->target.symbolic = git__strdup(target)) == NULL) { warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/refs.c: In function 'cb__reflist_add': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refs.c:782:15: note: in expansion of macro 'git__strdup' warning: 782 | char *name = git__strdup(ref); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/refspec.h:10, warning: from libgit2/src/libgit2/refspec.c:8: warning: libgit2/src/libgit2/refspec.c: In function 'git_refspec__parse': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:46:21: note: in expansion of macro 'git__strdup' warning: 46 | refspec->string = git__strdup(input); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:48:18: note: in expansion of macro 'git__strdup' warning: 48 | refspec->src = git__strdup(""); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:50:18: note: in expansion of macro 'git__strdup' warning: 50 | refspec->dst = git__strdup(""); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:59:19: note: in expansion of macro 'git__strndup' warning: 59 | refspec->dst = git__strndup(rhs, rlen); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:72:17: note: in expansion of macro 'git__strndup' warning: 72 | refspec->src = git__strndup(lhs, llen); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:147:19: note: in expansion of macro 'git__strdup' warning: 147 | refspec->dst = git__strdup(refspec->src); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:152:20: note: in expansion of macro 'git__strdup' warning: 152 | refspec->string = git__strdup(input); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/refspec.c: In function 'git_refspec__dwim_one': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/refspec.c:368:8: note: in expansion of macro 'git__calloc' warning: 368 | cur = git__calloc(1, sizeof(git_refspec)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:375:16: note: in expansion of macro 'git__strdup' warning: 375 | cur->string = git__strdup(spec->string); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:394:14: note: in expansion of macro 'git__strdup' warning: 394 | cur->src = git__strdup(spec->src); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/refspec.c:415:14: note: in expansion of macro 'git__strdup' warning: 415 | cur->dst = git__strdup(spec->dst); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/remote.h:10, warning: from libgit2/src/libgit2/remote.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/remote.h:10, warning: from libgit2/src/libgit2/remote.c:8: warning: libgit2/src/libgit2/remote.c: In function 'add_refspec_to': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/remote.c:41:9: note: in expansion of macro 'git__calloc' warning: 41 | spec = git__calloc(1, sizeof(git_refspec)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'git_remote_create_with_opts': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/remote.c:240:11: note: in expansion of macro 'git__calloc' warning: 240 | remote = git__calloc(1, sizeof(git_remote)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:254:17: note: in expansion of macro 'git__strdup' warning: 254 | remote->url = git__strdup(canonical_url.ptr); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:259:18: note: in expansion of macro 'git__strdup' warning: 259 | remote->name = git__strdup(opts->name); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'git_remote_dup': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/remote.c:378:23: note: in expansion of macro 'git__calloc' warning: 378 | git_remote *remote = git__calloc(1, sizeof(git_remote)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:382:18: note: in expansion of macro 'git__strdup' warning: 382 | remote->name = git__strdup(source->name); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:387:17: note: in expansion of macro 'git__strdup' warning: 387 | remote->url = git__strdup(source->url); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:392:21: note: in expansion of macro 'git__strdup' warning: 392 | remote->pushurl = git__strdup(source->pushurl); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'git_remote_lookup': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/remote.c:479:11: note: in expansion of macro 'git__calloc' warning: 479 | remote = git__calloc(1, sizeof(git_remote)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:482:17: note: in expansion of macro 'git__strdup' warning: 482 | remote->name = git__strdup(name); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'git_remote_set_instance_url': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:620:13: note: in expansion of macro 'git__strdup' warning: 620 | if ((tmp = git__strdup(url)) == NULL) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'git_remote_set_instance_pushurl': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:681:13: note: in expansion of macro 'git__strdup' warning: 681 | if ((tmp = git__strdup(url)) == NULL) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'lookup_config': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:1057:10: note: in expansion of macro 'git__strdup' warning: 1057 | *out = git__strdup(ce->value); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'prune_candidates': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:1606:17: note: in expansion of macro 'git__strdup' warning: 1606 | refname_dup = git__strdup(refname); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'remote_list_cb': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:2192:17: note: in expansion of macro 'git__strndup' warning: 2192 | remote_name = git__strndup(name, namelen - 4); /* strip ".url" */ warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:2194:17: note: in expansion of macro 'git__strndup' warning: 2194 | remote_name = git__strndup(name, namelen - 8); /* strip ".pushurl" */ warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'rename_fetch_refspecs': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:2462:10: note: in expansion of macro 'git__strdup' warning: 2462 | dup = git__strdup(spec->string); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'copy_refspecs': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:2629:14: note: in expansion of macro 'git__strdup' warning: 2629 | if ((dup = git__strdup(spec->string)) == NULL) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'remove_refs': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:2768:9: note: in expansion of macro 'git__strdup' warning: 2768 | dup = git__strdup(name); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/remote.c: In function 'apply_insteadof': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:3054:17: note: in expansion of macro 'git__strndup' warning: 3054 | replacement = git__strndup(entry->name + prefix_length, warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/remote.c:3061:10: note: in expansion of macro 'git__strdup' warning: 3061 | *out = git__strdup(url); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/repository.h:10, warning: from libgit2/src/libgit2/repository.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/repository.h:10, warning: from libgit2/src/libgit2/repository.c:8: warning: libgit2/src/libgit2/repository.c: In function 'repository_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/repository.c:287:25: note: in expansion of macro 'git__calloc' warning: 287 | git_repository *repo = git__calloc(1, sizeof(git_repository)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/repository.c:293:2: note: in expansion of macro 'git_array_init_to_size' warning: 293 | git_array_init_to_size(repo->reserved_names, 4); warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/repository.c: In function 'git_repository_set_namespace': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/repository.c:1492:28: note: in expansion of macro 'git__strdup' warning: 1492 | return (repo->namespace = git__strdup(namespace)) ? 0 : -1; warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/repository.c: In function 'git_repository__extensions': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/repository.c:1794:20: note: in expansion of macro 'git__strdup' warning: 1794 | if ((extension = git__strdup(builtin)) == NULL || warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/repository.c:1803:20: note: in expansion of macro 'git__strdup' warning: 1803 | if ((extension = git__strdup(user)) == NULL || warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/repository.c: In function 'git_repository__set_extensions': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/repository.c:1820:20: note: in expansion of macro 'git__strdup' warning: 1820 | if ((extension = git__strdup(extensions[i])) == NULL || warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/repository.c: In function 'git_repository_set_ident': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/repository.c:3525:14: note: in expansion of macro 'git__strdup' warning: 3525 | tmp_name = git__strdup(name); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/repository.c:3530:15: note: in expansion of macro 'git__strdup' warning: 3530 | tmp_email = git__strdup(email); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/revert.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/reset.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/revwalk.h:10, warning: from libgit2/src/libgit2/revwalk.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/revparse.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/revwalk.c: In function 'git_revwalk_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/revwalk.c:678:22: note: in expansion of macro 'git__calloc' warning: 678 | git_revwalk *walk = git__calloc(1, sizeof(git_revwalk)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/revparse.c: In function 'git_revparse': warning: libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' warning: 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/revparse.c:939:10: note: in expansion of macro 'git__substrdup' warning: 939 | lstr = git__substrdup(spec, dotdot - spec); warning: | ^~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/stash.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/signature.h:10, warning: from libgit2/src/libgit2/signature.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/signature.c: In function 'extract_trimmed': warning: libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' warning: 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/signature.c:67:9: note: in expansion of macro 'git__substrdup' warning: 67 | return git__substrdup(ptr, len); warning: | ^~~~~~~~~~~~~~ warning: libgit2/src/libgit2/signature.c: In function 'git_signature_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/signature.c:85:6: note: in expansion of macro 'git__calloc' warning: 85 | p = git__calloc(1, sizeof(git_signature)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/signature.c: In function 'git_signature_dup': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/signature.c:113:14: note: in expansion of macro 'git__calloc' warning: 113 | signature = git__calloc(1, sizeof(git_signature)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/signature.c:116:20: note: in expansion of macro 'git__strdup' warning: 116 | signature->name = git__strdup(source->name); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/signature.c:119:21: note: in expansion of macro 'git__strdup' warning: 119 | signature->email = git__strdup(source->email); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/signature.c: In function 'git_signature_from_buffer': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/signature.c:294:8: note: in expansion of macro 'git__calloc' warning: 294 | sig = git__calloc(1, sizeof(git_signature)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/status.h:10, warning: from libgit2/src/libgit2/status.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/status.h:10, warning: from libgit2/src/libgit2/status.c:8: warning: libgit2/src/libgit2/status.c: In function 'git_status_list_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/status.c:226:17: note: in expansion of macro 'git__calloc' warning: 226 | if (!(status = git__calloc(1, sizeof(git_status_list)))) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/status.c: In function 'git_status_file': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/status.c:505:22: note: in expansion of macro 'git__strdup' warning: 505 | if ((sfi.expected = git__strdup(path)) == NULL) warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/libgit2/strarray.c:8: warning: libgit2/src/libgit2/strarray.c: In function 'git_strarray_copy': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/strarray.c:25:17: note: in expansion of macro 'git__calloc' warning: 25 | tgt->strings = git__calloc(src->count, sizeof(char *)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/strarray.c:32:30: note: in expansion of macro 'git__strdup' warning: 32 | tgt->strings[tgt->count] = git__strdup(src->strings[i]); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/sysdir.o" "-c" "libgit2/src/libgit2/sysdir.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/submodule.h:10, warning: from libgit2/src/libgit2/submodule.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/submodule.h:10, warning: from libgit2/src/libgit2/submodule.c:8: warning: libgit2/src/libgit2/submodule.c: In function 'find_by_path': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/submodule.c:120:16: note: in expansion of macro 'git__strndup' warning: 120 | data->name = git__strndup(fdot + 1, ldot - fdot - 1); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/submodule.c: In function 'load_submodule_names': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/submodule.c:236:38: note: in expansion of macro 'git__strdup' warning: 236 | if ((error = git_strmap_set(names, git__strdup(entry->value), git_str_detach(&buf))) < 0) { warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/submodule.c: In function 'submodule_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/submodule.c:1835:7: note: in expansion of macro 'git__calloc' warning: 1835 | sm = git__calloc(1, sizeof(git_submodule)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/submodule.c:1838:24: note: in expansion of macro 'git__strdup' warning: 1838 | sm->name = sm->path = git__strdup(name); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/submodule.c: In function 'submodule_read_config': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/submodule.c:1983:16: note: in expansion of macro 'git__strdup' warning: 1983 | sm->path = git__strdup(value); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/submodule.c:1996:14: note: in expansion of macro 'git__strdup' warning: 1996 | sm->url = git__strdup(value); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/submodule.c:2005:16: note: in expansion of macro 'git__strdup' warning: 2005 | sm->branch = git__strdup(value); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/tag.h:10, warning: from libgit2/src/libgit2/tag.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/threadstate.h:10, warning: from libgit2/src/libgit2/threadstate.c:8: warning: libgit2/src/libgit2/threadstate.c: In function 'git_threadstate_get': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/threadstate.c:78:21: note: in expansion of macro 'git__calloc' warning: 78 | if ((threadstate = git__calloc(1, sizeof(git_threadstate))) == NULL || warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/tag.c: In function 'tag_list_cb': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/tag.c:523:19: note: in expansion of macro 'git__strdup' warning: 523 | char *matched = git__strdup(tag_name + GIT_REFS_TAGS_DIR_LEN); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/trace.o" "-c" "libgit2/src/libgit2/trace.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/threadstate.o" "-c" "libgit2/src/libgit2/threadstate.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/array.h:10, warning: from libgit2/src/libgit2/trailer.c:7: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transport.c:8: warning: libgit2/src/libgit2/transport.c: In function 'git_transport_register': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transport.c:164:15: note: in expansion of macro 'git__calloc' warning: 164 | definition = git__calloc(1, sizeof(transport_definition)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transaction.h:10, warning: from libgit2/src/libgit2/transaction.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/transaction.c: In function 'git_transaction_config_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transaction.c:64:7: note: in expansion of macro 'git__calloc' warning: 64 | tx = git__calloc(1, sizeof(git_transaction)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transaction.o" "-c" "libgit2/src/libgit2/transaction.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/tree.h:10, warning: from libgit2/src/libgit2/tree.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/tree-cache.h:11, warning: from libgit2/src/libgit2/tree-cache.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/tree.c: In function 'alloc_entry': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/tree.c:101:10: note: in expansion of macro 'git__calloc' warning: 101 | entry = git__calloc(1, tree_len); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/tree.c: In function 'git_tree__parse_raw': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' warning: 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/tree.c:403:2: note: in expansion of macro 'git_array_init_to_size' warning: 403 | git_array_init_to_size(tree->entries, DEFAULT_TREE_SIZE); warning: | ^~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/tree.c: In function 'write_tree': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/tree.c:637:13: note: in expansion of macro 'git__strndup' warning: 637 | subdir = git__strndup(entry->path, next_slash - entry->path); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/tree.c: In function 'git_treebuilder_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/tree.c:751:8: note: in expansion of macro 'git__calloc' warning: 751 | bld = git__calloc(1, sizeof(git_treebuilder)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/tree.c: In function 'git_tree_create_updated': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/tree.c:1233:22: note: in expansion of macro 'git__strdup' warning: 1233 | new_entry->name = git__strdup(component.ptr); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/alloc.o" "-c" "libgit2/src/util/alloc.c" warning: libgit2/src/util/alloc.c:18:2: warning: initialization of 'void * (*)(void *, size_t, const char *, int)' {aka 'void * (*)(void *, long unsigned int, const char *, int)'} from incompatible pointer type 'void * (*)(size_t, size_t, const char *, int)' {aka 'void * (*)(long unsigned int, long unsigned int, const char *, int)'} [-Wincompatible-pointer-types] warning: 18 | git_failalloc_calloc, warning: | ^~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.c:18:2: note: (near initialization for 'git__allocator.grealloc') warning: libgit2/src/util/alloc.c:19:2: warning: initialization of 'void (*)(void *)' from incompatible pointer type 'char * (*)(const char *, const char *, int)' [-Wincompatible-pointer-types] warning: 19 | git_failalloc_strdup, warning: | ^~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.c:19:2: note: (near initialization for 'git__allocator.gfree') warning: libgit2/src/util/alloc.c:20:2: warning: excess elements in struct initializer warning: 20 | git_failalloc_strndup, warning: | ^~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.c:20:2: note: (near initialization for 'git__allocator') warning: libgit2/src/util/alloc.c:21:2: warning: excess elements in struct initializer warning: 21 | git_failalloc_substrdup, warning: | ^~~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.c:21:2: note: (near initialization for 'git__allocator') warning: libgit2/src/util/alloc.c:22:2: warning: excess elements in struct initializer warning: 22 | git_failalloc_realloc, warning: | ^~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.c:22:2: note: (near initialization for 'git__allocator') warning: libgit2/src/util/alloc.c:23:2: warning: excess elements in struct initializer warning: 23 | git_failalloc_reallocarray, warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.c:23:2: note: (near initialization for 'git__allocator') warning: libgit2/src/util/alloc.c:24:2: warning: excess elements in struct initializer warning: 24 | git_failalloc_mallocarray, warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.c:24:2: note: (near initialization for 'git__allocator') warning: libgit2/src/util/alloc.c:25:2: warning: excess elements in struct initializer warning: 25 | git_failalloc_free warning: | ^~~~~~~~~~~~~~~~~~ warning: libgit2/src/util/alloc.c:25:2: note: (near initialization for 'git__allocator') warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/worktree.h:10, warning: from libgit2/src/libgit2/worktree.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/libgit2/worktree.c: In function 'open_worktree_dir': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/worktree.c:143:12: note: in expansion of macro 'git__calloc' warning: 143 | if ((wt = git__calloc(1, sizeof(*wt))) == NULL) { warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/worktree.c:148:18: note: in expansion of macro 'git__strdup' warning: 148 | if ((wt->name = git__strdup(name)) == NULL || warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/worktree.c:151:36: note: in expansion of macro 'git__strdup' warning: 151 | (parent && (wt->parent_path = git__strdup(parent)) == NULL) || warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/date.o" "-c" "libgit2/src/util/date.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/filebuf.h:10, warning: from libgit2/src/util/filebuf.c:8: warning: libgit2/src/util/filebuf.c: In function 'git_filebuf_commit_at': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/filebuf.c:410:24: note: in expansion of macro 'git__strdup' warning: 410 | file->path_original = git__strdup(path); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/filebuf.o" "-c" "libgit2/src/util/filebuf.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/fs_path.h:10, warning: from libgit2/src/util/fs_path.c:8: warning: libgit2/src/util/fs_path.c: In function 'git_fs_path_dirload': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/fs_path.c:1525:9: note: in expansion of macro 'git__strndup' warning: 1525 | dup = git__strndup(name + prefix_len, name_len - prefix_len); warning: | ^~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/futils.o" "-c" "libgit2/src/util/futils.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/net.h:10, warning: from libgit2/src/util/net.c:8: warning: libgit2/src/util/net.c: In function 'git_net_url_dup': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:59:17: note: in expansion of macro 'git__strdup' warning: 59 | out->scheme = git__strdup(in->scheme); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:64:15: note: in expansion of macro 'git__strdup' warning: 64 | out->host = git__strdup(in->host); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:69:15: note: in expansion of macro 'git__strdup' warning: 69 | out->port = git__strdup(in->port); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:74:15: note: in expansion of macro 'git__strdup' warning: 74 | out->path = git__strdup(in->path); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:79:16: note: in expansion of macro 'git__strdup' warning: 79 | out->query = git__strdup(in->query); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:84:19: note: in expansion of macro 'git__strdup' warning: 84 | out->username = git__strdup(in->username); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:89:19: note: in expansion of macro 'git__strdup' warning: 89 | out->password = git__strdup(in->password); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/net.h:10, warning: from libgit2/src/util/net.c:8: warning: libgit2/src/util/net.c: In function 'git_net_url_parse_scp': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' warning: 118 | if ((ptr) == NULL) { return -1; } \ warning: | ^~~ warning: libgit2/src/util/net.c:630:38: note: in expansion of macro 'git__strdup' warning: 630 | GIT_ERROR_CHECK_ALLOC(url->scheme = git__strdup("ssh")); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' warning: 118 | if ((ptr) == NULL) { return -1; } \ warning: | ^~~ warning: libgit2/src/util/net.c:633:41: note: in expansion of macro 'git__strndup' warning: 633 | GIT_ERROR_CHECK_ALLOC(url->username = git__strndup(user, user_len)); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' warning: 118 | if ((ptr) == NULL) { return -1; } \ warning: | ^~~ warning: libgit2/src/util/net.c:636:36: note: in expansion of macro 'git__strndup' warning: 636 | GIT_ERROR_CHECK_ALLOC(url->host = git__strndup(host, host_len)); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' warning: 118 | if ((ptr) == NULL) { return -1; } \ warning: | ^~~ warning: libgit2/src/util/net.c:639:37: note: in expansion of macro 'git__strndup' warning: 639 | GIT_ERROR_CHECK_ALLOC(url->port = git__strndup(port, port_len)); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' warning: 118 | if ((ptr) == NULL) { return -1; } \ warning: | ^~~ warning: libgit2/src/util/net.c:641:37: note: in expansion of macro 'git__strdup' warning: 641 | GIT_ERROR_CHECK_ALLOC(url->port = git__strdup(default_port)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' warning: 118 | if ((ptr) == NULL) { return -1; } \ warning: | ^~~ warning: libgit2/src/util/net.c:644:36: note: in expansion of macro 'git__strdup' warning: 644 | GIT_ERROR_CHECK_ALLOC(url->path = git__strdup(path)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/net.h:10, warning: from libgit2/src/util/net.c:8: warning: libgit2/src/util/net.c: In function 'git_net_url_joinpath': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:671:17: note: in expansion of macro 'git__strdup' warning: 671 | out->query = git__strdup(query); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:699:17: note: in expansion of macro 'git__strdup' warning: 699 | out->scheme = git__strdup(one->scheme); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:704:15: note: in expansion of macro 'git__strdup' warning: 704 | out->host = git__strdup(one->host); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:709:15: note: in expansion of macro 'git__strdup' warning: 709 | out->port = git__strdup(one->port); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:714:19: note: in expansion of macro 'git__strdup' warning: 714 | out->username = git__strdup(one->username); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:719:19: note: in expansion of macro 'git__strdup' warning: 719 | out->password = git__strdup(one->password); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/net.c: In function 'git_net_url_apply_redirect': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/util/net.c:791:20: note: in expansion of macro 'git__strdup' warning: 791 | if ((url->path = git__strdup(redirect_location)) == NULL) { warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/net.o" "-c" "libgit2/src/util/net.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/posix.o" "-c" "libgit2/src/util/posix.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/regexp.h:11, warning: from libgit2/src/util/regexp.c:8: warning: libgit2/src/util/regexp.c: In function 'git_regexp_search': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/regexp.c:52:10: note: in expansion of macro 'git__calloc' warning: 52 | ovec = git__calloc(nmatches * 3, sizeof(*ovec)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/regexp.o" "-c" "libgit2/src/util/regexp.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/runtime.o" "-c" "libgit2/src/util/runtime.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/sortedcache.h:10, warning: from libgit2/src/util/sortedcache.c:8: warning: libgit2/src/util/sortedcache.c: In function 'git_sortedcache_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/sortedcache.c:25:7: note: in expansion of macro 'git__calloc' warning: 25 | sc = git__calloc(1, alloclen); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/sortedcache.o" "-c" "libgit2/src/util/sortedcache.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/strmap.o" "-c" "libgit2/src/util/strmap.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/strmap.h:10, warning: from libgit2/src/util/strmap.c:8: warning: libgit2/src/util/strmap.c: In function 'kh_init_str': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/util/strmap.c:11:17: note: in expansion of macro 'git__calloc' warning: 11 | #define kcalloc git__calloc warning: | ^~~~~~~~~~~ warning: libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' warning: 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ warning: | ^~~~~~~ warning: libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/strmap.c: In function 'kh_resize_str': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' warning: 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' warning: 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' warning: 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' warning: 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' warning: 13 | #define kreallocarray git__reallocarray warning: | ^~~~~~~~~~~~~~~~~ warning: libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' warning: 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' warning: 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) warning: | ^~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/strmap.o" "-c" "libgit2/src/util/strmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/thread.o" "-c" "libgit2/src/util/thread.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/tsort.c:8: warning: libgit2/src/util/tsort.c: In function 'resize': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/tsort.c:187:15: note: in expansion of macro 'git__reallocarray' warning: 187 | tempstore = git__reallocarray(store->storage, new_size, sizeof(void *)); warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/tsort.o" "-c" "libgit2/src/util/tsort.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/utf8.o" "-c" "libgit2/src/util/utf8.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/util/vector.h:10, warning: from libgit2/src/util/vector.c:8: warning: libgit2/src/util/vector.c: In function 'resize_vector': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/vector.c:38:17: note: in expansion of macro 'git__reallocarray' warning: 38 | new_contents = git__reallocarray(v->contents, new_size, sizeof(void *)); warning: | ^~~~~~~~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/vector.o" "-c" "libgit2/src/util/vector.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/zstream.o" "-c" "libgit2/src/util/zstream.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/credential.c:8: warning: libgit2/src/libgit2/transports/credential.c: In function 'git_credential_userpass_plaintext_new': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:97:16: note: in expansion of macro 'git__strdup' warning: 97 | c->username = git__strdup(username); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:104:16: note: in expansion of macro 'git__strdup' warning: 104 | c->password = git__strdup(password); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/credential.c: In function 'git_credential_ssh_key_type_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/credential.c:242:6: note: in expansion of macro 'git__calloc' warning: 242 | c = git__calloc(1, sizeof(git_credential_ssh_key)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:248:16: note: in expansion of macro 'git__strdup' warning: 248 | c->username = git__strdup(username); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:251:18: note: in expansion of macro 'git__strdup' warning: 251 | c->privatekey = git__strdup(privatekey); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:255:18: note: in expansion of macro 'git__strdup' warning: 255 | c->publickey = git__strdup(publickey); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:260:19: note: in expansion of macro 'git__strdup' warning: 260 | c->passphrase = git__strdup(passphrase); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/credential.c: In function 'git_credential_ssh_interactive_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/credential.c:280:6: note: in expansion of macro 'git__calloc' warning: 280 | c = git__calloc(1, sizeof(git_credential_ssh_interactive)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:286:16: note: in expansion of macro 'git__strdup' warning: 286 | c->username = git__strdup(username); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/credential.c: In function 'git_credential_ssh_key_from_agent': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/credential.c:302:6: note: in expansion of macro 'git__calloc' warning: 302 | c = git__calloc(1, sizeof(git_credential_ssh_key)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:308:16: note: in expansion of macro 'git__strdup' warning: 308 | c->username = git__strdup(username); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/credential.c: In function 'git_credential_ssh_custom_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/credential.c:330:6: note: in expansion of macro 'git__calloc' warning: 330 | c = git__calloc(1, sizeof(git_credential_ssh_custom)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/credential.c:336:16: note: in expansion of macro 'git__strdup' warning: 336 | c->username = git__strdup(username); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/credential.c: In function 'git_credential_default_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/credential.c:360:6: note: in expansion of macro 'git__calloc' warning: 360 | c = git__calloc(1, sizeof(git_credential_default)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/credential.o" "-c" "libgit2/src/libgit2/transports/credential.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/git.o" "-c" "libgit2/src/libgit2/transports/git.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/git.c:8: warning: libgit2/src/libgit2/transports/git.c: In function 'git_proto_stream_alloc': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/git.c:163:6: note: in expansion of macro 'git__calloc' warning: 163 | s = git__calloc(1, sizeof(git_proto_stream)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/git.c:172:11: note: in expansion of macro 'git__strdup' warning: 172 | s->url = git__strdup(url); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/git.c: In function 'git_smart_subtransport_git': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/git.c:351:6: note: in expansion of macro 'git__calloc' warning: 351 | t = git__calloc(1, sizeof(git_subtransport)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/git.o" "-c" "libgit2/src/libgit2/transports/git.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/httpclient.o" "-c" "libgit2/src/libgit2/transports/httpclient.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/http.c:8: warning: libgit2/src/libgit2/transports/http.c: In function 'http_action': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/http.c:684:11: note: in expansion of macro 'git__calloc' warning: 684 | stream = git__calloc(sizeof(http_stream), 1); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/http.c: In function 'git_smart_subtransport_http': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/http.c:749:14: note: in expansion of macro 'git__calloc' warning: 749 | transport = git__calloc(sizeof(http_subtransport), 1); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/httpclient.c:8: warning: libgit2/src/libgit2/transports/httpclient.c: In function 'on_header_complete': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/httpclient.c:174:4: note: in expansion of macro 'git__strndup' warning: 174 | git__strndup(value->ptr, value->size); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/httpclient.c:197:15: note: in expansion of macro 'git__strndup' warning: 197 | char *dup = git__strndup(value->ptr, value->size); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/httpclient.c:203:15: note: in expansion of macro 'git__strndup' warning: 203 | char *dup = git__strndup(value->ptr, value->size); warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/httpclient.c:215:24: note: in expansion of macro 'git__strndup' warning: 215 | response->location = git__strndup(value->ptr, value->size); warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/transports/httpclient.c: In function 'server_setup_from_url': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/httpclient.c:847:24: note: in expansion of macro 'git__strdup' warning: 847 | server->url.scheme = git__strdup(url->scheme); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/httpclient.c:850:22: note: in expansion of macro 'git__strdup' warning: 850 | server->url.host = git__strdup(url->host); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/httpclient.c:853:22: note: in expansion of macro 'git__strdup' warning: 853 | server->url.port = git__strdup(url->port); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/httpclient.c: In function 'git_http_client_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/httpclient.c:1531:11: note: in expansion of macro 'git__calloc' warning: 1531 | client = git__calloc(1, sizeof(git_http_client)); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/http.o" "-c" "libgit2/src/libgit2/transports/http.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/local.o" "-c" "libgit2/src/libgit2/transports/local.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/httpclient.o" "-c" "libgit2/src/libgit2/transports/httpclient.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart.o" "-c" "libgit2/src/libgit2/transports/smart.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/smart.h:10, warning: from libgit2/src/libgit2/transports/smart.c:8: warning: libgit2/src/libgit2/transports/smart.c: In function 'git_smart__connect': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/smart.c:138:11: note: in expansion of macro 'git__strdup' warning: 138 | t->url = git__strdup(url); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/smart.c: In function 'git_transport_smart': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/smart.c:480:6: note: in expansion of macro 'git__calloc' warning: 480 | t = git__calloc(1, sizeof(transport_smart)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/smart.c:492:28: warning: assignment to 'int (*)(git_transport *, git_repository *, const git_fetch_negotiation *)' from incompatible pointer type 'int (*)(git_transport *, git_repository *, const git_remote_head * const*, size_t)' {aka 'int (*)(git_transport *, git_repository *, const git_remote_head * const*, long unsigned int)'} [-Wincompatible-pointer-types] warning: 492 | t->parent.negotiate_fetch = git_smart__negotiate_fetch; warning: | ^ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/local.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/local.c:8: warning: libgit2/src/libgit2/transports/local.c: In function 'add_ref': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/local.c:92:9: note: in expansion of macro 'git__calloc' warning: 92 | head = git__calloc(1, sizeof(git_remote_head)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:95:15: note: in expansion of macro 'git__strdup' warning: 95 | head->name = git__strdup(name); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:101:25: note: in expansion of macro 'git__strdup' warning: 101 | head->symref_target = git__strdup(git_reference_symbolic_target(ref)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/local.c:129:9: note: in expansion of macro 'git__calloc' warning: 129 | head = git__calloc(1, sizeof(git_remote_head)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/local.c: In function 'local_connect': warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:218:11: note: in expansion of macro 'git__strdup' warning: 218 | t->url = git__strdup(url); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/local.c: In function 'local_push': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/local.c:423:12: note: in expansion of macro 'git__calloc' warning: 423 | status = git__calloc(1, sizeof(push_status)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:427:17: note: in expansion of macro 'git__strdup' warning: 427 | status->ref = git__strdup(ref); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:440:19: note: in expansion of macro 'git__strdup' warning: 440 | status->msg = git__strdup("funny refname"); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:443:19: note: in expansion of macro 'git__strdup' warning: 443 | status->msg = git__strdup("Remote branch not found to delete"); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:449:20: note: in expansion of macro 'git__strdup' warning: 449 | status->msg = git__strdup(last->message); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:451:20: note: in expansion of macro 'git__strdup' warning: 451 | status->msg = git__strdup("Unspecified error encountered"); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/local.c:469:9: note: in expansion of macro 'git__strdup' warning: 469 | url = git__strdup(t->url); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/local.c: In function 'git_transport_local': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/local.c:739:6: note: in expansion of macro 'git__calloc' warning: 739 | t = git__calloc(1, sizeof(transport_local)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/local.c:749:28: warning: assignment to 'int (*)(git_transport *, git_repository *, const git_fetch_negotiation *)' from incompatible pointer type 'int (*)(git_transport *, git_repository *, const git_remote_head * const*, size_t)' {aka 'int (*)(git_transport *, git_repository *, const git_remote_head * const*, long unsigned int)'} [-Wincompatible-pointer-types] warning: 749 | t->parent.negotiate_fetch = local_negotiate_fetch; warning: | ^ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/local.o" "-c" "libgit2/src/libgit2/transports/local.c" with args "cc" did not execute successfully (status code exit status: 1). warning: ToolExecError: running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "-c" "libgit2/src/libgit2/transports/smart_pkt.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/smart_pkt.c:8: warning: libgit2/src/libgit2/transports/smart_pkt.c: In function 'ack_pkt': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/smart_pkt.c:51:8: note: in expansion of macro 'git__calloc' warning: 51 | pkt = git__calloc(1, sizeof(git_pkt_ack)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/smart_pkt.c: In function 'ref_pkt': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/smart_pkt.c:279:8: note: in expansion of macro 'git__calloc' warning: 279 | pkt = git__calloc(1, sizeof(git_pkt_ref)); warning: | ^~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/smart_protocol.c:8: warning: libgit2/src/util/array.h: In function 'git_array_grow': warning: libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~~~~~~~ warning: libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' warning: 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) warning: | ^~~~~~~~~~~~~~~~~ warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/transports/smart_protocol.c:8: warning: libgit2/src/libgit2/transports/smart_protocol.c: In function 'append_symref': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/smart_protocol.c:109:12: note: in expansion of macro 'git__calloc' warning: 109 | mapping = git__calloc(1, sizeof(git_refspec)); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/smart_protocol.c: In function 'git_smart__detect_caps': warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/smart_protocol.c:230:31: note: in expansion of macro 'git__strndup' warning: 230 | if ((caps->object_format = git__strndup(start, (ptr - start))) == NULL) warning: | ^~~~~~~~~~~~ warning: libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' warning: 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/smart_protocol.c:241:23: note: in expansion of macro 'git__strndup' warning: 241 | if ((caps->agent = git__strndup(start, (ptr - start))) == NULL) warning: | ^~~~~~~~~~~~ warning: libgit2/src/libgit2/transports/smart_protocol.c: In function 'add_push_report_pkt': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/smart_protocol.c:716:13: note: in expansion of macro 'git__calloc' warning: 716 | status = git__calloc(1, sizeof(push_status)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/smart_protocol.c:719:18: note: in expansion of macro 'git__strdup' warning: 719 | status->ref = git__strdup(((git_pkt_ok *)pkt)->ref); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/smart_protocol.c:727:13: note: in expansion of macro 'git__calloc' warning: 727 | status = git__calloc(1, sizeof(push_status)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/smart_protocol.c:729:18: note: in expansion of macro 'git__strdup' warning: 729 | status->ref = git__strdup(((git_pkt_ng *)pkt)->ref); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/smart_protocol.c:730:18: note: in expansion of macro 'git__strdup' warning: 730 | status->msg = git__strdup(((git_pkt_ng *)pkt)->msg); warning: | ^~~~~~~~~~~ warning: libgit2/src/libgit2/transports/smart_protocol.c: In function 'add_ref_from_push_spec': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/transports/smart_protocol.c:899:23: note: in expansion of macro 'git__calloc' warning: 899 | git_pkt_ref *added = git__calloc(1, sizeof(git_pkt_ref)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/transports/smart_protocol.c:904:21: note: in expansion of macro 'git__strdup' warning: 904 | added->head.name = git__strdup(push_spec->refspec.dst); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "-c" "libgit2/src/libgit2/transports/smart_pkt.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/ssh.o" "-c" "libgit2/src/libgit2/transports/ssh.c" warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart_protocol.o" "-c" "libgit2/src/libgit2/transports/smart_protocol.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/winhttp.o" "-c" "libgit2/src/libgit2/transports/winhttp.c" warning: In file included from libgit2/src/util/util.h:386, warning: from libgit2/src/util/git2_util.h:166, warning: from libgit2/src/libgit2/common.h:10, warning: from libgit2/src/libgit2/streams/socket.h:10, warning: from libgit2/src/libgit2/streams/socket.c:8: warning: libgit2/src/libgit2/streams/socket.c: In function 'default_socket_stream_new': warning: libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) warning: | ^~~~~~~ warning: libgit2/src/libgit2/streams/socket.c:193:7: note: in expansion of macro 'git__calloc' warning: 193 | st = git__calloc(1, sizeof(git_socket_stream)); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/streams/socket.c:196:13: note: in expansion of macro 'git__strdup' warning: 196 | st->host = git__strdup(host); warning: | ^~~~~~~~~~~ warning: libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' warning: 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) warning: | ^ warning: libgit2/src/libgit2/streams/socket.c:200:14: note: in expansion of macro 'git__strdup' warning: 200 | st->port = git__strdup(port); warning: | ^~~~~~~~~~~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/socket.o" "-c" "libgit2/src/libgit2/streams/socket.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/tls.o" "-c" "libgit2/src/libgit2/streams/tls.c" warning: libgit2/src/util/allocators/stdalloc.c: In function 'git_stdalloc_init_allocator': warning: libgit2/src/util/allocators/stdalloc.c:141:13: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? warning: 141 | allocator->gcalloc = stdalloc__calloc; warning: | ^~~~~~~ warning: | gmalloc warning: libgit2/src/util/allocators/stdalloc.c:142:11: error: 'git_allocator' has no member named 'gstrdup' warning: 142 | allocator->gstrdup = stdalloc__strdup; warning: | ^~ warning: libgit2/src/util/allocators/stdalloc.c:143:11: error: 'git_allocator' has no member named 'gstrndup' warning: 143 | allocator->gstrndup = stdalloc__strndup; warning: | ^~ warning: libgit2/src/util/allocators/stdalloc.c:144:11: error: 'git_allocator' has no member named 'gsubstrdup' warning: 144 | allocator->gsubstrdup = stdalloc__substrdup; warning: | ^~ warning: libgit2/src/util/allocators/stdalloc.c:146:13: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? warning: 146 | allocator->greallocarray = stdalloc__reallocarray; warning: | ^~~~~~~~~~~~~ warning: | grealloc warning: libgit2/src/util/allocators/stdalloc.c:147:11: error: 'git_allocator' has no member named 'gmallocarray' warning: 147 | allocator->gmallocarray = stdalloc__mallocarray; warning: | ^~ warning: ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/unix/realpath.o" "-c" "libgit2/src/util/unix/realpath.c" error: failed to run custom build command for `libgit2-sys v0.15.2+1.6.4` Caused by: process didn't exit successfully: `/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-9127619590432882/build-script-build` (exit status: 1) --- stdout cargo:rerun-if-env-changed=LIBGIT2_NO_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG_x86_64-unknown-netbsd cargo:rerun-if-env-changed=PKG_CONFIG_x86_64_unknown_netbsd cargo:rerun-if-env-changed=HOST_PKG_CONFIG cargo:rerun-if-env-changed=PKG_CONFIG cargo:rerun-if-env-changed=LIBGIT2_STATIC cargo:rerun-if-env-changed=LIBGIT2_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_STATIC cargo:rerun-if-env-changed=PKG_CONFIG_ALL_DYNAMIC cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64-unknown-netbsd cargo:rerun-if-env-changed=PKG_CONFIG_PATH_x86_64_unknown_netbsd cargo:rerun-if-env-changed=HOST_PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_PATH cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64-unknown-netbsd cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_x86_64_unknown_netbsd cargo:rerun-if-env-changed=HOST_PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64-unknown-netbsd cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_x86_64_unknown_netbsd cargo:rerun-if-env-changed=HOST_PKG_CONFIG_SYSROOT_DIR cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR cargo:rustc-cfg=libgit2_vendored libgit2/include/git2/annotated_commit.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/annotated_commit.h libgit2/include/git2/apply.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/apply.h libgit2/include/git2/attr.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/attr.h libgit2/include/git2/blame.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/blame.h libgit2/include/git2/blob.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/blob.h libgit2/include/git2/branch.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/branch.h libgit2/include/git2/buffer.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/buffer.h libgit2/include/git2/cert.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/cert.h libgit2/include/git2/checkout.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/checkout.h libgit2/include/git2/cherrypick.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/cherrypick.h libgit2/include/git2/clone.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/clone.h libgit2/include/git2/commit.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/commit.h libgit2/include/git2/common.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/common.h libgit2/include/git2/config.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/config.h libgit2/include/git2/cred_helpers.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/cred_helpers.h libgit2/include/git2/credential.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/credential.h libgit2/include/git2/credential_helpers.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/credential_helpers.h libgit2/include/git2/deprecated.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/deprecated.h libgit2/include/git2/describe.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/describe.h libgit2/include/git2/diff.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/diff.h libgit2/include/git2/email.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/email.h libgit2/include/git2/errors.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/errors.h libgit2/include/git2/experimental.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/experimental.h libgit2/include/git2/filter.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/filter.h libgit2/include/git2/global.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/global.h libgit2/include/git2/graph.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/graph.h libgit2/include/git2/ignore.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/ignore.h libgit2/include/git2/index.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/index.h libgit2/include/git2/indexer.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/indexer.h libgit2/include/git2/mailmap.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/mailmap.h libgit2/include/git2/merge.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/merge.h libgit2/include/git2/message.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/message.h libgit2/include/git2/net.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/net.h libgit2/include/git2/notes.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/notes.h libgit2/include/git2/object.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/object.h libgit2/include/git2/odb.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/odb.h libgit2/include/git2/odb_backend.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/odb_backend.h libgit2/include/git2/oid.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/oid.h libgit2/include/git2/oidarray.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/oidarray.h libgit2/include/git2/pack.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/pack.h libgit2/include/git2/patch.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/patch.h libgit2/include/git2/pathspec.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/pathspec.h libgit2/include/git2/proxy.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/proxy.h libgit2/include/git2/rebase.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/rebase.h libgit2/include/git2/refdb.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/refdb.h libgit2/include/git2/reflog.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/reflog.h libgit2/include/git2/refs.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/refs.h libgit2/include/git2/refspec.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/refspec.h libgit2/include/git2/remote.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/remote.h libgit2/include/git2/repository.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/repository.h libgit2/include/git2/reset.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/reset.h libgit2/include/git2/revert.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/revert.h libgit2/include/git2/revparse.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/revparse.h libgit2/include/git2/revwalk.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/revwalk.h libgit2/include/git2/signature.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/signature.h libgit2/include/git2/stash.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/stash.h libgit2/include/git2/status.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/status.h libgit2/include/git2/stdint.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/stdint.h libgit2/include/git2/strarray.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/strarray.h libgit2/include/git2/submodule.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/submodule.h libgit2/include/git2/sys/alloc.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/alloc.h libgit2/include/git2/sys/commit.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/commit.h libgit2/include/git2/sys/commit_graph.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/commit_graph.h libgit2/include/git2/sys/config.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/config.h libgit2/include/git2/sys/cred.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/cred.h libgit2/include/git2/sys/credential.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/credential.h libgit2/include/git2/sys/diff.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/diff.h libgit2/include/git2/sys/email.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/email.h libgit2/include/git2/sys/filter.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/filter.h libgit2/include/git2/sys/hashsig.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/hashsig.h libgit2/include/git2/sys/index.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/index.h libgit2/include/git2/sys/mempack.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/mempack.h libgit2/include/git2/sys/merge.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/merge.h libgit2/include/git2/sys/midx.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/midx.h libgit2/include/git2/sys/odb_backend.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/odb_backend.h libgit2/include/git2/sys/openssl.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/openssl.h libgit2/include/git2/sys/path.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/path.h libgit2/include/git2/sys/refdb_backend.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/refdb_backend.h libgit2/include/git2/sys/reflog.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/reflog.h libgit2/include/git2/sys/refs.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/refs.h libgit2/include/git2/sys/remote.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/remote.h libgit2/include/git2/sys/repository.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/repository.h libgit2/include/git2/sys/stream.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/stream.h libgit2/include/git2/sys/transport.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/sys/transport.h libgit2/include/git2/tag.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/tag.h libgit2/include/git2/trace.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/trace.h libgit2/include/git2/transaction.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/transaction.h libgit2/include/git2/transport.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/transport.h libgit2/include/git2/tree.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/tree.h libgit2/include/git2/types.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/types.h libgit2/include/git2/version.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/version.h libgit2/include/git2/worktree.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2/worktree.h libgit2/include/git2.h => /home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include/git2.h TARGET = Some("x86_64-unknown-netbsd") OPT_LEVEL = Some("3") HOST = Some("x86_64-unknown-netbsd") cargo:rerun-if-env-changed=CC_x86_64-unknown-netbsd CC_x86_64-unknown-netbsd = None cargo:rerun-if-env-changed=CC_x86_64_unknown_netbsd CC_x86_64_unknown_netbsd = None cargo:rerun-if-env-changed=HOST_CC HOST_CC = None cargo:rerun-if-env-changed=CC CC = Some("cc") cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS CRATE_CC_NO_DEFAULTS = None DEBUG = Some("false") CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2") cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-netbsd CFLAGS_x86_64-unknown-netbsd = None cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_netbsd CFLAGS_x86_64_unknown_netbsd = None cargo:rerun-if-env-changed=HOST_CFLAGS HOST_CFLAGS = None cargo:rerun-if-env-changed=CFLAGS CFLAGS = Some("-pipe -O2 -I/usr/pkg/include -I/usr/include") running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/annotated_commit.h:10, cargo:warning= from libgit2/src/libgit2/annotated_commit.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/annotated_commit.c: In function 'annotated_commit_init': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/annotated_commit.c:34:21: note: in expansion of macro 'git__calloc' cargo:warning= 34 | annotated_commit = git__calloc(1, sizeof(git_annotated_commit)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/annotated_commit.c:48:34: note: in expansion of macro 'git__strdup' cargo:warning= 48 | annotated_commit->description = git__strdup(description); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/annotated_commit.c: In function 'git_annotated_commit_from_ref': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/annotated_commit.c:149:22: note: in expansion of macro 'git__strdup' cargo:warning= 149 | (*out)->ref_name = git__strdup(git_reference_name(ref)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/annotated_commit.c: In function 'git_annotated_commit_from_fetchhead': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/annotated_commit.c:194:21: note: in expansion of macro 'git__strdup' cargo:warning= 194 | (*out)->ref_name = git__strdup(branch_name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/annotated_commit.c:197:23: note: in expansion of macro 'git__strdup' cargo:warning= 197 | (*out)->remote_url = git__strdup(remote_url); cargo:warning= | ^~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/array.h:10, cargo:warning= from libgit2/src/libgit2/apply.c:15: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/apply.c: In function 'git_apply__patch': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/apply.c:416:14: note: in expansion of macro 'git__strdup' cargo:warning= 416 | filename = git__strdup(newfile->path); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/attr.h:10, cargo:warning= from libgit2/src/libgit2/attr.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/attr.c: In function 'git_attr_get_many_with_session': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/attr.c:158:9: note: in expansion of macro 'git__calloc' cargo:warning= 158 | info = git__calloc(num_attr, sizeof(attr_get_many_info)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/attr.c: In function 'git_attr_add_macro': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/attr.c:471:10: note: in expansion of macro 'git__calloc' cargo:warning= 471 | macro = git__calloc(1, sizeof(git_attr_rule)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/attr_file.h:10, cargo:warning= from libgit2/src/libgit2/attr_file.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/attr_file.c: In function 'git_attr_file__new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/attr_file.c:38:25: note: in expansion of macro 'git__calloc' cargo:warning= 38 | git_attr_file *attrs = git__calloc(1, sizeof(git_attr_file)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/attr_file.c: In function 'git_attr_file__parse_buffer': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/attr_file.c:360:11: note: in expansion of macro 'git__calloc' cargo:warning= 360 | rule = git__calloc(1, sizeof(*rule)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/attr_file.c: In function 'git_attr_assignment__parse': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/attr_file.c:896:13: note: in expansion of macro 'git__calloc' cargo:warning= 896 | assign = git__calloc(1, sizeof(git_attr_assignment)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attr.o" "-c" "libgit2/src/libgit2/attr.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attr_file.o" "-c" "libgit2/src/libgit2/attr_file.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/blame.h:4, cargo:warning= from libgit2/src/libgit2/blame.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/attrcache.h:10, cargo:warning= from libgit2/src/libgit2/attrcache.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/blame.c: In function 'new_hunk': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/blame.c:68:25: note: in expansion of macro 'git__calloc' cargo:warning= 68 | git_blame_hunk *hunk = git__calloc(1, sizeof(git_blame_hunk)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/blame.c:74:27: note: in expansion of macro 'git__strdup' cargo:warning= 74 | hunk->orig_path = path ? git__strdup(path) : NULL; cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/blame.c: In function 'git_blame__alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/blame.c:132:19: note: in expansion of macro 'git__calloc' cargo:warning= 132 | git_blame *gbr = git__calloc(1, sizeof(git_blame)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/blame.c:141:16: note: in expansion of macro 'git__strdup' cargo:warning= 141 | (gbr->path = git__strdup(path)) == NULL || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/blame.c:142:34: note: in expansion of macro 'git__strdup' cargo:warning= 142 | git_vector_insert(&gbr->paths, git__strdup(path)) < 0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/blame.c: In function 'blame_internal': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/blame.c:356:8: note: in expansion of macro 'git__calloc' cargo:warning= 356 | ent = git__calloc(1, sizeof(git_blame__entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/attrcache.c: In function 'attr_cache__lookup_path': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/attrcache.c:306:11: note: in expansion of macro 'git__strdup' cargo:warning= 306 | *out = git__strdup(cfgval); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/attrcache.c: In function 'git_attr_cache__init': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/attrcache.c:377:10: note: in expansion of macro 'git__calloc' cargo:warning= 377 | cache = git__calloc(1, sizeof(git_attr_cache)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/attrcache.o" "-c" "libgit2/src/libgit2/attrcache.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blame.o" "-c" "libgit2/src/libgit2/blame.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blob.o" "-c" "libgit2/src/libgit2/blob.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/blame_git.h:10, cargo:warning= from libgit2/src/libgit2/blame_git.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/blob.h:10, cargo:warning= from libgit2/src/libgit2/blob.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/blame_git.c: In function 'make_origin': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/blame_git.c:51:6: note: in expansion of macro 'git__calloc' cargo:warning= 51 | o = git__calloc(1, alloc_len); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/blame_git.c: In function 'find_origin': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/blame_git.c:481:52: note: in expansion of macro 'git__strdup' cargo:warning= 481 | git_vector_insert_sorted(&blame->paths, (void*)git__strdup(delta->old_file.path), cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/blame_git.c: In function 'pass_blame': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/blame_git.c:541:15: note: in expansion of macro 'git__calloc' cargo:warning= 541 | sg_origin = git__calloc(num_parents, sizeof(*sg_origin)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/blob.c: In function 'git_blob_create_from_stream': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/blob.c:342:11: note: in expansion of macro 'git__calloc' cargo:warning= 342 | stream = git__calloc(1, sizeof(blob_writestream)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/blob.c:346:22: note: in expansion of macro 'git__strdup' cargo:warning= 346 | stream->hintpath = git__strdup(hintpath); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blame_git.o" "-c" "libgit2/src/libgit2/blame_git.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/blob.o" "-c" "libgit2/src/libgit2/blob.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/buf.o" "-c" "libgit2/src/libgit2/buf.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/branch.h:10, cargo:warning= from libgit2/src/libgit2/branch.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/branch.h:10, cargo:warning= from libgit2/src/libgit2/branch.c:8: cargo:warning=libgit2/src/libgit2/branch.c: In function 'git_branch_iterator_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/branch.c:272:9: note: in expansion of macro 'git__calloc' cargo:warning= 272 | iter = git__calloc(1, sizeof(branch_iter)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/branch.o" "-c" "libgit2/src/libgit2/branch.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/checkout.o" "-c" "libgit2/src/libgit2/checkout.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/cache.h:10, cargo:warning= from libgit2/src/libgit2/cache.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/checkout.h:10, cargo:warning= from libgit2/src/libgit2/checkout.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/checkout.c: In function 'checkout_conflict_append_update': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/checkout.c:909:13: note: in expansion of macro 'git__calloc' cargo:warning= 909 | conflict = git__calloc(1, sizeof(checkout_conflictdata)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/checkout.c: In function 'checkout_conflict_append_remove': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/checkout.c:1252:10: note: in expansion of macro 'git__strdup' cargo:warning= 1252 | name = git__strdup(ancestor->path); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/checkout.c:1254:10: note: in expansion of macro 'git__strdup' cargo:warning= 1254 | name = git__strdup(ours->path); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/checkout.c:1256:10: note: in expansion of macro 'git__strdup' cargo:warning= 1256 | name = git__strdup(theirs->path); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/checkout.c: In function 'checkout_get_actions': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/checkout.c:1327:25: note: in expansion of macro 'git__calloc' cargo:warning= 1327 | *counts_ptr = counts = git__calloc(CHECKOUT_ACTION__MAX+1, sizeof(size_t)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/checkout.c:1328:27: note: in expansion of macro 'git__calloc' cargo:warning= 1328 | *actions_ptr = actions = git__calloc( cargo:warning= | ^~~~~~~~~~~ exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/cache.o" "-c" "libgit2/src/libgit2/cache.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/checkout.o" "-c" "libgit2/src/libgit2/checkout.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/clone.o" "-c" "libgit2/src/libgit2/clone.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/cherrypick.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/clone.h:10, cargo:warning= from libgit2/src/libgit2/clone.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/cherrypick.o" "-c" "libgit2/src/libgit2/cherrypick.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/clone.o" "-c" "libgit2/src/libgit2/clone.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/commit_graph.h:11, cargo:warning= from libgit2/src/libgit2/commit_graph.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/commit.h:10, cargo:warning= from libgit2/src/libgit2/commit.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c: In function 'packed_commit_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c:73:28: note: in expansion of macro 'git__calloc' cargo:warning= 73 | struct packed_commit *p = git__calloc(1, sizeof(struct packed_commit)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c:77:2: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 77 | git_array_init_to_size(p->parents, parentcount); cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c: In function 'git_commit_graph_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c:306:11: note: in expansion of macro 'git__calloc' cargo:warning= 306 | cgraph = git__calloc(1, sizeof(git_commit_graph)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c: In function 'git_commit_graph_file_open': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c:379:9: note: in expansion of macro 'git__calloc' cargo:warning= 379 | file = git__calloc(1, sizeof(git_commit_graph_file)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c: In function 'git_commit_graph_writer_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c:642:31: note: in expansion of macro 'git__calloc' cargo:warning= 642 | git_commit_graph_writer *w = git__calloc(1, sizeof(git_commit_graph_writer)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c: In function 'compute_generation_numbers': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c:805:3: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 805 | git_array_init_to_size( cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c:835:2: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 835 | git_array_init_to_size(index_stack, 3 * git_vector_length(commits)); cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/commit_graph.c:841:57: note: in expansion of macro 'git__calloc' cargo:warning= 841 | commit_states = (enum generation_number_commit_state *)git__calloc( cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit.c: In function 'commit_parse': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit.c:413:2: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 413 | git_array_init_to_size(commit->parent_ids, 1); cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/commit.c:482:31: note: in expansion of macro 'git__strndup' cargo:warning= 482 | commit->message_encoding = git__strndup(buffer, eoln - buffer); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/commit.c:492:23: note: in expansion of macro 'git__strndup' cargo:warning= 492 | commit->raw_header = git__strndup(buffer_start, header_len); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/commit.c:500:25: note: in expansion of macro 'git__strndup' cargo:warning= 500 | commit->raw_message = git__strndup(buffer, buffer_end - buffer); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/commit.c:502:25: note: in expansion of macro 'git__strdup' cargo:warning= 502 | commit->raw_message = git__strdup(""); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit.c: In function 'git_commit_summary': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/commit.c:629:22: note: in expansion of macro 'git__strdup' cargo:warning= 629 | commit->summary = git__strdup(""); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit.c: In function 'git_commit_body': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/commit.c:656:19: note: in expansion of macro 'git__strndup' cargo:warning= 656 | commit->body = git__strndup(msg, end - msg + 1); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit.c: In function 'git_commit_create_with_signature': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/commit.c:1019:11: note: in expansion of macro 'git__calloc' cargo:warning= 1019 | parsed = git__calloc(1, sizeof(git_commit)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit.o" "-c" "libgit2/src/libgit2/commit.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit_graph.o" "-c" "libgit2/src/libgit2/commit_graph.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/config.h:10, cargo:warning= from libgit2/src/libgit2/config.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/commit_list.h:10, cargo:warning= from libgit2/src/libgit2/commit_list.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/commit_list.c: In function 'commit_quick_parse': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/commit_list.c:133:11: note: in expansion of macro 'git__calloc' cargo:warning= 133 | commit = git__calloc(1, sizeof(*commit)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config.c: In function 'git_config_iterator_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config.c:462:9: note: in expansion of macro 'git__calloc' cargo:warning= 462 | iter = git__calloc(1, sizeof(all_iter)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config.c: In function 'git_config_iterator_glob_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config.c:484:9: note: in expansion of macro 'git__calloc' cargo:warning= 484 | iter = git__calloc(1, sizeof(all_iter)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/commit_list.o" "-c" "libgit2/src/libgit2/commit_list.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c" cargo:warning=libgit2/src/libgit2/config.c: In function 'git_config__get_string_force': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config.c:952:34: note: in expansion of macro 'git__strdup' cargo:warning= 952 | ret = (entry && entry->value) ? git__strdup(entry->value) : fallback_value ? git__strdup(fallback_value) : NULL; cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config.c:952:79: note: in expansion of macro 'git__strdup' cargo:warning= 952 | ret = (entry && entry->value) ? git__strdup(entry->value) : fallback_value ? git__strdup(fallback_value) : NULL; cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config.c: In function 'git_config_multivar_iterator_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config.c:1067:9: note: in expansion of macro 'git__calloc' cargo:warning= 1067 | iter = git__calloc(1, sizeof(multivar_iter)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config.c: In function 'git_config__normalize_name': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config.c:1471:9: note: in expansion of macro 'git__strdup' cargo:warning= 1471 | name = git__strdup(in); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config.o" "-c" "libgit2/src/libgit2/config.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/config_cache.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/config_entries.h:8, cargo:warning= from libgit2/src/libgit2/config_entries.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_cache.o" "-c" "libgit2/src/libgit2/config_cache.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" cargo:warning=libgit2/src/libgit2/config_entries.c: In function 'git_config_entries_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_entries.c:38:12: note: in expansion of macro 'git__calloc' cargo:warning= 38 | entries = git__calloc(1, sizeof(git_config_entries)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_entries.c: In function 'git_config_entries_dup_entry': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_entries.c:55:15: note: in expansion of macro 'git__calloc' cargo:warning= 55 | duplicated = git__calloc(1, sizeof(git_config_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_entries.c:58:21: note: in expansion of macro 'git__strdup' cargo:warning= 58 | duplicated->name = git__strdup(entry->name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_entries.c:62:23: note: in expansion of macro 'git__strdup' cargo:warning= 62 | duplicated->value = git__strdup(entry->value); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_entries.c: In function 'git_config_entries_append': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_entries.c:150:14: note: in expansion of macro 'git__calloc' cargo:warning= 150 | map_head = git__calloc(1, sizeof(*map_head)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_entries.c:156:14: note: in expansion of macro 'git__calloc' cargo:warning= 156 | list_head = git__calloc(1, sizeof(config_entry_list)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_entries.c: In function 'git_config_entries_iterator_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_entries.c:226:7: note: in expansion of macro 'git__calloc' cargo:warning= 226 | it = git__calloc(1, sizeof(config_entries_iterator)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_entries.o" "-c" "libgit2/src/libgit2/config_entries.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/config.h:10, cargo:warning= from libgit2/src/libgit2/config_file.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_file.c: In function 'git_config_backend_from_file': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_file.c:500:12: note: in expansion of macro 'git__calloc' cargo:warning= 500 | backend = git__calloc(1, sizeof(config_file_backend)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_file.c:506:23: note: in expansion of macro 'git__strdup' cargo:warning= 506 | backend->file.path = git__strdup(path); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_file.c: In function 'escape_value': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_file.c:547:10: note: in expansion of macro 'git__calloc' cargo:warning= 547 | return git__calloc(1, sizeof(char)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_file.c: In function 'parse_conditional_include': cargo:warning=libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' cargo:warning= 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_file.c:743:14: note: in expansion of macro 'git__substrdup' cargo:warning= 743 | condition = git__substrdup(section + CONST_STRLEN("includeIf."), cargo:warning= | ^~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_file.c: In function 'read_on_variable': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_file.c:802:10: note: in expansion of macro 'git__calloc' cargo:warning= 802 | entry = git__calloc(1, sizeof(git_config_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_file.c:805:29: note: in expansion of macro 'git__strdup' cargo:warning= 805 | entry->value = var_value ? git__strdup(var_value) : NULL; cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_file.c: In function 'config_file_write': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_file.c:1149:12: note: in expansion of macro 'git__strndup' cargo:warning= 1149 | section = git__strndup(key, ldot - key); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_file.c:1154:17: note: in expansion of macro 'git__strndup' cargo:warning= 1154 | orig_section = git__strndup(orig_key, ldot - orig_key); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/config.h:10, cargo:warning= from libgit2/src/libgit2/config_mem.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_file.o" "-c" "libgit2/src/libgit2/config_file.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c" cargo:warning=libgit2/src/libgit2/config_mem.c: In function 'read_variable_cb': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_mem.c:65:10: note: in expansion of macro 'git__calloc' cargo:warning= 65 | entry = git__calloc(1, sizeof(git_config_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_mem.c:68:29: note: in expansion of macro 'git__strdup' cargo:warning= 68 | entry->value = var_value ? git__strdup(var_value) : NULL; cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_mem.c: In function 'git_config_backend_from_string': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_mem.c:189:12: note: in expansion of macro 'git__calloc' cargo:warning= 189 | backend = git__calloc(1, sizeof(config_memory_backend)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_mem.o" "-c" "libgit2/src/libgit2/config_mem.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/config_parse.h:10, cargo:warning= from libgit2/src/libgit2/config_parse.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_parse.c: In function 'parse_section_header': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_parse.c:167:9: note: in expansion of macro 'git__strndup' cargo:warning= 167 | line = git__strndup(reader->ctx.line, reader->ctx.line_len); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_parse.c: In function 'parse_multiline_variable': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_parse.c:339:10: note: in expansion of macro 'git__strndup' cargo:warning= 339 | line = git__strndup(reader->ctx.line, reader->ctx.line_len); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_parse.c: In function 'parse_name': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_parse.c:416:15: note: in expansion of macro 'git__strndup' cargo:warning= 416 | if ((*name = git__strndup(line, name_end - line)) == NULL) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/config_parse.c: In function 'parse_variable': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/config_parse.c:433:9: note: in expansion of macro 'git__strndup' cargo:warning= 433 | line = git__strndup(reader->ctx.line, reader->ctx.line_len); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/config_backend.h:10, cargo:warning= from libgit2/src/libgit2/config_snapshot.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_parse.o" "-c" "libgit2/src/libgit2/config_parse.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c" cargo:warning=libgit2/src/libgit2/config_snapshot.c: In function 'git_config_backend_snapshot': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/config_snapshot.c:182:12: note: in expansion of macro 'git__calloc' cargo:warning= 182 | backend = git__calloc(1, sizeof(config_snapshot_backend)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/config_snapshot.o" "-c" "libgit2/src/libgit2/config_snapshot.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/crlf.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/crlf.c: In function 'git_crlf_filter_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/crlf.c:413:26: note: in expansion of macro 'git__calloc' cargo:warning= 413 | struct crlf_filter *f = git__calloc(1, sizeof(struct crlf_filter)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/delta.h:8, cargo:warning= from libgit2/src/libgit2/delta.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/crlf.o" "-c" "libgit2/src/libgit2/crlf.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c" cargo:warning=libgit2/src/libgit2/delta.c: In function 'git_delta_index_init': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/delta.c:192:15: note: in expansion of macro 'git__calloc' cargo:warning= 192 | hash_count = git__calloc(hsize, sizeof(*hash_count)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/describe.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/delta.o" "-c" "libgit2/src/libgit2/delta.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c" cargo:warning=libgit2/src/libgit2/describe.c: In function 'add_to_known_names': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/describe.c:121:13: note: in expansion of macro 'git__strdup' cargo:warning= 121 | e->path = git__strdup(path); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/describe.c: In function 'commit_name_dup': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/describe.c:195:15: note: in expansion of macro 'git__strdup' cargo:warning= 195 | name->path = git__strdup(in->path); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/describe.c: In function 'git_describe_commit': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/describe.c:662:16: note: in expansion of macro 'git__calloc' cargo:warning= 662 | data.result = git__calloc(1, sizeof(git_describe_result)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/describe.o" "-c" "libgit2/src/libgit2/describe.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff.h:10, cargo:warning= from libgit2/src/libgit2/diff.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_driver.h:10, cargo:warning= from libgit2/src/libgit2/diff_driver.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/diff_driver.c: In function 'git_diff_driver_registry_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_driver.c:61:3: note: in expansion of macro 'git__calloc' cargo:warning= 61 | git__calloc(1, sizeof(git_diff_driver_registry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/diff_driver.c: In function 'diff_driver_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_driver.c:172:11: note: in expansion of macro 'git__calloc' cargo:warning= 172 | driver = git__calloc(1, alloclen); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff.o" "-c" "libgit2/src/libgit2/diff.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_driver.o" "-c" "libgit2/src/libgit2/diff_driver.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_file.h:10, cargo:warning= from libgit2/src/libgit2/diff_file.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/diff_file.c: In function 'diff_file_content_load_workdir_symlink': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_file.c:308:17: note: in expansion of macro 'git__calloc' cargo:warning= 308 | fc->map.data = git__calloc(alloc_len, sizeof(char)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_file.o" "-c" "libgit2/src/libgit2/diff_file.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_generate.h:10, cargo:warning= from libgit2/src/libgit2/diff_generate.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_generate.h:10, cargo:warning= from libgit2/src/libgit2/diff_generate.c:8: cargo:warning=libgit2/src/libgit2/diff_generate.c: In function 'diff_delta__alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_generate.c:43:26: note: in expansion of macro 'git__calloc' cargo:warning= 43 | git_diff_delta *delta = git__calloc(1, sizeof(git_diff_delta)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/diff_generate.c: In function 'diff_generated_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_generate.c:444:14: note: in expansion of macro 'git__calloc' cargo:warning= 444 | if ((diff = git__calloc(1, sizeof(git_diff_generated))) == NULL) cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_generate.o" "-c" "libgit2/src/libgit2/diff_generate.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_parse.h:10, cargo:warning= from libgit2/src/libgit2/diff_parse.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/diff_parse.c: In function 'diff_parsed_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_parse.c:36:14: note: in expansion of macro 'git__calloc' cargo:warning= 36 | if ((diff = git__calloc(1, sizeof(git_diff_parsed))) == NULL) cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_print.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_parse.o" "-c" "libgit2/src/libgit2/diff_parse.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_print.o" "-c" "libgit2/src/libgit2/diff_print.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_stats.h:10, cargo:warning= from libgit2/src/libgit2/diff_stats.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/diff_stats.c: In function 'git_diff_get_stats': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_stats.c:191:10: note: in expansion of macro 'git__calloc' cargo:warning= 191 | stats = git__calloc(1, sizeof(git_diff_stats)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_stats.c:196:21: note: in expansion of macro 'git__calloc' cargo:warning= 196 | stats->filestats = git__calloc(deltas, sizeof(diff_file_stats)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_stats.o" "-c" "libgit2/src/libgit2/diff_stats.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_tform.h:10, cargo:warning= from libgit2/src/libgit2/diff_tform.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_tform.h:10, cargo:warning= from libgit2/src/libgit2/diff_tform.c:8: cargo:warning=libgit2/src/libgit2/diff_tform.c: In function 'git_diff_find_similar': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_tform.c:838:13: note: in expansion of macro 'git__calloc' cargo:warning= 838 | sigcache = git__calloc(sigcache_size, sizeof(void *)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_tform.c:861:12: note: in expansion of macro 'git__calloc' cargo:warning= 861 | src2tgt = git__calloc(num_deltas, sizeof(diff_find_match)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_tform.c:863:12: note: in expansion of macro 'git__calloc' cargo:warning= 863 | tgt2src = git__calloc(num_deltas, sizeof(diff_find_match)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/diff_tform.c:867:18: note: in expansion of macro 'git__calloc' cargo:warning= 867 | tgt2src_copy = git__calloc(num_deltas, sizeof(diff_find_match)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/diff_xdiff.h:10, cargo:warning= from libgit2/src/libgit2/diff_xdiff.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_tform.o" "-c" "libgit2/src/libgit2/diff_tform.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/diff_xdiff.o" "-c" "libgit2/src/libgit2/diff_xdiff.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/errors.o" "-c" "libgit2/src/libgit2/errors.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/email.h:10, cargo:warning= from libgit2/src/libgit2/email.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/email.o" "-c" "libgit2/src/libgit2/email.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/fetchhead.o" "-c" "libgit2/src/libgit2/fetchhead.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/fetch.h:10, cargo:warning= from libgit2/src/libgit2/fetch.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/fetch.c: In function 'maybe_want_oid': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/fetch.c:76:13: note: in expansion of macro 'git__calloc' cargo:warning= 76 | oid_head = git__calloc(1, sizeof(git_remote_head)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/fetch.c:82:20: note: in expansion of macro 'git__strdup' cargo:warning= 82 | oid_head->name = git__strdup(spec->dst); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/fetch.c: In function 'git_fetch_negotiate': cargo:warning=libgit2/src/libgit2/fetch.c:185:3: warning: passing argument 3 of 't->negotiate_fetch' from incompatible pointer type [-Wincompatible-pointer-types] cargo:warning= 185 | (const git_remote_head * const *)remote->refs.contents, cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cargo:warning= | | cargo:warning= | const git_remote_head * const* cargo:warning=libgit2/src/libgit2/fetch.c:185:3: note: expected 'const git_fetch_negotiation *' but argument is of type 'const git_remote_head * const*' cargo:warning=libgit2/src/libgit2/fetch.c:183:9: error: too many arguments to function 't->negotiate_fetch' cargo:warning= 183 | return t->negotiate_fetch(t, cargo:warning= | ^ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/fetchhead.h:10, cargo:warning= from libgit2/src/libgit2/fetchhead.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/fetchhead.c: In function 'sanitized_remote_url': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/fetchhead.c:61:15: note: in expansion of macro 'git__strdup' cargo:warning= 61 | sanitized = git__strdup(remote_url); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/fetchhead.c: In function 'git_fetchhead_ref_create': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/fetchhead.c:90:29: note: in expansion of macro 'git__strdup' cargo:warning= 90 | fetchhead_ref->ref_name = git__strdup(ref_name); cargo:warning= | ^~~~~~~~~~~ exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/fetch.o" "-c" "libgit2/src/libgit2/fetch.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/fetchhead.o" "-c" "libgit2/src/libgit2/fetchhead.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/filter.h:10, cargo:warning= from libgit2/src/libgit2/filter.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c: In function 'filter_registry_insert': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c:166:9: note: in expansion of macro 'git__calloc' cargo:warning= 166 | fdef = git__calloc(1, alloc_len); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/filter.c:169:22: note: in expansion of macro 'git__strdup' cargo:warning= 169 | fdef->filter_name = git__strdup(name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c: In function 'filter_list_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c:414:7: note: in expansion of macro 'git__calloc' cargo:warning= 414 | fl = git__calloc(1, alloclen); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c: In function 'filter_list_check_attributes': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c:436:22: note: in expansion of macro 'git__calloc' cargo:warning= 436 | const char **strs = git__calloc(fdef->nattrs, sizeof(const char *)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c: In function 'git_filter_buffered_stream_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c:982:44: note: in expansion of macro 'git__calloc' cargo:warning= 982 | struct buffered_stream *buffered_stream = git__calloc(1, sizeof(struct buffered_stream)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c: In function 'buffered_legacy_stream_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/filter.c:1012:44: note: in expansion of macro 'git__calloc' cargo:warning= 1012 | struct buffered_stream *buffered_stream = git__calloc(1, sizeof(struct buffered_stream)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/filter.o" "-c" "libgit2/src/libgit2/filter.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/graph.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/hashsig.c:8: cargo:warning=libgit2/src/libgit2/hashsig.c: In function 'hashsig_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/hashsig.c:234:21: note: in expansion of macro 'git__calloc' cargo:warning= 234 | git_hashsig *sig = git__calloc(1, sizeof(git_hashsig)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/graph.o" "-c" "libgit2/src/libgit2/graph.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/hashsig.o" "-c" "libgit2/src/libgit2/hashsig.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/idxmap.h:10, cargo:warning= from libgit2/src/libgit2/idxmap.c:8: cargo:warning=libgit2/src/libgit2/idxmap.c: In function 'kh_init_idx': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:11:17: note: in expansion of macro 'git__calloc' cargo:warning= 11 | #define kcalloc git__calloc cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' cargo:warning= 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c: In function 'kh_resize_idx': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' cargo:warning= 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' cargo:warning= 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' cargo:warning= 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' cargo:warning= 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' cargo:warning= 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:32:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 32 | __KHASH_IMPL(idx, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c: In function 'kh_init_idxicase': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:11:17: note: in expansion of macro 'git__calloc' cargo:warning= 11 | #define kcalloc git__calloc cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' cargo:warning= 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c: In function 'kh_resize_idxicase': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' cargo:warning= 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' cargo:warning= 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' cargo:warning= 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' cargo:warning= 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' cargo:warning= 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/idxmap.c:33:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 33 | __KHASH_IMPL(idxicase, static kh_inline, const git_index_entry *, git_index_entry *, 1, idxentry_hash, idxentry_icase_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/ident.c:8: cargo:warning=libgit2/src/libgit2/ident.c: In function 'git_ident_filter_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/ident.c:129:18: note: in expansion of macro 'git__calloc' cargo:warning= 129 | git_filter *f = git__calloc(1, sizeof(git_filter)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/ident.o" "-c" "libgit2/src/libgit2/ident.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/idxmap.o" "-c" "libgit2/src/libgit2/idxmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/index.o" "-c" "libgit2/src/libgit2/index.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/ignore.h:10, cargo:warning= from libgit2/src/libgit2/ignore.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/index.h:10, cargo:warning= from libgit2/src/libgit2/index.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/index.c: In function 'git_index_open': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/index.c:411:10: note: in expansion of macro 'git__calloc' cargo:warning= 411 | index = git__calloc(1, sizeof(git_index)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/index.c:418:28: note: in expansion of macro 'git__strdup' cargo:warning= 418 | index->index_file_path = git__strdup(index_path); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/index.c: In function 'index_entry_create': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/index.c:947:10: note: in expansion of macro 'git__calloc' cargo:warning= 947 | entry = git__calloc(1, alloclen); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/index.c: In function 'reuc_entry_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/index.c:1023:10: note: in expansion of macro 'git__calloc' cargo:warning= 1023 | entry = git__calloc(1, alloclen); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/index.c: In function 'canonicalize_directory_path': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/index.c:1223:16: note: in expansion of macro 'git__strdup' cargo:warning= 1223 | if ((search = git__strdup(entry->path)) == NULL) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/ignore.c: In function 'parse_ignore_file': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/ignore.c:197:27: note: in expansion of macro 'git__calloc' cargo:warning= 197 | if (!match && !(match = git__calloc(1, sizeof(*match)))) { cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/index.c: In function 'git_index_iterator_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/index.c:2017:7: note: in expansion of macro 'git__calloc' cargo:warning= 2017 | it = git__calloc(1, sizeof(git_index_iterator)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/index.c: In function 'git_index_conflict_iterator_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/index.c:2063:7: note: in expansion of macro 'git__calloc' cargo:warning= 2063 | it = git__calloc(1, sizeof(git_index_conflict_iterator)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/index.c: In function 'git_index_name_add': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/index.c:2152:18: note: in expansion of macro 'git__calloc' cargo:warning= 2152 | conflict_name = git__calloc(1, sizeof(git_index_name_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/index.c:2155:47: note: in expansion of macro 'git__strdup' cargo:warning= 2155 | if ((ancestor && !(conflict_name->ancestor = git__strdup(ancestor))) || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/index.c:2156:44: note: in expansion of macro 'git__strdup' cargo:warning= 2156 | (ours && !(conflict_name->ours = git__strdup(ours))) || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/index.c:2157:44: note: in expansion of macro 'git__strdup' cargo:warning= 2157 | (theirs && !(conflict_name->theirs = git__strdup(theirs))) || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/index.c: In function 'read_conflict_names': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/index.c:2408:41: note: in expansion of macro 'git__calloc' cargo:warning= 2408 | git_index_name_entry *conflict_name = git__calloc(1, sizeof(git_index_name_entry)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/ignore.o" "-c" "libgit2/src/libgit2/ignore.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/index.o" "-c" "libgit2/src/libgit2/index.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/iterator.o" "-c" "libgit2/src/libgit2/iterator.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/iterator.h:10, cargo:warning= from libgit2/src/libgit2/iterator.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c: In function 'iterator_range_init': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/iterator.c:49:17: note: in expansion of macro 'git__strdup' cargo:warning= 49 | iter->start = git__strdup(start); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/iterator.c:56:15: note: in expansion of macro 'git__strdup' cargo:warning= 56 | iter->end = git__strdup(end); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c: In function 'git_iterator_for_nothing': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c:406:9: note: in expansion of macro 'git__calloc' cargo:warning= 406 | iter = git__calloc(1, sizeof(empty_iterator)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c: In function 'git_iterator_for_tree': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c:954:9: note: in expansion of macro 'git__calloc' cargo:warning= 954 | iter = git__calloc(1, sizeof(tree_iterator)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c: In function 'iterator_for_filesystem': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c:1938:9: note: in expansion of macro 'git__calloc' cargo:warning= 1938 | iter = git__calloc(1, sizeof(filesystem_iterator)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c: In function 'git_iterator_for_index': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c:2269:9: note: in expansion of macro 'git__calloc' cargo:warning= 2269 | iter = git__calloc(1, sizeof(index_iterator)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c: In function 'git_iterator_walk': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c:2368:18: note: in expansion of macro 'git__calloc' cargo:warning= 2368 | iterator_item = git__calloc(cnt, sizeof(git_index_entry *)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/iterator.c:2369:14: note: in expansion of macro 'git__calloc' cargo:warning= 2369 | cur_items = git__calloc(cnt, sizeof(git_index_entry *)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/indexer.h:10, cargo:warning= from libgit2/src/libgit2/indexer.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c: In function 'indexer_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c:172:8: note: in expansion of macro 'git__calloc' cargo:warning= 172 | idx = git__calloc(1, sizeof(git_indexer)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c: In function 'store_delta': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c:268:10: note: in expansion of macro 'git__calloc' cargo:warning= 268 | delta = git__calloc(1, sizeof(struct delta_info)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c: In function 'store_object': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c:484:10: note: in expansion of macro 'git__calloc' cargo:warning= 484 | entry = git__calloc(1, sizeof(*entry)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/iterator.o" "-c" "libgit2/src/libgit2/iterator.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c" cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c:487:11: note: in expansion of macro 'git__calloc' cargo:warning= 487 | pentry = git__calloc(1, sizeof(struct git_pack_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c: In function 'hash_and_save': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c:596:10: note: in expansion of macro 'git__calloc' cargo:warning= 596 | entry = git__calloc(1, sizeof(*entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c:604:11: note: in expansion of macro 'git__calloc' cargo:warning= 604 | pentry = git__calloc(1, sizeof(struct git_pack_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c: In function 'inject_object': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c:1011:10: note: in expansion of macro 'git__calloc' cargo:warning= 1011 | entry = git__calloc(1, sizeof(*entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/indexer.c:1042:11: note: in expansion of macro 'git__calloc' cargo:warning= 1042 | pentry = git__calloc(1, sizeof(struct git_pack_entry)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/indexer.o" "-c" "libgit2/src/libgit2/indexer.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/vector.h:10, cargo:warning= from libgit2/src/libgit2/mailmap.h:11, cargo:warning= from libgit2/src/libgit2/mailmap.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/libgit2/libgit2.c:11: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/mailmap.c: In function 'git_mailmap_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/mailmap.c:154:20: note: in expansion of macro 'git__calloc' cargo:warning= 154 | git_mailmap *mm = git__calloc(1, sizeof(git_mailmap)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/mailmap.c: In function 'mailmap_add_entry_unterminated': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/mailmap.c:188:29: note: in expansion of macro 'git__calloc' cargo:warning= 188 | git_mailmap_entry *entry = git__calloc(1, sizeof(git_mailmap_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' cargo:warning= 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/mailmap.c:195:22: note: in expansion of macro 'git__substrdup' cargo:warning= 195 | entry->real_name = git__substrdup(real_name, real_name_size); cargo:warning= | ^~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' cargo:warning= 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/mailmap.c:199:23: note: in expansion of macro 'git__substrdup' cargo:warning= 199 | entry->real_email = git__substrdup(real_email, real_email_size); cargo:warning= | ^~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' cargo:warning= 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/mailmap.c:203:25: note: in expansion of macro 'git__substrdup' cargo:warning= 203 | entry->replace_name = git__substrdup(replace_name, replace_name_size); cargo:warning= | ^~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' cargo:warning= 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/mailmap.c:206:25: note: in expansion of macro 'git__substrdup' cargo:warning= 206 | entry->replace_email = git__substrdup(replace_email, replace_email_size); cargo:warning= | ^~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/libgit2/libgit2.c:11: cargo:warning=libgit2/src/libgit2/libgit2.c: In function 'git_libgit2_opts': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/libgit2.c:286:21: note: in expansion of macro 'git__strdup' cargo:warning= 286 | git__user_agent = git__strdup(va_arg(ap, const char *)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/libgit2.o" "-c" "libgit2/src/libgit2/libgit2.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/mailmap.o" "-c" "libgit2/src/libgit2/mailmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/merge_driver.h:10, cargo:warning= from libgit2/src/libgit2/merge_driver.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/merge_driver.c: In function 'merge_driver_registry_insert': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge_driver.c:188:10: note: in expansion of macro 'git__calloc' cargo:warning= 188 | entry = git__calloc(1, sizeof(git_merge_driver_entry) + strlen(name) + 1); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/merge.h:10, cargo:warning= from libgit2/src/libgit2/merge.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/merge.h:10, cargo:warning= from libgit2/src/libgit2/merge.c:8: cargo:warning=libgit2/src/libgit2/merge.c: In function 'remove_redundant': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:458:14: note: in expansion of macro 'git__calloc' cargo:warning= 458 | redundant = git__calloc(commits->length, 1); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:460:17: note: in expansion of macro 'git__calloc' cargo:warning= 460 | filled_index = git__calloc((commits->length - 1), sizeof(unsigned int)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge_driver.o" "-c" "libgit2/src/libgit2/merge_driver.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c" cargo:warning=libgit2/src/libgit2/merge.c: In function 'git_merge_diff_list__find_renames': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:1555:20: note: in expansion of macro 'git__calloc' cargo:warning= 1555 | similarity_ours = git__calloc(diff_list->conflicts.length, cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:1559:22: note: in expansion of macro 'git__calloc' cargo:warning= 1559 | similarity_theirs = git__calloc(diff_list->conflicts.length, cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:1571:11: note: in expansion of macro 'git__calloc' cargo:warning= 1571 | cache = git__calloc(cache_size, sizeof(void *)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c: In function 'git_merge_diff_list__alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:1836:35: note: in expansion of macro 'git__calloc' cargo:warning= 1836 | git_merge_diff_list *diff_list = git__calloc(1, sizeof(git_merge_diff_list)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c: In function 'merge_normalize_opts': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/merge.c:1893:26: note: in expansion of macro 'git__strdup' cargo:warning= 1893 | opts->default_driver = git__strdup(given->default_driver); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/merge.c:1899:27: note: in expansion of macro 'git__strdup' cargo:warning= 1899 | opts->default_driver = git__strdup(entry->value); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c: In function 'create_virtual_base': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:2289:11: note: in expansion of macro 'git__calloc' cargo:warning= 2289 | result = git__calloc(1, sizeof(git_annotated_commit)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c: In function 'write_merge_msg': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:2732:12: note: in expansion of macro 'git__calloc' cargo:warning= 2732 | entries = git__calloc(heads_len, sizeof(struct merge_msg_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c: In function 'merge_ancestor_head': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/merge.c:2872:9: note: in expansion of macro 'git__calloc' cargo:warning= 2872 | oids = git__calloc(alloc_len, sizeof(git_oid)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge.o" "-c" "libgit2/src/libgit2/merge.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/message.o" "-c" "libgit2/src/libgit2/message.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/merge_file.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/merge_file.c: In function 'merge_file__xdiff': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/merge_file.c:156:35: note: in expansion of macro 'git__strdup' cargo:warning= 156 | if (path != NULL && (out->path = git__strdup(path)) == NULL) { cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/merge_file.c: In function 'merge_file__binary': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/merge_file.c:205:19: note: in expansion of macro 'git__strdup' cargo:warning= 205 | if ((out->path = git__strdup(favored->path)) == NULL || cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/merge_file.o" "-c" "libgit2/src/libgit2/merge_file.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/mwindow.o" "-c" "libgit2/src/libgit2/mwindow.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/midx.h:11, cargo:warning= from libgit2/src/libgit2/midx.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/midx.c: In function 'git_midx_open': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/midx.c:317:8: note: in expansion of macro 'git__calloc' cargo:warning= 317 | idx = git__calloc(1, sizeof(git_midx_file)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/midx.c: In function 'git_midx_writer_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/midx.c:506:23: note: in expansion of macro 'git__calloc' cargo:warning= 506 | git_midx_writer *w = git__calloc(1, sizeof(git_midx_writer)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/mwindow.h:11, cargo:warning= from libgit2/src/libgit2/mwindow.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/mwindow.c: In function 'new_window_locked': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/mwindow.c:345:6: note: in expansion of macro 'git__calloc' cargo:warning= 345 | w = git__calloc(1, sizeof(*w)); cargo:warning= | ^~~~~~~~~~~ exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/midx.o" "-c" "libgit2/src/libgit2/midx.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/netops.o" "-c" "libgit2/src/libgit2/netops.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/mwindow.o" "-c" "libgit2/src/libgit2/mwindow.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/notes.h:10, cargo:warning= from libgit2/src/libgit2/notes.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/notes.c: In function 'note_new': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/notes.c:337:18: note: in expansion of macro 'git__strndup' cargo:warning= 337 | note->message = git__strndup(git_blob_rawcontent(blob), (size_t)blobsize); cargo:warning= | ^~~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/object.o" "-c" "libgit2/src/libgit2/object.c" exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/notes.o" "-c" "libgit2/src/libgit2/notes.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/object.h:10, cargo:warning= from libgit2/src/libgit2/object.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/object.c: In function 'git_object__from_raw': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/object.c:89:11: note: in expansion of macro 'git__calloc' cargo:warning= 89 | object = git__calloc(1, object_size); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/object.c: In function 'git_object__from_odb_object': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/object.c:138:11: note: in expansion of macro 'git__calloc' cargo:warning= 138 | object = git__calloc(1, object_size); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/object.o" "-c" "libgit2/src/libgit2/object.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/object_api.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/odb.h:10, cargo:warning= from libgit2/src/libgit2/odb.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb.c: In function 'odb_read_hardcoded': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb.c:79:14: note: in expansion of macro 'git__calloc' cargo:warning= 79 | raw->data = git__calloc(1, sizeof(uint8_t)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb.c: In function 'odb_object__alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb.c:153:27: note: in expansion of macro 'git__calloc' cargo:warning= 153 | git_odb_object *object = git__calloc(1, sizeof(git_odb_object)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb.c: In function 'init_fake_wstream': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb.c:479:11: note: in expansion of macro 'git__calloc' cargo:warning= 479 | stream = git__calloc(1, sizeof(fake_wstream)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb.c: In function 'git_odb__new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb.c:541:16: note: in expansion of macro 'git__calloc' cargo:warning= 541 | git_odb *db = git__calloc(1, sizeof(*db)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/object_api.o" "-c" "libgit2/src/libgit2/object_api.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb.o" "-c" "libgit2/src/libgit2/odb.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_mempack.o" "-c" "libgit2/src/libgit2/odb_mempack.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/odb_mempack.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb_mempack.c: In function 'git_mempack_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb_mempack.c:174:7: note: in expansion of macro 'git__calloc' cargo:warning= 174 | db = git__calloc(1, sizeof(struct memory_packer_db)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/odb_loose.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb_loose.c: In function 'read_loose_standard': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb_loose.c:310:11: note: in expansion of macro 'git__calloc' cargo:warning= 310 | (body = git__calloc(1, alloc_size)) == NULL) { cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb_loose.c: In function 'loose_backend__writestream': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb_loose.c:864:11: note: in expansion of macro 'git__calloc' cargo:warning= 864 | stream = git__calloc(1, sizeof(loose_writestream)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb_loose.c: In function 'loose_backend__readstream': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb_loose.c:1031:11: note: in expansion of macro 'git__calloc' cargo:warning= 1031 | stream = git__calloc(1, sizeof(loose_readstream)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb_loose.c: In function 'git_odb__backend_loose': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb_loose.c:1179:12: note: in expansion of macro 'git__calloc' cargo:warning= 1179 | backend = git__calloc(1, alloclen); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_loose.o" "-c" "libgit2/src/libgit2/odb_loose.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_mempack.o" "-c" "libgit2/src/libgit2/odb_mempack.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/odb_pack.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/offmap.h:10, cargo:warning= from libgit2/src/libgit2/offmap.c:8: cargo:warning=libgit2/src/libgit2/offmap.c: In function 'kh_init_off': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:11:17: note: in expansion of macro 'git__calloc' cargo:warning= 11 | #define kcalloc git__calloc cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' cargo:warning= 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c: In function 'kh_resize_off': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' cargo:warning= 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' cargo:warning= 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' cargo:warning= 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' cargo:warning= 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' cargo:warning= 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/offmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(off, static kh_inline, off64_t, void *, 1, kh_int64_hash_func, kh_int64_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb_pack.c: In function 'pack_backend__writepack': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb_pack.c:733:14: note: in expansion of macro 'git__calloc' cargo:warning= 733 | writepack = git__calloc(1, sizeof(struct pack_writepack)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/odb_pack.c: In function 'pack_backend__alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/odb_pack.c:864:33: note: in expansion of macro 'git__calloc' cargo:warning= 864 | struct pack_backend *backend = git__calloc(1, sizeof(struct pack_backend)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/offmap.o" "-c" "libgit2/src/libgit2/offmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/odb_pack.o" "-c" "libgit2/src/libgit2/odb_pack.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/oid.h:10, cargo:warning= from libgit2/src/libgit2/oid.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oid.c: In function 'resize_trie': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oid.c:325:16: note: in expansion of macro 'git__reallocarray' cargo:warning= 325 | self->nodes = git__reallocarray(self->nodes, new_size, sizeof(trie_node)); cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oid.c: In function 'git_oid_shorten_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/oid.c:368:7: note: in expansion of macro 'git__calloc' cargo:warning= 368 | os = git__calloc(1, sizeof(git_oid_shorten)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oid.o" "-c" "libgit2/src/libgit2/oid.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/oidarray.h:10, cargo:warning= from libgit2/src/libgit2/oidarray.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oidarray.o" "-c" "libgit2/src/libgit2/oidarray.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/oidmap.h:10, cargo:warning= from libgit2/src/libgit2/oidmap.c:8: cargo:warning=libgit2/src/libgit2/oidmap.c: In function 'kh_init_oid': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:11:17: note: in expansion of macro 'git__calloc' cargo:warning= 11 | #define kcalloc git__calloc cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' cargo:warning= 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c: In function 'kh_resize_oid': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' cargo:warning= 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' cargo:warning= 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' cargo:warning= 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' cargo:warning= 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' cargo:warning= 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/oidmap.c:26:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 26 | __KHASH_IMPL(oid, static kh_inline, const git_oid *, void *, 1, git_oidmap_hash, git_oid_equal) cargo:warning= | ^~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/oidmap.o" "-c" "libgit2/src/libgit2/oidmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/pack-objects.h:11, cargo:warning= from libgit2/src/libgit2/pack-objects.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/pack.h:11, cargo:warning= from libgit2/src/libgit2/pack.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c: In function 'new_cache_object': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c:56:28: note: in expansion of macro 'git__calloc' cargo:warning= 56 | git_pack_cache_entry *e = git__calloc(1, sizeof(git_pack_cache_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c: In function 'pack_dependency_chain': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c:610:4: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 610 | git_array_init_to_size(chain, elem_pos); cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c: In function 'packfile_unpack_compressed': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c:901:9: note: in expansion of macro 'git__calloc' cargo:warning= 901 | data = git__calloc(1, buffer_len); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c: In function 'git_packfile_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c:1193:6: note: in expansion of macro 'git__calloc' cargo:warning= 1193 | p = git__calloc(1, alloc_len); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c: In function 'git_pack_foreach_entry': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack.c:1363:2: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 1363 | git_array_init_to_size(oids, p->num_objects); cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c: In function 'git_packbuilder_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c:134:7: note: in expansion of macro 'git__calloc' cargo:warning= 134 | pb = git__calloc(1, sizeof(*pb)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c: In function 'git_packbuilder_insert': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c:226:21: note: in expansion of macro 'git__reallocarray' cargo:warning= 226 | pb->object_list = git__reallocarray(pb->object_list, cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c: In function 'compute_write_order': cargo:warning=libgit2/src/util/alloc.h:22:61: error: 'git_allocator' has no member named 'gmallocarray' cargo:warning= 22 | #define git__mallocarray(nelem, elsize) git__allocator.gmallocarray(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/pack-objects.c:531:12: note: in expansion of macro 'git__mallocarray' cargo:warning= 531 | if ((wo = git__mallocarray(pb->nr_objects, sizeof(*wo))) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c: In function 'find_deltas': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c:958:10: note: in expansion of macro 'git__calloc' cargo:warning= 958 | array = git__calloc(window, sizeof(struct unpacked)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c: In function 'll_find_deltas': cargo:warning=libgit2/src/util/alloc.h:22:61: error: 'git_allocator' has no member named 'gmallocarray' cargo:warning= 22 | #define git__mallocarray(nelem, elsize) git__allocator.gmallocarray(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/pack-objects.c:1175:6: note: in expansion of macro 'git__mallocarray' cargo:warning= 1175 | p = git__mallocarray(pb->nr_threads, sizeof(*p)); cargo:warning= | ^~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c: In function 'git_packbuilder__prepare': cargo:warning=libgit2/src/util/alloc.h:22:61: error: 'git_allocator' has no member named 'gmallocarray' cargo:warning= 22 | #define git__mallocarray(nelem, elsize) git__allocator.gmallocarray(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/pack-objects.c:1326:15: note: in expansion of macro 'git__mallocarray' cargo:warning= 1326 | delta_list = git__mallocarray(pb->nr_objects, sizeof(*delta_list)); cargo:warning= | ^~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pack-objects.c: In function 'git_packbuilder_write': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/pack-objects.c:1440:18: note: in expansion of macro 'git__strdup' cargo:warning= 1440 | pb->pack_name = git__strdup(git_indexer_name(indexer)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pack-objects.o" "-c" "libgit2/src/libgit2/pack-objects.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pack.o" "-c" "libgit2/src/libgit2/pack.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/parse.o" "-c" "libgit2/src/libgit2/parse.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch.o" "-c" "libgit2/src/libgit2/patch.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/patch.h:10, cargo:warning= from libgit2/src/libgit2/patch.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch_generate.o" "-c" "libgit2/src/libgit2/patch_generate.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/patch_generate.h:10, cargo:warning= from libgit2/src/libgit2/patch_generate.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch.o" "-c" "libgit2/src/libgit2/patch.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c" cargo:warning=libgit2/src/libgit2/patch_generate.c: In function 'patch_generated_normalize_options': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/patch_generate.c:95:3: note: in expansion of macro 'git__strdup' cargo:warning= 95 | git__strdup(opts->old_prefix) : cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/patch_generate.c:96:3: note: in expansion of macro 'git__strdup' cargo:warning= 96 | git__strdup(DIFF_OLD_PREFIX_DEFAULT); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/patch_generate.c:99:3: note: in expansion of macro 'git__strdup' cargo:warning= 99 | git__strdup(opts->new_prefix) : cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/patch_generate.c:100:3: note: in expansion of macro 'git__strdup' cargo:warning= 100 | git__strdup(DIFF_NEW_PREFIX_DEFAULT); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/patch_generate.c: In function 'patch_generated_alloc_from_diff': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/patch_generate.c:137:31: note: in expansion of macro 'git__calloc' cargo:warning= 137 | git_patch_generated *patch = git__calloc(1, sizeof(git_patch_generated)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/patch_generate.c: In function 'patch_generated_with_delta_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/patch_generate.c:506:14: note: in expansion of macro 'git__calloc' cargo:warning= 506 | *out = pd = git__calloc(1, alloc_len); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch_generate.o" "-c" "libgit2/src/libgit2/patch_generate.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/patch_parse.h:10, cargo:warning= from libgit2/src/libgit2/patch_parse.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/patch_parse.c: In function 'parse_hunk_body': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/patch_parse.c:654:19: note: in expansion of macro 'git__strndup' cargo:warning= 654 | line->content = git__strndup(ctx->parse_ctx.line + prefix, line->content_len); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/patch_parse.c:696:19: note: in expansion of macro 'git__strndup' cargo:warning= 696 | line->content = git__strndup(ctx->parse_ctx.line, line->content_len); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/patch_parse.c: In function 'check_prefix': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/patch_parse.c:997:9: note: in expansion of macro 'git__strndup' cargo:warning= 997 | *out = git__strndup(path_start, *out_len); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/patch_parse.c: In function 'git_patch_parse_ctx_init': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/patch_parse.c:1088:13: note: in expansion of macro 'git__calloc' cargo:warning= 1088 | if ((ctx = git__calloc(1, sizeof(git_patch_parse_ctx))) == NULL) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/patch_parse.c: In function 'git_patch_parse': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/patch_parse.c:1176:10: note: in expansion of macro 'git__calloc' cargo:warning= 1176 | patch = git__calloc(1, sizeof(git_patch_parsed)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/patch_parse.c:1184:22: note: in expansion of macro 'git__calloc' cargo:warning= 1184 | patch->base.delta = git__calloc(1, sizeof(git_diff_delta)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/path.h:10, cargo:warning= from libgit2/src/libgit2/path.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/patch_parse.o" "-c" "libgit2/src/libgit2/patch_parse.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/path.o" "-c" "libgit2/src/libgit2/path.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/pathspec.h:10, cargo:warning= from libgit2/src/libgit2/pathspec.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/bitvec.h: In function 'git_bitvec_init': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/bitvec.h:33:17: note: in expansion of macro 'git__calloc' cargo:warning= 33 | bv->u.words = git__calloc(bv->length, sizeof(uint64_t)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pathspec.c: In function 'git_pathspec__vinit': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/pathspec.c:83:29: note: in expansion of macro 'git__calloc' cargo:warning= 83 | git_attr_fnmatch *match = git__calloc(1, sizeof(git_attr_fnmatch)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/pathspec.c: In function 'pathspec_match_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/pathspec.c:315:31: note: in expansion of macro 'git__calloc' cargo:warning= 315 | git_pathspec_match_list *m = git__calloc(1, sizeof(git_pathspec_match_list)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/proxy.h:10, cargo:warning= from libgit2/src/libgit2/proxy.c:8: cargo:warning=libgit2/src/libgit2/proxy.c: In function 'git_proxy_options_dup': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/proxy.c:35:14: note: in expansion of macro 'git__strdup' cargo:warning= 35 | tgt->url = git__strdup(src->url); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/pathspec.o" "-c" "libgit2/src/libgit2/pathspec.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/proxy.o" "-c" "libgit2/src/libgit2/proxy.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/reader.h:10, cargo:warning= from libgit2/src/libgit2/reader.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/push.h:10, cargo:warning= from libgit2/src/libgit2/push.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/reader.c: In function 'git_reader_for_tree': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/reader.c:67:11: note: in expansion of macro 'git__calloc' cargo:warning= 67 | reader = git__calloc(1, sizeof(tree_reader)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/reader.c: In function 'git_reader_for_workdir': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/reader.c:164:11: note: in expansion of macro 'git__calloc' cargo:warning= 164 | reader = git__calloc(1, sizeof(workdir_reader)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/reader.c: In function 'git_reader_for_index': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/reader.c:230:11: note: in expansion of macro 'git__calloc' cargo:warning= 230 | reader = git__calloc(1, sizeof(index_reader)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/push.h:10, cargo:warning= from libgit2/src/libgit2/push.c:8: cargo:warning=libgit2/src/libgit2/push.c: In function 'git_push_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/push.c:40:6: note: in expansion of macro 'git__calloc' cargo:warning= 40 | p = git__calloc(1, sizeof(*p)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/push.c: In function 'parse_refspec': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/push.c:118:6: note: in expansion of macro 'git__calloc' cargo:warning= 118 | s = git__calloc(1, sizeof(*s)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/push.c: In function 'add_update': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/push.c:362:23: note: in expansion of macro 'git__calloc' cargo:warning= 362 | git_push_update *u = git__calloc(1, sizeof(git_push_update)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/push.c:365:19: note: in expansion of macro 'git__strdup' cargo:warning= 365 | u->src_refname = git__strdup(spec->refspec.src); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/push.c:368:19: note: in expansion of macro 'git__strdup' cargo:warning= 368 | u->dst_refname = git__strdup(spec->refspec.dst); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/push.o" "-c" "libgit2/src/libgit2/push.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reader.o" "-c" "libgit2/src/libgit2/reader.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/rebase.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/rebase.c:8: cargo:warning=libgit2/src/libgit2/rebase.c: In function 'rebase_open_merge': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/rebase.c:245:2: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 245 | git_array_init_to_size(rebase->operations, end); cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/rebase.c: In function 'rebase_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/rebase.c:275:23: note: in expansion of macro 'git__calloc' cargo:warning= 275 | git_rebase *rebase = git__calloc(1, sizeof(git_rebase)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/rebase.c:286:39: note: in expansion of macro 'git__strdup' cargo:warning= 286 | rebase->options.rewrite_notes_ref = git__strdup(rebase_opts->rewrite_notes_ref); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/rebase.c: In function 'rebase_init_merge': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/rebase.c:654:28: note: in expansion of macro 'git__strdup' cargo:warning= 654 | rebase->orig_head_name = git__strdup(branch->ref_name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/rebase.c:660:22: note: in expansion of macro 'git__strdup' cargo:warning= 660 | rebase->onto_name = git__strdup(rebase_onto_name(onto)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/refdb.h:10, cargo:warning= from libgit2/src/libgit2/refdb.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refdb.c: In function 'git_refdb_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refdb.c:30:7: note: in expansion of macro 'git__calloc' cargo:warning= 30 | db = git__calloc(1, sizeof(*db)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/rebase.o" "-c" "libgit2/src/libgit2/rebase.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/refs.h:10, cargo:warning= from libgit2/src/libgit2/refdb_fs.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refdb.o" "-c" "libgit2/src/libgit2/refdb.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c" cargo:warning=libgit2/src/libgit2/refdb_fs.c: In function 'refdb_fs_backend__iterator': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c:978:9: note: in expansion of macro 'git__calloc' cargo:warning= 978 | iter = git__calloc(1, sizeof(refdb_fs_iter)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c: In function 'refdb_fs_backend__lock': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c:1143:9: note: in expansion of macro 'git__calloc' cargo:warning= 1143 | lock = git__calloc(1, sizeof(git_filebuf)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c: In function 'setup_namespace': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refdb_fs.c:1876:16: note: in expansion of macro 'git__strdup' cargo:warning= 1876 | parts = end = git__strdup(repo->namespace); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c: In function 'reflog_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c:1916:8: note: in expansion of macro 'git__calloc' cargo:warning= 1916 | log = git__calloc(1, sizeof(git_reflog)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refdb_fs.c:1919:18: note: in expansion of macro 'git__strdup' cargo:warning= 1919 | log->ref_name = git__strdup(name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c: In function 'reflog_parse': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c:1947:11: note: in expansion of macro 'git__calloc' cargo:warning= 1947 | entry = git__calloc(1, sizeof(*entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c:1949:22: note: in expansion of macro 'git__calloc' cargo:warning= 1949 | entry->committer = git__calloc(1, sizeof(*entry->committer)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refdb_fs.c:1972:17: note: in expansion of macro 'git__strndup' cargo:warning= 1972 | entry->msg = git__strndup(parser.line, len); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c: In function 'git_refdb_backend_fs': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refdb_fs.c:2423:12: note: in expansion of macro 'git__calloc' cargo:warning= 2423 | backend = git__calloc(1, sizeof(refdb_fs_backend)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refdb_fs.o" "-c" "libgit2/src/libgit2/refdb_fs.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/reflog.h:10, cargo:warning= from libgit2/src/libgit2/reflog.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/reflog.c: In function 'git_reflog_append': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/reflog.c:87:10: note: in expansion of macro 'git__calloc' cargo:warning= 87 | entry = git__calloc(1, sizeof(git_reflog_entry)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/reflog.c:96:21: note: in expansion of macro 'git__strndup' cargo:warning= 96 | if ((entry->msg = git__strndup(msg, msglen)) == NULL) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/refs.h:10, cargo:warning= from libgit2/src/libgit2/refs.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reflog.o" "-c" "libgit2/src/libgit2/reflog.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c" cargo:warning=libgit2/src/libgit2/refs.c: In function 'alloc_ref': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refs.c:42:10: note: in expansion of macro 'git__calloc' cargo:warning= 42 | (ref = git__calloc(1, reflen)) != NULL) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refs.c: In function 'git_reference__alloc_symbolic': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refs.c:62:30: note: in expansion of macro 'git__strdup' cargo:warning= 62 | if ((ref->target.symbolic = git__strdup(target)) == NULL) { cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refs.c: In function 'cb__reflist_add': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refs.c:782:15: note: in expansion of macro 'git__strdup' cargo:warning= 782 | char *name = git__strdup(ref); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refs.o" "-c" "libgit2/src/libgit2/refs.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/refspec.h:10, cargo:warning= from libgit2/src/libgit2/refspec.c:8: cargo:warning=libgit2/src/libgit2/refspec.c: In function 'git_refspec__parse': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:46:21: note: in expansion of macro 'git__strdup' cargo:warning= 46 | refspec->string = git__strdup(input); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:48:18: note: in expansion of macro 'git__strdup' cargo:warning= 48 | refspec->src = git__strdup(""); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:50:18: note: in expansion of macro 'git__strdup' cargo:warning= 50 | refspec->dst = git__strdup(""); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:59:19: note: in expansion of macro 'git__strndup' cargo:warning= 59 | refspec->dst = git__strndup(rhs, rlen); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:72:17: note: in expansion of macro 'git__strndup' cargo:warning= 72 | refspec->src = git__strndup(lhs, llen); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:147:19: note: in expansion of macro 'git__strdup' cargo:warning= 147 | refspec->dst = git__strdup(refspec->src); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:152:20: note: in expansion of macro 'git__strdup' cargo:warning= 152 | refspec->string = git__strdup(input); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/refspec.c: In function 'git_refspec__dwim_one': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/refspec.c:368:8: note: in expansion of macro 'git__calloc' cargo:warning= 368 | cur = git__calloc(1, sizeof(git_refspec)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:375:16: note: in expansion of macro 'git__strdup' cargo:warning= 375 | cur->string = git__strdup(spec->string); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:394:14: note: in expansion of macro 'git__strdup' cargo:warning= 394 | cur->src = git__strdup(spec->src); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/refspec.c:415:14: note: in expansion of macro 'git__strdup' cargo:warning= 415 | cur->dst = git__strdup(spec->dst); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/refspec.o" "-c" "libgit2/src/libgit2/refspec.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/remote.h:10, cargo:warning= from libgit2/src/libgit2/remote.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/remote.h:10, cargo:warning= from libgit2/src/libgit2/remote.c:8: cargo:warning=libgit2/src/libgit2/remote.c: In function 'add_refspec_to': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c:41:9: note: in expansion of macro 'git__calloc' cargo:warning= 41 | spec = git__calloc(1, sizeof(git_refspec)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'git_remote_create_with_opts': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c:240:11: note: in expansion of macro 'git__calloc' cargo:warning= 240 | remote = git__calloc(1, sizeof(git_remote)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:254:17: note: in expansion of macro 'git__strdup' cargo:warning= 254 | remote->url = git__strdup(canonical_url.ptr); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:259:18: note: in expansion of macro 'git__strdup' cargo:warning= 259 | remote->name = git__strdup(opts->name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'git_remote_dup': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c:378:23: note: in expansion of macro 'git__calloc' cargo:warning= 378 | git_remote *remote = git__calloc(1, sizeof(git_remote)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:382:18: note: in expansion of macro 'git__strdup' cargo:warning= 382 | remote->name = git__strdup(source->name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:387:17: note: in expansion of macro 'git__strdup' cargo:warning= 387 | remote->url = git__strdup(source->url); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:392:21: note: in expansion of macro 'git__strdup' cargo:warning= 392 | remote->pushurl = git__strdup(source->pushurl); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'git_remote_lookup': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c:479:11: note: in expansion of macro 'git__calloc' cargo:warning= 479 | remote = git__calloc(1, sizeof(git_remote)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:482:17: note: in expansion of macro 'git__strdup' cargo:warning= 482 | remote->name = git__strdup(name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'git_remote_set_instance_url': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:620:13: note: in expansion of macro 'git__strdup' cargo:warning= 620 | if ((tmp = git__strdup(url)) == NULL) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'git_remote_set_instance_pushurl': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:681:13: note: in expansion of macro 'git__strdup' cargo:warning= 681 | if ((tmp = git__strdup(url)) == NULL) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'lookup_config': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:1057:10: note: in expansion of macro 'git__strdup' cargo:warning= 1057 | *out = git__strdup(ce->value); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'prune_candidates': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:1606:17: note: in expansion of macro 'git__strdup' cargo:warning= 1606 | refname_dup = git__strdup(refname); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'remote_list_cb': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:2192:17: note: in expansion of macro 'git__strndup' cargo:warning= 2192 | remote_name = git__strndup(name, namelen - 4); /* strip ".url" */ cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:2194:17: note: in expansion of macro 'git__strndup' cargo:warning= 2194 | remote_name = git__strndup(name, namelen - 8); /* strip ".pushurl" */ cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'rename_fetch_refspecs': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:2462:10: note: in expansion of macro 'git__strdup' cargo:warning= 2462 | dup = git__strdup(spec->string); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'copy_refspecs': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:2629:14: note: in expansion of macro 'git__strdup' cargo:warning= 2629 | if ((dup = git__strdup(spec->string)) == NULL) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'remove_refs': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:2768:9: note: in expansion of macro 'git__strdup' cargo:warning= 2768 | dup = git__strdup(name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/remote.c: In function 'apply_insteadof': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:3054:17: note: in expansion of macro 'git__strndup' cargo:warning= 3054 | replacement = git__strndup(entry->name + prefix_length, cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/remote.c:3061:10: note: in expansion of macro 'git__strdup' cargo:warning= 3061 | *out = git__strdup(url); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/repository.h:10, cargo:warning= from libgit2/src/libgit2/repository.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/repository.h:10, cargo:warning= from libgit2/src/libgit2/repository.c:8: cargo:warning=libgit2/src/libgit2/repository.c: In function 'repository_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/repository.c:287:25: note: in expansion of macro 'git__calloc' cargo:warning= 287 | git_repository *repo = git__calloc(1, sizeof(git_repository)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/repository.c:293:2: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 293 | git_array_init_to_size(repo->reserved_names, 4); cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/repository.c: In function 'git_repository_set_namespace': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/repository.c:1492:28: note: in expansion of macro 'git__strdup' cargo:warning= 1492 | return (repo->namespace = git__strdup(namespace)) ? 0 : -1; cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/repository.c: In function 'git_repository__extensions': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/repository.c:1794:20: note: in expansion of macro 'git__strdup' cargo:warning= 1794 | if ((extension = git__strdup(builtin)) == NULL || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/repository.c:1803:20: note: in expansion of macro 'git__strdup' cargo:warning= 1803 | if ((extension = git__strdup(user)) == NULL || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/repository.c: In function 'git_repository__set_extensions': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/repository.c:1820:20: note: in expansion of macro 'git__strdup' cargo:warning= 1820 | if ((extension = git__strdup(extensions[i])) == NULL || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/repository.c: In function 'git_repository_set_ident': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/repository.c:3525:14: note: in expansion of macro 'git__strdup' cargo:warning= 3525 | tmp_name = git__strdup(name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/repository.c:3530:15: note: in expansion of macro 'git__strdup' cargo:warning= 3530 | tmp_email = git__strdup(email); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/remote.o" "-c" "libgit2/src/libgit2/remote.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/repository.o" "-c" "libgit2/src/libgit2/repository.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/revert.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/reset.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/reset.o" "-c" "libgit2/src/libgit2/reset.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revert.o" "-c" "libgit2/src/libgit2/revert.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/revwalk.h:10, cargo:warning= from libgit2/src/libgit2/revwalk.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/revparse.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/revwalk.c: In function 'git_revwalk_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/revwalk.c:678:22: note: in expansion of macro 'git__calloc' cargo:warning= 678 | git_revwalk *walk = git__calloc(1, sizeof(git_revwalk)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/revparse.c: In function 'git_revparse': cargo:warning=libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' cargo:warning= 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/revparse.c:939:10: note: in expansion of macro 'git__substrdup' cargo:warning= 939 | lstr = git__substrdup(spec, dotdot - spec); cargo:warning= | ^~~~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revparse.o" "-c" "libgit2/src/libgit2/revparse.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/revwalk.o" "-c" "libgit2/src/libgit2/revwalk.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/stash.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/signature.h:10, cargo:warning= from libgit2/src/libgit2/signature.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/signature.c: In function 'extract_trimmed': cargo:warning=libgit2/src/util/alloc.h:19:61: error: 'git_allocator' has no member named 'gsubstrdup' cargo:warning= 19 | #define git__substrdup(str, n) git__allocator.gsubstrdup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/signature.c:67:9: note: in expansion of macro 'git__substrdup' cargo:warning= 67 | return git__substrdup(ptr, len); cargo:warning= | ^~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/signature.c: In function 'git_signature_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/signature.c:85:6: note: in expansion of macro 'git__calloc' cargo:warning= 85 | p = git__calloc(1, sizeof(git_signature)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/signature.c: In function 'git_signature_dup': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/signature.c:113:14: note: in expansion of macro 'git__calloc' cargo:warning= 113 | signature = git__calloc(1, sizeof(git_signature)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/signature.c:116:20: note: in expansion of macro 'git__strdup' cargo:warning= 116 | signature->name = git__strdup(source->name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/signature.c:119:21: note: in expansion of macro 'git__strdup' cargo:warning= 119 | signature->email = git__strdup(source->email); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/signature.c: In function 'git_signature_from_buffer': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/signature.c:294:8: note: in expansion of macro 'git__calloc' cargo:warning= 294 | sig = git__calloc(1, sizeof(git_signature)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/signature.o" "-c" "libgit2/src/libgit2/signature.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/stash.o" "-c" "libgit2/src/libgit2/stash.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/status.h:10, cargo:warning= from libgit2/src/libgit2/status.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/status.h:10, cargo:warning= from libgit2/src/libgit2/status.c:8: cargo:warning=libgit2/src/libgit2/status.c: In function 'git_status_list_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/status.c:226:17: note: in expansion of macro 'git__calloc' cargo:warning= 226 | if (!(status = git__calloc(1, sizeof(git_status_list)))) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/status.c: In function 'git_status_file': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/status.c:505:22: note: in expansion of macro 'git__strdup' cargo:warning= 505 | if ((sfi.expected = git__strdup(path)) == NULL) cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/libgit2/strarray.c:8: cargo:warning=libgit2/src/libgit2/strarray.c: In function 'git_strarray_copy': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/strarray.c:25:17: note: in expansion of macro 'git__calloc' cargo:warning= 25 | tgt->strings = git__calloc(src->count, sizeof(char *)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/strarray.c:32:30: note: in expansion of macro 'git__strdup' cargo:warning= 32 | tgt->strings[tgt->count] = git__strdup(src->strings[i]); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/status.o" "-c" "libgit2/src/libgit2/status.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/strarray.o" "-c" "libgit2/src/libgit2/strarray.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/sysdir.o" "-c" "libgit2/src/libgit2/sysdir.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/submodule.h:10, cargo:warning= from libgit2/src/libgit2/submodule.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/submodule.h:10, cargo:warning= from libgit2/src/libgit2/submodule.c:8: cargo:warning=libgit2/src/libgit2/submodule.c: In function 'find_by_path': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/submodule.c:120:16: note: in expansion of macro 'git__strndup' cargo:warning= 120 | data->name = git__strndup(fdot + 1, ldot - fdot - 1); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/submodule.c: In function 'load_submodule_names': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/submodule.c:236:38: note: in expansion of macro 'git__strdup' cargo:warning= 236 | if ((error = git_strmap_set(names, git__strdup(entry->value), git_str_detach(&buf))) < 0) { cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/submodule.c: In function 'submodule_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/submodule.c:1835:7: note: in expansion of macro 'git__calloc' cargo:warning= 1835 | sm = git__calloc(1, sizeof(git_submodule)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/submodule.c:1838:24: note: in expansion of macro 'git__strdup' cargo:warning= 1838 | sm->name = sm->path = git__strdup(name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/submodule.c: In function 'submodule_read_config': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/submodule.c:1983:16: note: in expansion of macro 'git__strdup' cargo:warning= 1983 | sm->path = git__strdup(value); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/submodule.c:1996:14: note: in expansion of macro 'git__strdup' cargo:warning= 1996 | sm->url = git__strdup(value); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/submodule.c:2005:16: note: in expansion of macro 'git__strdup' cargo:warning= 2005 | sm->branch = git__strdup(value); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/submodule.o" "-c" "libgit2/src/libgit2/submodule.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/threadstate.o" "-c" "libgit2/src/libgit2/threadstate.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/tag.h:10, cargo:warning= from libgit2/src/libgit2/tag.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/threadstate.h:10, cargo:warning= from libgit2/src/libgit2/threadstate.c:8: cargo:warning=libgit2/src/libgit2/threadstate.c: In function 'git_threadstate_get': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/threadstate.c:78:21: note: in expansion of macro 'git__calloc' cargo:warning= 78 | if ((threadstate = git__calloc(1, sizeof(git_threadstate))) == NULL || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/tag.c: In function 'tag_list_cb': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/tag.c:523:19: note: in expansion of macro 'git__strdup' cargo:warning= 523 | char *matched = git__strdup(tag_name + GIT_REFS_TAGS_DIR_LEN); cargo:warning= | ^~~~~~~~~~~ exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tag.o" "-c" "libgit2/src/libgit2/tag.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/trace.o" "-c" "libgit2/src/libgit2/trace.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/threadstate.o" "-c" "libgit2/src/libgit2/threadstate.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/array.h:10, cargo:warning= from libgit2/src/libgit2/trailer.c:7: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transaction.o" "-c" "libgit2/src/libgit2/transaction.c" exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/trailer.o" "-c" "libgit2/src/libgit2/trailer.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transport.c:8: cargo:warning=libgit2/src/libgit2/transport.c: In function 'git_transport_register': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transport.c:164:15: note: in expansion of macro 'git__calloc' cargo:warning= 164 | definition = git__calloc(1, sizeof(transport_definition)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transaction.h:10, cargo:warning= from libgit2/src/libgit2/transaction.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transaction.c: In function 'git_transaction_config_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transaction.c:64:7: note: in expansion of macro 'git__calloc' cargo:warning= 64 | tx = git__calloc(1, sizeof(git_transaction)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transaction.o" "-c" "libgit2/src/libgit2/transaction.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transport.o" "-c" "libgit2/src/libgit2/transport.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/tree.h:10, cargo:warning= from libgit2/src/libgit2/tree.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/tree-cache.h:11, cargo:warning= from libgit2/src/libgit2/tree-cache.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/tree.c: In function 'alloc_entry': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/tree.c:101:10: note: in expansion of macro 'git__calloc' cargo:warning= 101 | entry = git__calloc(1, tree_len); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/tree.c: In function 'git_tree__parse_raw': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/array.h:34:52: note: in expansion of macro 'git__calloc' cargo:warning= 34 | do { (a).size = 0; (a).asize = desired; (a).ptr = git__calloc(desired, sizeof(*(a).ptr)); } while (0) cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/tree.c:403:2: note: in expansion of macro 'git_array_init_to_size' cargo:warning= 403 | git_array_init_to_size(tree->entries, DEFAULT_TREE_SIZE); cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/tree.c: In function 'write_tree': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/tree.c:637:13: note: in expansion of macro 'git__strndup' cargo:warning= 637 | subdir = git__strndup(entry->path, next_slash - entry->path); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/tree.c: In function 'git_treebuilder_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/tree.c:751:8: note: in expansion of macro 'git__calloc' cargo:warning= 751 | bld = git__calloc(1, sizeof(git_treebuilder)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/tree.c: In function 'git_tree_create_updated': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/tree.c:1233:22: note: in expansion of macro 'git__strdup' cargo:warning= 1233 | new_entry->name = git__strdup(component.ptr); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tree-cache.o" "-c" "libgit2/src/libgit2/tree-cache.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/tree.o" "-c" "libgit2/src/libgit2/tree.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/alloc.o" "-c" "libgit2/src/util/alloc.c" cargo:warning=libgit2/src/util/alloc.c:18:2: warning: initialization of 'void * (*)(void *, size_t, const char *, int)' {aka 'void * (*)(void *, long unsigned int, const char *, int)'} from incompatible pointer type 'void * (*)(size_t, size_t, const char *, int)' {aka 'void * (*)(long unsigned int, long unsigned int, const char *, int)'} [-Wincompatible-pointer-types] cargo:warning= 18 | git_failalloc_calloc, cargo:warning= | ^~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.c:18:2: note: (near initialization for 'git__allocator.grealloc') cargo:warning=libgit2/src/util/alloc.c:19:2: warning: initialization of 'void (*)(void *)' from incompatible pointer type 'char * (*)(const char *, const char *, int)' [-Wincompatible-pointer-types] cargo:warning= 19 | git_failalloc_strdup, cargo:warning= | ^~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.c:19:2: note: (near initialization for 'git__allocator.gfree') cargo:warning=libgit2/src/util/alloc.c:20:2: warning: excess elements in struct initializer cargo:warning= 20 | git_failalloc_strndup, cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.c:20:2: note: (near initialization for 'git__allocator') cargo:warning=libgit2/src/util/alloc.c:21:2: warning: excess elements in struct initializer cargo:warning= 21 | git_failalloc_substrdup, cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.c:21:2: note: (near initialization for 'git__allocator') cargo:warning=libgit2/src/util/alloc.c:22:2: warning: excess elements in struct initializer cargo:warning= 22 | git_failalloc_realloc, cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.c:22:2: note: (near initialization for 'git__allocator') cargo:warning=libgit2/src/util/alloc.c:23:2: warning: excess elements in struct initializer cargo:warning= 23 | git_failalloc_reallocarray, cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.c:23:2: note: (near initialization for 'git__allocator') cargo:warning=libgit2/src/util/alloc.c:24:2: warning: excess elements in struct initializer cargo:warning= 24 | git_failalloc_mallocarray, cargo:warning= | ^~~~~~~~~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.c:24:2: note: (near initialization for 'git__allocator') cargo:warning=libgit2/src/util/alloc.c:25:2: warning: excess elements in struct initializer cargo:warning= 25 | git_failalloc_free cargo:warning= | ^~~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.c:25:2: note: (near initialization for 'git__allocator') cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/worktree.h:10, cargo:warning= from libgit2/src/libgit2/worktree.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/worktree.c: In function 'open_worktree_dir': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/worktree.c:143:12: note: in expansion of macro 'git__calloc' cargo:warning= 143 | if ((wt = git__calloc(1, sizeof(*wt))) == NULL) { cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/worktree.c:148:18: note: in expansion of macro 'git__strdup' cargo:warning= 148 | if ((wt->name = git__strdup(name)) == NULL || cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/worktree.c:151:36: note: in expansion of macro 'git__strdup' cargo:warning= 151 | (parent && (wt->parent_path = git__strdup(parent)) == NULL) || cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/worktree.o" "-c" "libgit2/src/libgit2/worktree.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/date.o" "-c" "libgit2/src/util/date.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/filebuf.o" "-c" "libgit2/src/util/filebuf.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/filebuf.h:10, cargo:warning= from libgit2/src/util/filebuf.c:8: cargo:warning=libgit2/src/util/filebuf.c: In function 'git_filebuf_commit_at': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/filebuf.c:410:24: note: in expansion of macro 'git__strdup' cargo:warning= 410 | file->path_original = git__strdup(path); cargo:warning= | ^~~~~~~~~~~ exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/filebuf.o" "-c" "libgit2/src/util/filebuf.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/fs_path.h:10, cargo:warning= from libgit2/src/util/fs_path.c:8: cargo:warning=libgit2/src/util/fs_path.c: In function 'git_fs_path_dirload': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/fs_path.c:1525:9: note: in expansion of macro 'git__strndup' cargo:warning= 1525 | dup = git__strndup(name + prefix_len, name_len - prefix_len); cargo:warning= | ^~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/fs_path.o" "-c" "libgit2/src/util/fs_path.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/futils.o" "-c" "libgit2/src/util/futils.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/hash.o" "-c" "libgit2/src/util/hash.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/net.o" "-c" "libgit2/src/util/net.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/net.h:10, cargo:warning= from libgit2/src/util/net.c:8: cargo:warning=libgit2/src/util/net.c: In function 'git_net_url_dup': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:59:17: note: in expansion of macro 'git__strdup' cargo:warning= 59 | out->scheme = git__strdup(in->scheme); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:64:15: note: in expansion of macro 'git__strdup' cargo:warning= 64 | out->host = git__strdup(in->host); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:69:15: note: in expansion of macro 'git__strdup' cargo:warning= 69 | out->port = git__strdup(in->port); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:74:15: note: in expansion of macro 'git__strdup' cargo:warning= 74 | out->path = git__strdup(in->path); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:79:16: note: in expansion of macro 'git__strdup' cargo:warning= 79 | out->query = git__strdup(in->query); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:84:19: note: in expansion of macro 'git__strdup' cargo:warning= 84 | out->username = git__strdup(in->username); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:89:19: note: in expansion of macro 'git__strdup' cargo:warning= 89 | out->password = git__strdup(in->password); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/net.h:10, cargo:warning= from libgit2/src/util/net.c:8: cargo:warning=libgit2/src/util/net.c: In function 'git_net_url_parse_scp': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' cargo:warning= 118 | if ((ptr) == NULL) { return -1; } \ cargo:warning= | ^~~ cargo:warning=libgit2/src/util/net.c:630:38: note: in expansion of macro 'git__strdup' cargo:warning= 630 | GIT_ERROR_CHECK_ALLOC(url->scheme = git__strdup("ssh")); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' cargo:warning= 118 | if ((ptr) == NULL) { return -1; } \ cargo:warning= | ^~~ cargo:warning=libgit2/src/util/net.c:633:41: note: in expansion of macro 'git__strndup' cargo:warning= 633 | GIT_ERROR_CHECK_ALLOC(url->username = git__strndup(user, user_len)); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' cargo:warning= 118 | if ((ptr) == NULL) { return -1; } \ cargo:warning= | ^~~ cargo:warning=libgit2/src/util/net.c:636:36: note: in expansion of macro 'git__strndup' cargo:warning= 636 | GIT_ERROR_CHECK_ALLOC(url->host = git__strndup(host, host_len)); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' cargo:warning= 118 | if ((ptr) == NULL) { return -1; } \ cargo:warning= | ^~~ cargo:warning=libgit2/src/util/net.c:639:37: note: in expansion of macro 'git__strndup' cargo:warning= 639 | GIT_ERROR_CHECK_ALLOC(url->port = git__strndup(port, port_len)); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' cargo:warning= 118 | if ((ptr) == NULL) { return -1; } \ cargo:warning= | ^~~ cargo:warning=libgit2/src/util/net.c:641:37: note: in expansion of macro 'git__strdup' cargo:warning= 641 | GIT_ERROR_CHECK_ALLOC(url->port = git__strdup(default_port)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/git2_util.h:118:7: note: in definition of macro 'GIT_ERROR_CHECK_ALLOC' cargo:warning= 118 | if ((ptr) == NULL) { return -1; } \ cargo:warning= | ^~~ cargo:warning=libgit2/src/util/net.c:644:36: note: in expansion of macro 'git__strdup' cargo:warning= 644 | GIT_ERROR_CHECK_ALLOC(url->path = git__strdup(path)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/net.h:10, cargo:warning= from libgit2/src/util/net.c:8: cargo:warning=libgit2/src/util/net.c: In function 'git_net_url_joinpath': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:671:17: note: in expansion of macro 'git__strdup' cargo:warning= 671 | out->query = git__strdup(query); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:699:17: note: in expansion of macro 'git__strdup' cargo:warning= 699 | out->scheme = git__strdup(one->scheme); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:704:15: note: in expansion of macro 'git__strdup' cargo:warning= 704 | out->host = git__strdup(one->host); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:709:15: note: in expansion of macro 'git__strdup' cargo:warning= 709 | out->port = git__strdup(one->port); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:714:19: note: in expansion of macro 'git__strdup' cargo:warning= 714 | out->username = git__strdup(one->username); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:719:19: note: in expansion of macro 'git__strdup' cargo:warning= 719 | out->password = git__strdup(one->password); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/net.c: In function 'git_net_url_apply_redirect': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/util/net.c:791:20: note: in expansion of macro 'git__strdup' cargo:warning= 791 | if ((url->path = git__strdup(redirect_location)) == NULL) { cargo:warning= | ^~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/pool.o" "-c" "libgit2/src/util/pool.c" exit status: 0 exit status: 0 exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/net.o" "-c" "libgit2/src/util/net.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/posix.o" "-c" "libgit2/src/util/posix.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/pqueue.o" "-c" "libgit2/src/util/pqueue.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/rand.o" "-c" "libgit2/src/util/rand.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/regexp.o" "-c" "libgit2/src/util/regexp.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/regexp.h:11, cargo:warning= from libgit2/src/util/regexp.c:8: cargo:warning=libgit2/src/util/regexp.c: In function 'git_regexp_search': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/regexp.c:52:10: note: in expansion of macro 'git__calloc' cargo:warning= 52 | ovec = git__calloc(nmatches * 3, sizeof(*ovec)); cargo:warning= | ^~~~~~~~~~~ exit status: 0 exit status: 0 exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/regexp.o" "-c" "libgit2/src/util/regexp.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/runtime.o" "-c" "libgit2/src/util/runtime.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/sortedcache.o" "-c" "libgit2/src/util/sortedcache.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/sortedcache.h:10, cargo:warning= from libgit2/src/util/sortedcache.c:8: cargo:warning=libgit2/src/util/sortedcache.c: In function 'git_sortedcache_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/sortedcache.c:25:7: note: in expansion of macro 'git__calloc' cargo:warning= 25 | sc = git__calloc(1, alloclen); cargo:warning= | ^~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/str.o" "-c" "libgit2/src/util/str.c" exit status: 0 exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/sortedcache.o" "-c" "libgit2/src/util/sortedcache.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/strmap.o" "-c" "libgit2/src/util/strmap.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/strmap.h:10, cargo:warning= from libgit2/src/util/strmap.c:8: cargo:warning=libgit2/src/util/strmap.c: In function 'kh_init_str': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/strmap.c:11:17: note: in expansion of macro 'git__calloc' cargo:warning= 11 | #define kcalloc git__calloc cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:201:26: note: in expansion of macro 'kcalloc' cargo:warning= 201 | return (kh_##name##_t*)kcalloc(1, sizeof(kh_##name##_t)); \ cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c: In function 'kh_resize_str': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:241:29: note: in expansion of macro 'kreallocarray' cargo:warning= 241 | new_flags = (khint32_t*)kreallocarray(NULL, __ac_fsize(new_n_buckets), sizeof(khint32_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:245:36: note: in expansion of macro 'kreallocarray' cargo:warning= 245 | khkey_t *new_keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:249:37: note: in expansion of macro 'kreallocarray' cargo:warning= 249 | khval_t *new_vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:284:25: note: in expansion of macro 'kreallocarray' cargo:warning= 284 | h->keys = (khkey_t*)kreallocarray((void *)h->keys, new_n_buckets, sizeof(khkey_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:13:23: note: in expansion of macro 'git__reallocarray' cargo:warning= 13 | #define kreallocarray git__reallocarray cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=libgit2/src/util/khash.h:285:40: note: in expansion of macro 'kreallocarray' cargo:warning= 285 | if (kh_is_map) h->vals = (khval_t*)kreallocarray((void *)h->vals, new_n_buckets, sizeof(khval_t)); \ cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/strmap.c:19:1: note: in expansion of macro '__KHASH_IMPL' cargo:warning= 19 | __KHASH_IMPL(str, static kh_inline, const char *, void *, 1, kh_str_hash_func, kh_str_hash_equal) cargo:warning= | ^~~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/strmap.o" "-c" "libgit2/src/util/strmap.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/thread.o" "-c" "libgit2/src/util/thread.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/tsort.o" "-c" "libgit2/src/util/tsort.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/tsort.c:8: cargo:warning=libgit2/src/util/tsort.c: In function 'resize': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/tsort.c:187:15: note: in expansion of macro 'git__reallocarray' cargo:warning= 187 | tempstore = git__reallocarray(store->storage, new_size, sizeof(void *)); cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/tsort.o" "-c" "libgit2/src/util/tsort.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/utf8.o" "-c" "libgit2/src/util/utf8.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/util.o" "-c" "libgit2/src/util/util.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/varint.o" "-c" "libgit2/src/util/varint.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/vector.o" "-c" "libgit2/src/util/vector.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/wildmatch.o" "-c" "libgit2/src/util/wildmatch.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/util/vector.h:10, cargo:warning= from libgit2/src/util/vector.c:8: cargo:warning=libgit2/src/util/vector.c: In function 'resize_vector': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/vector.c:38:17: note: in expansion of macro 'git__reallocarray' cargo:warning= 38 | new_contents = git__reallocarray(v->contents, new_size, sizeof(void *)); cargo:warning= | ^~~~~~~~~~~~~~~~~ exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/vector.o" "-c" "libgit2/src/util/vector.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/zstream.o" "-c" "libgit2/src/util/zstream.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/xdiff/xdiffi.o" "-c" "libgit2/src/libgit2/xdiff/xdiffi.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/xdiff/xemit.o" "-c" "libgit2/src/libgit2/xdiff/xemit.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/xdiff/xhistogram.o" "-c" "libgit2/src/libgit2/xdiff/xhistogram.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/xdiff/xmerge.o" "-c" "libgit2/src/libgit2/xdiff/xmerge.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/xdiff/xpatience.o" "-c" "libgit2/src/libgit2/xdiff/xpatience.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/xdiff/xprepare.o" "-c" "libgit2/src/libgit2/xdiff/xprepare.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/xdiff/xutils.o" "-c" "libgit2/src/libgit2/xdiff/xutils.c" exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/auth.o" "-c" "libgit2/src/libgit2/transports/auth.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/auth_negotiate.o" "-c" "libgit2/src/libgit2/transports/auth_negotiate.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/auth_ntlm.o" "-c" "libgit2/src/libgit2/transports/auth_ntlm.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/credential.o" "-c" "libgit2/src/libgit2/transports/credential.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/credential.c:8: cargo:warning=libgit2/src/libgit2/transports/credential.c: In function 'git_credential_userpass_plaintext_new': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:97:16: note: in expansion of macro 'git__strdup' cargo:warning= 97 | c->username = git__strdup(username); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:104:16: note: in expansion of macro 'git__strdup' cargo:warning= 104 | c->password = git__strdup(password); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c: In function 'git_credential_ssh_key_type_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c:242:6: note: in expansion of macro 'git__calloc' cargo:warning= 242 | c = git__calloc(1, sizeof(git_credential_ssh_key)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:248:16: note: in expansion of macro 'git__strdup' cargo:warning= 248 | c->username = git__strdup(username); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:251:18: note: in expansion of macro 'git__strdup' cargo:warning= 251 | c->privatekey = git__strdup(privatekey); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:255:18: note: in expansion of macro 'git__strdup' cargo:warning= 255 | c->publickey = git__strdup(publickey); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:260:19: note: in expansion of macro 'git__strdup' cargo:warning= 260 | c->passphrase = git__strdup(passphrase); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c: In function 'git_credential_ssh_interactive_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c:280:6: note: in expansion of macro 'git__calloc' cargo:warning= 280 | c = git__calloc(1, sizeof(git_credential_ssh_interactive)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:286:16: note: in expansion of macro 'git__strdup' cargo:warning= 286 | c->username = git__strdup(username); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c: In function 'git_credential_ssh_key_from_agent': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c:302:6: note: in expansion of macro 'git__calloc' cargo:warning= 302 | c = git__calloc(1, sizeof(git_credential_ssh_key)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:308:16: note: in expansion of macro 'git__strdup' cargo:warning= 308 | c->username = git__strdup(username); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c: In function 'git_credential_ssh_custom_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c:330:6: note: in expansion of macro 'git__calloc' cargo:warning= 330 | c = git__calloc(1, sizeof(git_credential_ssh_custom)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/credential.c:336:16: note: in expansion of macro 'git__strdup' cargo:warning= 336 | c->username = git__strdup(username); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c: In function 'git_credential_default_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/credential.c:360:6: note: in expansion of macro 'git__calloc' cargo:warning= 360 | c = git__calloc(1, sizeof(git_credential_default)); cargo:warning= | ^~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/credential_helpers.o" "-c" "libgit2/src/libgit2/transports/credential_helpers.c" exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/credential.o" "-c" "libgit2/src/libgit2/transports/credential.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/git.o" "-c" "libgit2/src/libgit2/transports/git.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/git.c:8: cargo:warning=libgit2/src/libgit2/transports/git.c: In function 'git_proto_stream_alloc': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/git.c:163:6: note: in expansion of macro 'git__calloc' cargo:warning= 163 | s = git__calloc(1, sizeof(git_proto_stream)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/git.c:172:11: note: in expansion of macro 'git__strdup' cargo:warning= 172 | s->url = git__strdup(url); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/git.c: In function 'git_smart_subtransport_git': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/git.c:351:6: note: in expansion of macro 'git__calloc' cargo:warning= 351 | t = git__calloc(1, sizeof(git_subtransport)); cargo:warning= | ^~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/http.o" "-c" "libgit2/src/libgit2/transports/http.c" exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/git.o" "-c" "libgit2/src/libgit2/transports/git.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/httpclient.o" "-c" "libgit2/src/libgit2/transports/httpclient.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/http.c:8: cargo:warning=libgit2/src/libgit2/transports/http.c: In function 'http_action': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/http.c:684:11: note: in expansion of macro 'git__calloc' cargo:warning= 684 | stream = git__calloc(sizeof(http_stream), 1); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/http.c: In function 'git_smart_subtransport_http': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/http.c:749:14: note: in expansion of macro 'git__calloc' cargo:warning= 749 | transport = git__calloc(sizeof(http_subtransport), 1); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/httpclient.c:8: cargo:warning=libgit2/src/libgit2/transports/httpclient.c: In function 'on_header_complete': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/httpclient.c:174:4: note: in expansion of macro 'git__strndup' cargo:warning= 174 | git__strndup(value->ptr, value->size); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/httpclient.c:197:15: note: in expansion of macro 'git__strndup' cargo:warning= 197 | char *dup = git__strndup(value->ptr, value->size); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/httpclient.c:203:15: note: in expansion of macro 'git__strndup' cargo:warning= 203 | char *dup = git__strndup(value->ptr, value->size); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/httpclient.c:215:24: note: in expansion of macro 'git__strndup' cargo:warning= 215 | response->location = git__strndup(value->ptr, value->size); cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/httpclient.c: In function 'server_setup_from_url': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/httpclient.c:847:24: note: in expansion of macro 'git__strdup' cargo:warning= 847 | server->url.scheme = git__strdup(url->scheme); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/httpclient.c:850:22: note: in expansion of macro 'git__strdup' cargo:warning= 850 | server->url.host = git__strdup(url->host); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/httpclient.c:853:22: note: in expansion of macro 'git__strdup' cargo:warning= 853 | server->url.port = git__strdup(url->port); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/httpclient.c: In function 'git_http_client_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/httpclient.c:1531:11: note: in expansion of macro 'git__calloc' cargo:warning= 1531 | client = git__calloc(1, sizeof(git_http_client)); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/http.o" "-c" "libgit2/src/libgit2/transports/http.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/local.o" "-c" "libgit2/src/libgit2/transports/local.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/httpclient.o" "-c" "libgit2/src/libgit2/transports/httpclient.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart.o" "-c" "libgit2/src/libgit2/transports/smart.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/smart.h:10, cargo:warning= from libgit2/src/libgit2/transports/smart.c:8: cargo:warning=libgit2/src/libgit2/transports/smart.c: In function 'git_smart__connect': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/smart.c:138:11: note: in expansion of macro 'git__strdup' cargo:warning= 138 | t->url = git__strdup(url); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart.c: In function 'git_transport_smart': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart.c:480:6: note: in expansion of macro 'git__calloc' cargo:warning= 480 | t = git__calloc(1, sizeof(transport_smart)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart.c:492:28: warning: assignment to 'int (*)(git_transport *, git_repository *, const git_fetch_negotiation *)' from incompatible pointer type 'int (*)(git_transport *, git_repository *, const git_remote_head * const*, size_t)' {aka 'int (*)(git_transport *, git_repository *, const git_remote_head * const*, long unsigned int)'} [-Wincompatible-pointer-types] cargo:warning= 492 | t->parent.negotiate_fetch = git_smart__negotiate_fetch; cargo:warning= | ^ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/local.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/local.c:8: cargo:warning=libgit2/src/libgit2/transports/local.c: In function 'add_ref': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/local.c:92:9: note: in expansion of macro 'git__calloc' cargo:warning= 92 | head = git__calloc(1, sizeof(git_remote_head)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:95:15: note: in expansion of macro 'git__strdup' cargo:warning= 95 | head->name = git__strdup(name); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:101:25: note: in expansion of macro 'git__strdup' cargo:warning= 101 | head->symref_target = git__strdup(git_reference_symbolic_target(ref)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/local.c:129:9: note: in expansion of macro 'git__calloc' cargo:warning= 129 | head = git__calloc(1, sizeof(git_remote_head)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/local.c: In function 'local_connect': cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:218:11: note: in expansion of macro 'git__strdup' cargo:warning= 218 | t->url = git__strdup(url); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/local.c: In function 'local_push': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/local.c:423:12: note: in expansion of macro 'git__calloc' cargo:warning= 423 | status = git__calloc(1, sizeof(push_status)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:427:17: note: in expansion of macro 'git__strdup' cargo:warning= 427 | status->ref = git__strdup(ref); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:440:19: note: in expansion of macro 'git__strdup' cargo:warning= 440 | status->msg = git__strdup("funny refname"); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:443:19: note: in expansion of macro 'git__strdup' cargo:warning= 443 | status->msg = git__strdup("Remote branch not found to delete"); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:449:20: note: in expansion of macro 'git__strdup' cargo:warning= 449 | status->msg = git__strdup(last->message); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:451:20: note: in expansion of macro 'git__strdup' cargo:warning= 451 | status->msg = git__strdup("Unspecified error encountered"); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/local.c:469:9: note: in expansion of macro 'git__strdup' cargo:warning= 469 | url = git__strdup(t->url); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/local.c: In function 'git_transport_local': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/local.c:739:6: note: in expansion of macro 'git__calloc' cargo:warning= 739 | t = git__calloc(1, sizeof(transport_local)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/local.c:749:28: warning: assignment to 'int (*)(git_transport *, git_repository *, const git_fetch_negotiation *)' from incompatible pointer type 'int (*)(git_transport *, git_repository *, const git_remote_head * const*, size_t)' {aka 'int (*)(git_transport *, git_repository *, const git_remote_head * const*, long unsigned int)'} [-Wincompatible-pointer-types] cargo:warning= 749 | t->parent.negotiate_fetch = local_negotiate_fetch; cargo:warning= | ^ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/local.o" "-c" "libgit2/src/libgit2/transports/local.c" with args "cc" did not execute successfully (status code exit status: 1). exit status: 1 cargo:warning=ToolExecError: running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "-c" "libgit2/src/libgit2/transports/smart_pkt.c" Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart.o" "-c" "libgit2/src/libgit2/transports/smart.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart_protocol.o" "-c" "libgit2/src/libgit2/transports/smart_protocol.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/smart_pkt.c:8: cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c: In function 'ack_pkt': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:51:8: note: in expansion of macro 'git__calloc' cargo:warning= 51 | pkt = git__calloc(1, sizeof(git_pkt_ack)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c: In function 'ref_pkt': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_pkt.c:279:8: note: in expansion of macro 'git__calloc' cargo:warning= 279 | pkt = git__calloc(1, sizeof(git_pkt_ref)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/smart_protocol.c:8: cargo:warning=libgit2/src/util/array.h: In function 'git_array_grow': cargo:warning=libgit2/src/util/alloc.h:21:62: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 21 | #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~~~~~~~ cargo:warning=libgit2/src/util/array.h:59:19: note: in expansion of macro 'git__reallocarray' cargo:warning= 59 | if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL) cargo:warning= | ^~~~~~~~~~~~~~~~~ cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/transports/smart_protocol.c:8: cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c: In function 'append_symref': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:109:12: note: in expansion of macro 'git__calloc' cargo:warning= 109 | mapping = git__calloc(1, sizeof(git_refspec)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c: In function 'git_smart__detect_caps': cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:230:31: note: in expansion of macro 'git__strndup' cargo:warning= 230 | if ((caps->object_format = git__strndup(start, (ptr - start))) == NULL) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:18:61: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 18 | #define git__strndup(str, n) git__allocator.gstrndup(str, n, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:241:23: note: in expansion of macro 'git__strndup' cargo:warning= 241 | if ((caps->agent = git__strndup(start, (ptr - start))) == NULL) cargo:warning= | ^~~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c: In function 'add_push_report_pkt': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:716:13: note: in expansion of macro 'git__calloc' cargo:warning= 716 | status = git__calloc(1, sizeof(push_status)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:719:18: note: in expansion of macro 'git__strdup' cargo:warning= 719 | status->ref = git__strdup(((git_pkt_ok *)pkt)->ref); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:727:13: note: in expansion of macro 'git__calloc' cargo:warning= 727 | status = git__calloc(1, sizeof(push_status)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:729:18: note: in expansion of macro 'git__strdup' cargo:warning= 729 | status->ref = git__strdup(((git_pkt_ng *)pkt)->ref); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:730:18: note: in expansion of macro 'git__strdup' cargo:warning= 730 | status->msg = git__strdup(((git_pkt_ng *)pkt)->msg); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c: In function 'add_ref_from_push_spec': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:899:23: note: in expansion of macro 'git__calloc' cargo:warning= 899 | git_pkt_ref *added = git__calloc(1, sizeof(git_pkt_ref)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/transports/smart_protocol.c:904:21: note: in expansion of macro 'git__strdup' cargo:warning= 904 | added->head.name = git__strdup(push_spec->refspec.dst); cargo:warning= | ^~~~~~~~~~~ exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart_pkt.o" "-c" "libgit2/src/libgit2/transports/smart_pkt.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/ssh.o" "-c" "libgit2/src/libgit2/transports/ssh.c" exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/smart_protocol.o" "-c" "libgit2/src/libgit2/transports/smart_protocol.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/transports/winhttp.o" "-c" "libgit2/src/libgit2/transports/winhttp.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/mbedtls.o" "-c" "libgit2/src/libgit2/streams/mbedtls.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/openssl.o" "-c" "libgit2/src/libgit2/streams/openssl.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/openssl_dynamic.o" "-c" "libgit2/src/libgit2/streams/openssl_dynamic.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/openssl_legacy.o" "-c" "libgit2/src/libgit2/streams/openssl_legacy.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/registry.o" "-c" "libgit2/src/libgit2/streams/registry.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/socket.o" "-c" "libgit2/src/libgit2/streams/socket.c" cargo:warning=In file included from libgit2/src/util/util.h:386, cargo:warning= from libgit2/src/util/git2_util.h:166, cargo:warning= from libgit2/src/libgit2/common.h:10, cargo:warning= from libgit2/src/libgit2/streams/socket.h:10, cargo:warning= from libgit2/src/libgit2/streams/socket.c:8: cargo:warning=libgit2/src/libgit2/streams/socket.c: In function 'default_socket_stream_new': cargo:warning=libgit2/src/util/alloc.h:16:62: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 16 | #define git__calloc(nelem, elsize) git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__) cargo:warning= | ^~~~~~~ cargo:warning=libgit2/src/libgit2/streams/socket.c:193:7: note: in expansion of macro 'git__calloc' cargo:warning= 193 | st = git__calloc(1, sizeof(git_socket_stream)); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/streams/socket.c:196:13: note: in expansion of macro 'git__strdup' cargo:warning= 196 | st->host = git__strdup(host); cargo:warning= | ^~~~~~~~~~~ cargo:warning=libgit2/src/util/alloc.h:17:61: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 17 | #define git__strdup(str) git__allocator.gstrdup(str, __FILE__, __LINE__) cargo:warning= | ^ cargo:warning=libgit2/src/libgit2/streams/socket.c:200:14: note: in expansion of macro 'git__strdup' cargo:warning= 200 | st->port = git__strdup(port); cargo:warning= | ^~~~~~~~~~~ running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/stransport.o" "-c" "libgit2/src/libgit2/streams/stransport.c" exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/socket.o" "-c" "libgit2/src/libgit2/streams/socket.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/libgit2/streams/tls.o" "-c" "libgit2/src/libgit2/streams/tls.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/http-parser/http_parser.o" "-c" "libgit2/deps/http-parser/http_parser.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_byte_order.o" "-c" "libgit2/deps/pcre/pcre_byte_order.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_chartables.o" "-c" "libgit2/deps/pcre/pcre_chartables.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_compile.o" "-c" "libgit2/deps/pcre/pcre_compile.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_config.o" "-c" "libgit2/deps/pcre/pcre_config.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_dfa_exec.o" "-c" "libgit2/deps/pcre/pcre_dfa_exec.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_exec.o" "-c" "libgit2/deps/pcre/pcre_exec.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_fullinfo.o" "-c" "libgit2/deps/pcre/pcre_fullinfo.c" exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_get.o" "-c" "libgit2/deps/pcre/pcre_get.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_globals.o" "-c" "libgit2/deps/pcre/pcre_globals.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_jit_compile.o" "-c" "libgit2/deps/pcre/pcre_jit_compile.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_maketables.o" "-c" "libgit2/deps/pcre/pcre_maketables.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_newline.o" "-c" "libgit2/deps/pcre/pcre_newline.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_ord2utf8.o" "-c" "libgit2/deps/pcre/pcre_ord2utf8.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_printint.o" "-c" "libgit2/deps/pcre/pcre_printint.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_refcount.o" "-c" "libgit2/deps/pcre/pcre_refcount.c" exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_string_utils.o" "-c" "libgit2/deps/pcre/pcre_string_utils.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_study.o" "-c" "libgit2/deps/pcre/pcre_study.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_tables.o" "-c" "libgit2/deps/pcre/pcre_tables.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_ucd.o" "-c" "libgit2/deps/pcre/pcre_ucd.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_valid_utf8.o" "-c" "libgit2/deps/pcre/pcre_valid_utf8.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_version.o" "-c" "libgit2/deps/pcre/pcre_version.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcre_xclass.o" "-c" "libgit2/deps/pcre/pcre_xclass.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/deps/pcre/pcreposix.o" "-c" "libgit2/deps/pcre/pcreposix.c" exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/allocators/failalloc.o" "-c" "libgit2/src/util/allocators/failalloc.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/unix/map.o" "-c" "libgit2/src/util/unix/map.c" cargo:warning=libgit2/src/util/allocators/stdalloc.c: In function 'git_stdalloc_init_allocator': cargo:warning=libgit2/src/util/allocators/stdalloc.c:141:13: error: 'git_allocator' has no member named 'gcalloc'; did you mean 'gmalloc'? cargo:warning= 141 | allocator->gcalloc = stdalloc__calloc; cargo:warning= | ^~~~~~~ cargo:warning= | gmalloc cargo:warning=libgit2/src/util/allocators/stdalloc.c:142:11: error: 'git_allocator' has no member named 'gstrdup' cargo:warning= 142 | allocator->gstrdup = stdalloc__strdup; cargo:warning= | ^~ cargo:warning=libgit2/src/util/allocators/stdalloc.c:143:11: error: 'git_allocator' has no member named 'gstrndup' cargo:warning= 143 | allocator->gstrndup = stdalloc__strndup; cargo:warning= | ^~ cargo:warning=libgit2/src/util/allocators/stdalloc.c:144:11: error: 'git_allocator' has no member named 'gsubstrdup' cargo:warning= 144 | allocator->gsubstrdup = stdalloc__substrdup; cargo:warning= | ^~ cargo:warning=libgit2/src/util/allocators/stdalloc.c:146:13: error: 'git_allocator' has no member named 'greallocarray'; did you mean 'grealloc'? cargo:warning= 146 | allocator->greallocarray = stdalloc__reallocarray; cargo:warning= | ^~~~~~~~~~~~~ cargo:warning= | grealloc cargo:warning=libgit2/src/util/allocators/stdalloc.c:147:11: error: 'git_allocator' has no member named 'gmallocarray' cargo:warning= 147 | allocator->gmallocarray = stdalloc__mallocarray; cargo:warning= | ^~ exit status: 0 exit status: 0 exit status: 0 exit status: 1 cargo:warning=ToolExecError: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" with args "cc" did not execute successfully (status code exit status: 1).running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/unix/realpath.o" "-c" "libgit2/src/util/unix/realpath.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/hash/collisiondetect.o" "-c" "libgit2/src/util/hash/collisiondetect.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/hash/sha1dc/sha1.o" "-c" "libgit2/src/util/hash/sha1dc/sha1.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/hash/sha1dc/ubc_check.o" "-c" "libgit2/src/util/hash/sha1dc/ubc_check.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/hash/builtin.o" "-c" "libgit2/src/util/hash/builtin.c" running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/hash/rfc6234/sha224-256.o" "-c" "libgit2/src/util/hash/rfc6234/sha224-256.c" exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 exit status: 0 --- stderr error occurred: Command "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-pipe" "-O2" "-I/usr/pkg/include" "-I/usr/include" "-I" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/home/pbulk/build/sysutils/lsd/work/lsd-1.0.0/target/release/build/libgit2-sys-80384d1fae49dbbf/out/build/libgit2/src/util/allocators/stdalloc.o" "-c" "libgit2/src/util/allocators/stdalloc.c" with args "cc" did not execute successfully (status code exit status: 1). *** Error code 101 Stop. bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/sysutils/lsd *** Error code 1 Stop. bmake: stopped in /data/jenkins/workspace/pkgsrc-netbsd-trunk-x86_64/sysutils/lsd