=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for gping-1.14.0
   Compiling libc v0.2.147
   Compiling proc-macro2 v1.0.66
   Compiling pkg-config v0.3.27
   Compiling unicode-ident v1.0.11
   Compiling vcpkg v0.2.15
   Compiling jobserver v0.1.26
   Compiling quote v1.0.32
   Compiling cc v1.0.79
   Compiling const_fn v0.4.9
   Compiling autocfg v1.1.0
   Compiling tinyvec_macros v0.1.1
   Compiling tinyvec v1.6.0
   Compiling libz-sys v1.1.12
   Compiling libgit2-sys v0.15.2+1.6.4
   Compiling unicode-xid v0.2.4
   Compiling unicode-normalization v0.1.22
   Compiling const_format_proc_macros v0.2.31
   Compiling bitflags v2.3.3
   Compiling memchr v2.5.0
   Compiling rustix v0.38.4
   Compiling log v0.4.19
   Compiling percent-encoding v2.3.0
   Compiling unicode-bidi v0.3.13
   Compiling form_urlencoded v1.2.0
   Compiling idna v0.4.0
   Compiling lock_api v0.4.10
   Compiling syn v2.0.28
   Compiling errno v0.3.2
   Compiling signal-hook v0.3.17
   Compiling cfg-if v1.0.0
   Compiling core-foundation-sys v0.8.4
   Compiling parking_lot_core v0.9.8
   Compiling iana-time-zone v0.1.57
The following warnings were emitted during compilation:

warning: In file included from libgit2/src/libgit2/annotated_commit.c:8:
warning: In file included from libgit2/src/libgit2/annotated_commit.h:12:
warning: In file included from libgit2/src/libgit2/oidarray.h:13:
warning: libgit2/src/util/array.h:59:19: error: no member named 'greallocarray' in 'git_allocator'
warning:         if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL)
warning:                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: libgit2/src/util/alloc.h:21:62: note: expanded from macro 'git__reallocarray'
warning: #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__)
warning:                                               ~~~~~~~~~~~~~~ ^
warning: libgit2/src/libgit2/annotated_commit.c:34:21: error: no member named 'gcalloc' in 'git_allocator'; did you mean 'grealloc'?
warning:         annotated_commit = git__calloc(1, sizeof(git_annotated_commit));
warning:                            ^
warning: libgit2/src/util/alloc.h:16:62: note: expanded from macro 'git__calloc'
warning: #define git__calloc(nelem, elsize)            git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__)
warning:                                                              ^
warning: /Users/pbulk/build/net/gping/work/.buildlink/include/git2/sys/alloc.h:32:22: note: 'grealloc' declared here
warning:         void * GIT_CALLBACK(grealloc)(void *ptr, size_t size, const char *file, int line);
warning:                             ^
warning: libgit2/src/libgit2/annotated_commit.c:48:34: error: no member named 'gstrdup' in 'git_allocator'
warning:         annotated_commit->description = git__strdup(description);
warning:                                         ^~~~~~~~~~~~~~~~~~~~~~~~
warning: libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
warning: #define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
warning:                                               ~~~~~~~~~~~~~~ ^
warning: libgit2/src/libgit2/annotated_commit.c:149:22: error: no member named 'gstrdup' in 'git_allocator'
warning:                 (*out)->ref_name = git__strdup(git_reference_name(ref));
warning:                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
warning: #define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
warning:                                               ~~~~~~~~~~~~~~ ^
warning: libgit2/src/libgit2/annotated_commit.c:194:21: error: no member named 'gstrdup' in 'git_allocator'
warning:         (*out)->ref_name = git__strdup(branch_name);
warning:                            ^~~~~~~~~~~~~~~~~~~~~~~~
warning: libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
warning: #define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
warning:                                               ~~~~~~~~~~~~~~ ^
warning: libgit2/src/libgit2/annotated_commit.c:197:23: error: no member named 'gstrdup' in 'git_allocator'
warning:         (*out)->remote_url = git__strdup(remote_url);
warning:                              ^~~~~~~~~~~~~~~~~~~~~~~
warning: libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
warning: #define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
warning:                                               ~~~~~~~~~~~~~~ ^
warning: 6 errors generated.
warning: In file included from libgit2/src/libgit2/apply.c:15:
warning: libgit2/src/util/array.h:59:19: error: no member named 'greallocarray' in 'git_allocator'
warning:         if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL)
warning:                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
warning: libgit2/src/util/alloc.h:21:62: note: expanded from macro 'git__reallocarray'
warning: #define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__)
warning:                                               ~~~~~~~~~~~~~~ ^
warning: libgit2/src/libgit2/apply.c:416:14: error: no member named 'gstrdup' in 'git_allocator'
warning:                 filename = git__strdup(newfile->path);
warning:                            ^~~~~~~~~~~~~~~~~~~~~~~~~~
warning: libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
warning: #define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
warning:                                               ~~~~~~~~~~~~~~ ^
warning: 2 errors generated.

error: failed to run custom build command for `libgit2-sys v0.15.2+1.6.4`

Caused by:
  process didn't exit successfully: `/Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-80c6762f703fc96f/build-script-build` (exit status: 1)
  --- stdout
  cargo:rerun-if-env-changed=LIBGIT2_NO_PKG_CONFIG
  cargo:rerun-if-env-changed=PKG_CONFIG_aarch64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_aarch64_apple_darwin
  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_aarch64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_PATH_aarch64_apple_darwin
  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_aarch64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_LIBDIR_aarch64_apple_darwin
  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_aarch64-apple-darwin
  cargo:rerun-if-env-changed=PKG_CONFIG_SYSROOT_DIR_aarch64_apple_darwin
  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 => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/annotated_commit.h
  libgit2/include/git2/apply.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/apply.h
  libgit2/include/git2/attr.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/attr.h
  libgit2/include/git2/blame.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/blame.h
  libgit2/include/git2/blob.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/blob.h
  libgit2/include/git2/branch.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/branch.h
  libgit2/include/git2/buffer.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/buffer.h
  libgit2/include/git2/cert.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/cert.h
  libgit2/include/git2/checkout.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/checkout.h
  libgit2/include/git2/cherrypick.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/cherrypick.h
  libgit2/include/git2/clone.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/clone.h
  libgit2/include/git2/commit.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/commit.h
  libgit2/include/git2/common.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/common.h
  libgit2/include/git2/config.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/config.h
  libgit2/include/git2/cred_helpers.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/cred_helpers.h
  libgit2/include/git2/credential.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/credential.h
  libgit2/include/git2/credential_helpers.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/credential_helpers.h
  libgit2/include/git2/deprecated.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/deprecated.h
  libgit2/include/git2/describe.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/describe.h
  libgit2/include/git2/diff.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/diff.h
  libgit2/include/git2/email.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/email.h
  libgit2/include/git2/errors.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/errors.h
  libgit2/include/git2/experimental.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/experimental.h
  libgit2/include/git2/filter.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/filter.h
  libgit2/include/git2/global.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/global.h
  libgit2/include/git2/graph.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/graph.h
  libgit2/include/git2/ignore.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/ignore.h
  libgit2/include/git2/index.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/index.h
  libgit2/include/git2/indexer.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/indexer.h
  libgit2/include/git2/mailmap.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/mailmap.h
  libgit2/include/git2/merge.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/merge.h
  libgit2/include/git2/message.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/message.h
  libgit2/include/git2/net.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/net.h
  libgit2/include/git2/notes.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/notes.h
  libgit2/include/git2/object.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/object.h
  libgit2/include/git2/odb.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/odb.h
  libgit2/include/git2/odb_backend.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/odb_backend.h
  libgit2/include/git2/oid.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/oid.h
  libgit2/include/git2/oidarray.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/oidarray.h
  libgit2/include/git2/pack.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/pack.h
  libgit2/include/git2/patch.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/patch.h
  libgit2/include/git2/pathspec.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/pathspec.h
  libgit2/include/git2/proxy.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/proxy.h
  libgit2/include/git2/rebase.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/rebase.h
  libgit2/include/git2/refdb.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/refdb.h
  libgit2/include/git2/reflog.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/reflog.h
  libgit2/include/git2/refs.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/refs.h
  libgit2/include/git2/refspec.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/refspec.h
  libgit2/include/git2/remote.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/remote.h
  libgit2/include/git2/repository.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/repository.h
  libgit2/include/git2/reset.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/reset.h
  libgit2/include/git2/revert.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/revert.h
  libgit2/include/git2/revparse.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/revparse.h
  libgit2/include/git2/revwalk.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/revwalk.h
  libgit2/include/git2/signature.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/signature.h
  libgit2/include/git2/stash.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/stash.h
  libgit2/include/git2/status.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/status.h
  libgit2/include/git2/stdint.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/stdint.h
  libgit2/include/git2/strarray.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/strarray.h
  libgit2/include/git2/submodule.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/submodule.h
  libgit2/include/git2/sys/alloc.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/alloc.h
  libgit2/include/git2/sys/commit.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/commit.h
  libgit2/include/git2/sys/commit_graph.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/commit_graph.h
  libgit2/include/git2/sys/config.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/config.h
  libgit2/include/git2/sys/cred.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/cred.h
  libgit2/include/git2/sys/credential.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/credential.h
  libgit2/include/git2/sys/diff.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/diff.h
  libgit2/include/git2/sys/email.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/email.h
  libgit2/include/git2/sys/filter.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/filter.h
  libgit2/include/git2/sys/hashsig.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/hashsig.h
  libgit2/include/git2/sys/index.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/index.h
  libgit2/include/git2/sys/mempack.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/mempack.h
  libgit2/include/git2/sys/merge.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/merge.h
  libgit2/include/git2/sys/midx.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/midx.h
  libgit2/include/git2/sys/odb_backend.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/odb_backend.h
  libgit2/include/git2/sys/openssl.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/openssl.h
  libgit2/include/git2/sys/path.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/path.h
  libgit2/include/git2/sys/refdb_backend.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/refdb_backend.h
  libgit2/include/git2/sys/reflog.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/reflog.h
  libgit2/include/git2/sys/refs.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/refs.h
  libgit2/include/git2/sys/remote.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/remote.h
  libgit2/include/git2/sys/repository.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/repository.h
  libgit2/include/git2/sys/stream.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/stream.h
  libgit2/include/git2/sys/transport.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/sys/transport.h
  libgit2/include/git2/tag.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/tag.h
  libgit2/include/git2/trace.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/trace.h
  libgit2/include/git2/transaction.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/transaction.h
  libgit2/include/git2/transport.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/transport.h
  libgit2/include/git2/tree.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/tree.h
  libgit2/include/git2/types.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/types.h
  libgit2/include/git2/version.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/version.h
  libgit2/include/git2/worktree.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2/worktree.h
  libgit2/include/git2.h => /Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include/git2.h
  TARGET = Some("aarch64-apple-darwin")
  OPT_LEVEL = Some("0")
  HOST = Some("aarch64-apple-darwin")
  cargo:rerun-if-env-changed=CC_aarch64-apple-darwin
  CC_aarch64-apple-darwin = None
  cargo:rerun-if-env-changed=CC_aarch64_apple_darwin
  CC_aarch64_apple_darwin = None
  cargo:rerun-if-env-changed=HOST_CC
  HOST_CC = None
  cargo:rerun-if-env-changed=CC
  CC = Some("clang")
  cargo:rerun-if-env-changed=CFLAGS_aarch64-apple-darwin
  CFLAGS_aarch64-apple-darwin = None
  cargo:rerun-if-env-changed=CFLAGS_aarch64_apple_darwin
  CFLAGS_aarch64_apple_darwin = None
  cargo:rerun-if-env-changed=HOST_CFLAGS
  HOST_CFLAGS = None
  cargo:rerun-if-env-changed=CFLAGS
  CFLAGS = Some("-pipe -Os -I/opt/pkg/include")
  cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("false")
  running: "clang" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-pipe" "-Os" "-I/opt/pkg/include" "-I" "/Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c"
  cargo:warning=In file included from libgit2/src/libgit2/annotated_commit.c:8:
  cargo:warning=In file included from libgit2/src/libgit2/annotated_commit.h:12:
  cargo:warning=In file included from libgit2/src/libgit2/oidarray.h:13:
  cargo:warning=libgit2/src/util/array.h:59:19: error: no member named 'greallocarray' in 'git_allocator'
  cargo:warning=        if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL)
  cargo:warning=                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=libgit2/src/util/alloc.h:21:62: note: expanded from macro 'git__reallocarray'
  cargo:warning=#define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__)
  cargo:warning=                                              ~~~~~~~~~~~~~~ ^
  cargo:warning=libgit2/src/libgit2/annotated_commit.c:34:21: error: no member named 'gcalloc' in 'git_allocator'; did you mean 'grealloc'?
  cargo:warning=        annotated_commit = git__calloc(1, sizeof(git_annotated_commit));
  cargo:warning=                           ^
  cargo:warning=libgit2/src/util/alloc.h:16:62: note: expanded from macro 'git__calloc'
  cargo:warning=#define git__calloc(nelem, elsize)            git__allocator.gcalloc(nelem, elsize, __FILE__, __LINE__)
  cargo:warning=                                                             ^
  cargo:warning=/Users/pbulk/build/net/gping/work/.buildlink/include/git2/sys/alloc.h:32:22: note: 'grealloc' declared here
  cargo:warning=        void * GIT_CALLBACK(grealloc)(void *ptr, size_t size, const char *file, int line);
  cargo:warning=                            ^
  cargo:warning=libgit2/src/libgit2/annotated_commit.c:48:34: error: no member named 'gstrdup' in 'git_allocator'
  cargo:warning=        annotated_commit->description = git__strdup(description);
  cargo:warning=                                        ^~~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
  cargo:warning=#define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
  cargo:warning=                                              ~~~~~~~~~~~~~~ ^
  cargo:warning=libgit2/src/libgit2/annotated_commit.c:149:22: error: no member named 'gstrdup' in 'git_allocator'
  cargo:warning=                (*out)->ref_name = git__strdup(git_reference_name(ref));
  cargo:warning=                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
  cargo:warning=#define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
  cargo:warning=                                              ~~~~~~~~~~~~~~ ^
  cargo:warning=libgit2/src/libgit2/annotated_commit.c:194:21: error: no member named 'gstrdup' in 'git_allocator'
  cargo:warning=        (*out)->ref_name = git__strdup(branch_name);
  cargo:warning=                           ^~~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
  cargo:warning=#define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
  cargo:warning=                                              ~~~~~~~~~~~~~~ ^
  cargo:warning=libgit2/src/libgit2/annotated_commit.c:197:23: error: no member named 'gstrdup' in 'git_allocator'
  cargo:warning=        (*out)->remote_url = git__strdup(remote_url);
  cargo:warning=                             ^~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
  cargo:warning=#define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
  cargo:warning=                                              ~~~~~~~~~~~~~~ ^
  cargo:warning=6 errors generated.
  exit status: 1
  running: "clang" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-pipe" "-Os" "-I/opt/pkg/include" "-I" "/Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/build/libgit2/src/libgit2/apply.o" "-c" "libgit2/src/libgit2/apply.c"
  cargo:warning=In file included from libgit2/src/libgit2/apply.c:15:
  cargo:warning=libgit2/src/util/array.h:59:19: error: no member named 'greallocarray' in 'git_allocator'
  cargo:warning=        if ((new_array = git__reallocarray(a->ptr, new_size, item_size)) == NULL)
  cargo:warning=                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=libgit2/src/util/alloc.h:21:62: note: expanded from macro 'git__reallocarray'
  cargo:warning=#define git__reallocarray(ptr, nelem, elsize) git__allocator.greallocarray(ptr, nelem, elsize, __FILE__, __LINE__)
  cargo:warning=                                              ~~~~~~~~~~~~~~ ^
  cargo:warning=libgit2/src/libgit2/apply.c:416:14: error: no member named 'gstrdup' in 'git_allocator'
  cargo:warning=                filename = git__strdup(newfile->path);
  cargo:warning=                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
  cargo:warning=libgit2/src/util/alloc.h:17:62: note: expanded from macro 'git__strdup'
  cargo:warning=#define git__strdup(str)                      git__allocator.gstrdup(str, __FILE__, __LINE__)
  cargo:warning=                                              ~~~~~~~~~~~~~~ ^
  cargo:warning=2 errors generated.
  exit status: 1

  --- stderr


  error occurred: Command "clang" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "--target=arm64-apple-darwin" "-pipe" "-Os" "-I/opt/pkg/include" "-I" "/Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/include" "-I" "libgit2/src/libgit2" "-I" "libgit2/src/util" "-I" "libgit2/deps/http-parser" "-I" "libgit2/deps/pcre" "-fvisibility=hidden" "-DGIT_REGEX_BUILTIN=1" "-DHAVE_STDINT_H=1" "-DHAVE_MEMMOVE=1" "-DNO_RECURSE=1" "-DNEWLINE=10" "-DPOSIX_MALLOC_THRESHOLD=10" "-DLINK_SIZE=2" "-DPARENS_NEST_LIMIT=250" "-DMATCH_LIMIT=10000000" "-DMATCH_LIMIT_RECURSION=MATCH_LIMIT" "-DMAX_NAME_SIZE=32" "-DMAX_NAME_COUNT=10000" "-DSHA1DC_NO_STANDARD_INCLUDES=1" "-DSHA1DC_CUSTOM_INCLUDE_SHA1_C=\"common.h\"" "-DSHA1DC_CUSTOM_INCLUDE_UBC_CHECK_C=\"common.h\"" "-o" "/Users/pbulk/build/net/gping/work/gping-gping-v1.14.0/target/release/build/libgit2-sys-8b809690d297422c/out/build/libgit2/src/libgit2/annotated_commit.o" "-c" "libgit2/src/libgit2/annotated_commit.c" with args "clang" did not execute successfully (status code exit status: 1).


warning: build failed, waiting for other jobs to finish...
*** Error code 101

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/gping
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/net/gping