=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Building for glusterfs-8.2nb17
=> Substituting "etc" in libglusterfs/src/logging.c doc/glusterfsd.8
cd /pbulk/work/filesystems/glusterfs8/work/glusterfs-8.2/extras && 					 echo "glusterd.vol.sample: glusterd.vol" >> Makefile &&	 echo "	cp glusterd.vol glusterd.vol.sample" >> Makefile
--- ./aclocal.m4 ---
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /pbulk/work/filesystems/glusterfs8/work/glusterfs-8.2/missing aclocal-1.13 
WARNING: 'aclocal' is missing on your system.  You should only need it if
         you modified 'acinclude.m4' or 'configure.ac'.  You might want
         to install the Automake and Perl packages.  Grab them from
         any GNU archive site.
--- ./configure ---
--- ./config.h.in ---
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /pbulk/work/filesystems/glusterfs8/work/glusterfs-8.2/missing autoheader)
--- ./configure ---
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /pbulk/work/filesystems/glusterfs8/work/glusterfs-8.2/missing autoconf
--- ./config.h.in ---
WARNING: 'autoheader' is missing on your system.  You should only need it if
         you modified 'acconfig.h' or 'configure.ac'.  You might want
         to install the Autoconf and GNU m4 packages.  Grab them
         from any GNU archive site.
rm -f stamp-h1
--- ./configure ---
WARNING: 'autoconf' is missing on your system.  You should only need it if
         you modified 'configure.ac'.  You might want to install the
         Autoconf and GNU m4 packages.  Grab them from any GNU
         archive site.
--- ./config.h.in ---
touch ./config.h.in
--- ./config.status ---
/bin/sh ./config.status --recheck
--- stamp-h1 ---
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
--- config.h ---
--- all ---
/usr/bin/make  all-recursive
--- all-recursive ---
Making all in libglusterfs
--- all-recursive ---
Making all in src
--- y.tab.h ---
--- defaults.c ---
--- eventtypes.h ---
--- y.tab.h ---
/usr/pkg/bin/bison -y -p graphyy -d ./graph.y
--- defaults.c ---
/usr/pkg/bin/python3.12 ./gen-defaults.py ./defaults-tmpl.c > defaults.c
--- eventtypes.h ---
/usr/pkg/bin/python3.12 ../../events/eventskeygen.py C_HEADER
--- graph.lex.c ---
flex -Pgraphyy -t ./graph.l > graph.lex.c
--- all ---
/usr/bin/make  all-am
--- ./Makefile.in ---
--- ../../config.status ---
--- libglusterfs_la-dict.lo ---
--- libglusterfs_la-xlator.lo ---
--- libglusterfs_la-logging.lo ---
--- libglusterfs_la-hashfn.lo ---
--- libglusterfs_la-common-utils.lo ---
--- libglusterfs_la-timer.lo ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- libglusterfs_la-dict.lo ---
  CC       libglusterfs_la-dict.lo
--- libglusterfs_la-logging.lo ---
  CC       libglusterfs_la-logging.lo
--- ./Makefile.in ---
--- ./Makefile.in ---
--- libglusterfs_la-timer.lo ---
  CC       libglusterfs_la-timer.lo
--- libglusterfs_la-hashfn.lo ---
  CC       libglusterfs_la-hashfn.lo
--- libglusterfs_la-common-utils.lo ---
  CC       libglusterfs_la-common-utils.lo
--- ./Makefile.in ---
 cd . && /bin/sh /pbulk/work/filesystems/glusterfs8/work/glusterfs-8.2/missing automake-1.13 --foreign
--- ../../config.status ---
--- ./Makefile.in ---
--- libglusterfs_la-xlator.lo ---
  CC       libglusterfs_la-xlator.lo
--- ../../config.status ---
 cd . && /bin/sh /pbulk/work/filesystems/glusterfs8/work/glusterfs-8.2/missing automake-1.13 --foreign
--- ./Makefile.in ---
WARNING: 'automake' is missing on your system.  You should only need it if
         you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'.
         You might want to install the Automake and Perl packages.
         Grab them from any GNU archive site.
--- ../../config.status ---
WARNING: 'automake' is missing on your system.  You should only need it if
         you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'.
         You might want to install the Automake and Perl packages.
         Grab them from any GNU archive site.
--- libglusterfs_la-inode.lo ---
  CC       libglusterfs_la-inode.lo
--- libglusterfs_la-common-utils.lo ---
common-utils.c: In function 'glusterfs_compute_sha256':
common-utils.c:5290:5: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 5290 |     SHA256_Init(&sha256);
      |     ^~~~~~~~~~~
In file included from ./glusterfs/glusterfs.h:32,
                 from ./glusterfs/mem-pool.h:18,
                 from glusterfs/common-utils.h:41,
                 from common-utils.c:42:
/usr/include/openssl/sha.h:77:27: note: declared here
   77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
      |                           ^~~~~~~~~~~
common-utils.c:5291:5: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 5291 |     SHA256_Update(&sha256, (const unsigned char *)(content), size);
      |     ^~~~~~~~~~~~~
In file included from ./glusterfs/glusterfs.h:32,
                 from ./glusterfs/mem-pool.h:18,
                 from glusterfs/common-utils.h:41,
                 from common-utils.c:42:
/usr/include/openssl/sha.h:78:27: note: declared here
   78 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
      |                           ^~~~~~~~~~~~~
common-utils.c:5292:5: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 5292 |     SHA256_Final((unsigned char *)sha256_hash, &sha256);
      |     ^~~~~~~~~~~~
In file included from ./glusterfs/glusterfs.h:32,
                 from ./glusterfs/mem-pool.h:18,
                 from glusterfs/common-utils.h:41,
                 from common-utils.c:42:
/usr/include/openssl/sha.h:80:27: note: declared here
   80 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c);
      |                           ^~~~~~~~~~~~
--- libglusterfs_la-call-stub.lo ---
--- libglusterfs_la-dict.lo ---
In file included from ./glusterfs/mem-pool.h:16,
                 from ./glusterfs/common-utils.h:41,
                 from glusterfs/dict.h:18,
                 from dict.c:19:
dict.c: In function '_dict_modify_flag':
./glusterfs/logging.h:263:9: warning: '%s' directive argument is null [-Wformat-overflow=]
  263 |         _gf_msg(dom, __FILE__, __FUNCTION__, __LINE__, level, errnum, 1,       \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  264 |                 msgid, ##fmt);                                                 \
      |                 ~~~~~~~~~~~~~
dict.c:2080:9: note: in expansion of macro 'gf_msg_callingfn'
 2080 |         gf_msg_callingfn("dict", GF_LOG_WARNING, EINVAL, LG_MSG_INVALID_ARG,
      |         ^~~~~~~~~~~~~~~~
dict.c:2081:40: note: format string is defined here
 2081 |                          "dict OR key (%s) is NULL", key);
      |                                        ^~
--- libglusterfs_la-call-stub.lo ---
  CC       libglusterfs_la-call-stub.lo
--- ./Makefile.in ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- ../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- libglusterfs_la-compat.lo ---
  CC       libglusterfs_la-compat.lo
--- ./Makefile.in ---
--- Makefile ---
 cd . && /bin/sh ./config.status Makefile 
--- ../../config.status ---
--- Makefile ---
 cd . && /bin/sh ./config.status Makefile 
--- libglusterfs_la-fd.lo ---
  CC       libglusterfs_la-fd.lo
--- libglusterfs_la-compat-errno.lo ---
  CC       libglusterfs_la-compat-errno.lo
--- libglusterfs_la-event.lo ---
  CC       libglusterfs_la-event.lo
--- ../../config.status ---
config.status: creating Makefile
--- ./Makefile.in ---
config.status: creating Makefile
--- ../../config.status ---
--- am--refresh ---
--- libglusterfs_la-mem-pool.lo ---
  CC       libglusterfs_la-mem-pool.lo
--- ./Makefile.in ---
--- am--refresh ---
--- libglusterfs_la-gf-dirent.lo ---
  CC       libglusterfs_la-gf-dirent.lo
--- libglusterfs_la-syscall.lo ---
  CC       libglusterfs_la-syscall.lo
--- libglusterfs_la-iobuf.lo ---
  CC       libglusterfs_la-iobuf.lo
--- libglusterfs_la-globals.lo ---
  CC       libglusterfs_la-globals.lo
--- libglusterfs_la-statedump.lo ---
  CC       libglusterfs_la-statedump.lo
--- libglusterfs_la-stack.lo ---
  CC       libglusterfs_la-stack.lo
--- libglusterfs_la-checksum.lo ---
  CC       libglusterfs_la-checksum.lo
--- libglusterfs_la-daemon.lo ---
  CC       libglusterfs_la-daemon.lo
--- libglusterfs_la-checksum.lo ---
checksum.c: In function 'gf_rsync_md5_checksum':
checksum.c:43:5: warning: 'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
   43 |     MD5(data, len, md5);
      |     ^~~
In file included from checksum.c:11:
/usr/include/openssl/md5.h:52:38: note: declared here
   52 | OSSL_DEPRECATEDIN_3_0 unsigned char *MD5(const unsigned char *d, size_t n,
      |                                      ^~~
--- libglusterfs_la-timespec.lo ---
  CC       libglusterfs_la-timespec.lo
--- libglusterfs_la-rb.lo ---
  CC       libglusterfs_la-rb.lo
--- libglusterfs_la-rbthash.lo ---
  CC       libglusterfs_la-rbthash.lo
--- libglusterfs_la-store.lo ---
  CC       libglusterfs_la-store.lo
--- libglusterfs_la-latency.lo ---
  CC       libglusterfs_la-latency.lo
--- libglusterfs_la-graph.lo ---
  CC       libglusterfs_la-graph.lo
--- libglusterfs_la-syncop.lo ---
  CC       libglusterfs_la-syncop.lo
--- libglusterfs_la-graph-print.lo ---
  CC       libglusterfs_la-graph-print.lo
--- libglusterfs_la-trie.lo ---
  CC       libglusterfs_la-trie.lo
--- libglusterfs_la-syncop.lo ---
In file included from ./glusterfs/mem-pool.h:16,
                 from ./glusterfs/common-utils.h:41,
                 from ./glusterfs/dict.h:18,
                 from glusterfs/syncop.h:17,
                 from syncop.c:11:
syncop.c: In function '__synclock_lock':
syncop.c:840:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  840 |                                  (unsigned int)lock->owner_tid, lock->lock);
      |                                  ^
./glusterfs/logging.h:284:25: note: in definition of macro 'gf_msg_trace'
  284 |                 0, 0, ##fmt);                                                  \
      |                         ^~~
syncop.c: In function '__synclock_unlock':
syncop.c:957:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  957 |                              (unsigned int)lock->owner_tid, lock->lock);
      |                              ^
./glusterfs/logging.h:284:25: note: in definition of macro 'gf_msg_trace'
  284 |                 0, 0, ##fmt);                                                  \
      |                         ^~~
syncop.c:961:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  961 |                        (unsigned int)pthread_self(),
      |                        ^
./glusterfs/logging.h:237:26: note: in definition of macro 'gf_msg'
  237 |                 msgid, ##fmt);                                                 \
      |                          ^~~
syncop.c:962:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  962 |                        (unsigned int)lock->owner_tid);
      |                        ^
./glusterfs/logging.h:237:26: note: in definition of macro 'gf_msg'
  237 |                 msgid, ##fmt);                                                 \
      |                          ^~~
--- libglusterfs_la-run.lo ---
  CC       libglusterfs_la-run.lo
--- libglusterfs_la-options.lo ---
--- libglusterfs_la-fd-lk.lo ---
--- libglusterfs_la-options.lo ---
  CC       libglusterfs_la-options.lo
--- libglusterfs_la-fd-lk.lo ---
  CC       libglusterfs_la-fd-lk.lo
--- libglusterfs_la-circ-buff.lo ---
  CC       libglusterfs_la-circ-buff.lo
--- libglusterfs_la-event-history.lo ---
  CC       libglusterfs_la-event-history.lo
--- libglusterfs_la-gidcache.lo ---
  CC       libglusterfs_la-gidcache.lo
--- libglusterfs_la-ctx.lo ---
  CC       libglusterfs_la-ctx.lo
--- libglusterfs_la-client_t.lo ---
  CC       libglusterfs_la-client_t.lo
--- libglusterfs_la-event-poll.lo ---
  CC       libglusterfs_la-event-poll.lo
--- libglusterfs_la-event-epoll.lo ---
  CC       libglusterfs_la-event-epoll.lo
--- libglusterfs_la-syncop-utils.lo ---
  CC       libglusterfs_la-syncop-utils.lo
--- libglusterfs_la-cluster-syncop.lo ---
  CC       libglusterfs_la-cluster-syncop.lo
--- libglusterfs_la-refcount.lo ---
  CC       libglusterfs_la-refcount.lo
--- libglusterfs_la-basename_r.lo ---
  CC       libglusterfs_la-basename_r.lo
--- libglusterfs_la-dirname_r.lo ---
  CC       libglusterfs_la-dirname_r.lo
--- libglusterfs_la-strfd.lo ---
  CC       libglusterfs_la-strfd.lo
--- libglusterfs_la-parse-utils.lo ---
  CC       libglusterfs_la-parse-utils.lo
--- libglusterfs_la-mntent.lo ---
  CC       libglusterfs_la-mntent.lo
--- libglusterfs_la-execinfo.lo ---
  CC       libglusterfs_la-execinfo.lo
--- libglusterfs_la-quota-common-utils.lo ---
  CC       libglusterfs_la-quota-common-utils.lo
--- libglusterfs_la-rot-buffs.lo ---
  CC       libglusterfs_la-rot-buffs.lo
--- libglusterfs_la-timer-wheel.lo ---
  CC       libglusterfs_la-timer-wheel.lo
--- libglusterfs_la-find_last_bit.lo ---
  CC       libglusterfs_la-find_last_bit.lo
--- libglusterfs_la-default-args.lo ---
  CC       libglusterfs_la-default-args.lo
--- libglusterfs_la-locking.lo ---
  CC       libglusterfs_la-locking.lo
--- libglusterfs_la-xxhash.lo ---
  CC       libglusterfs_la-xxhash.lo
--- libglusterfs_la-throttle-tbf.lo ---
  CC       libglusterfs_la-throttle-tbf.lo
--- libglusterfs_la-monitoring.lo ---
  CC       libglusterfs_la-monitoring.lo
--- libglusterfs_la-async.lo ---
  CC       libglusterfs_la-async.lo
--- libglusterfs_la-events.lo ---
  CC       libglusterfs_la-events.lo
--- Makefile ---
 cd ../.. && /bin/sh ./config.status libglusterfs/src/Makefile depfiles
--- libglusterfs_la-defaults.lo ---
  CC       libglusterfs_la-defaults.lo
--- libglusterfs_la-graph.lex.lo ---
  CC       libglusterfs_la-graph.lex.lo
--- libglusterfs_la-y.tab.lo ---
  CC       libglusterfs_la-y.tab.lo
--- Makefile ---
config.status: creating libglusterfs/src/Makefile
config.status: executing depfiles commands
--- libglusterfs.la ---
  CCLD     libglusterfs.la
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status libglusterfs/Makefile 
config.status: creating libglusterfs/Makefile
Making all in rpc
--- all-recursive ---
Making all in xdr
--- all-recursive ---
Making all in src
--- glusterfs3-xdr.x ---
--- glusterfs4-xdr.x ---
--- cli1-xdr.x ---
--- rpc-common-xdr.x ---
--- glusterd1-xdr.x ---
--- changelog-xdr.x ---
--- portmap-xdr.x ---
--- glusterfs3-xdr.c ---
--- glusterfs4-xdr.c ---
--- cli1-xdr.c ---
--- rpc-common-xdr.c ---
--- glusterd1-xdr.c ---
--- changelog-xdr.c ---
--- portmap-xdr.c ---
--- glusterfs3-xdr.h ---
--- glusterfs4-xdr.h ---
--- cli1-xdr.h ---
--- rpc-common-xdr.h ---
--- glusterd1-xdr.h ---
--- changelog-xdr.h ---
--- portmap-xdr.h ---
--- all ---
/usr/bin/make  all-am
--- glusterfs3-xdr.x ---
--- glusterfs4-xdr.x ---
--- cli1-xdr.x ---
--- rpc-common-xdr.x ---
--- glusterd1-xdr.x ---
--- changelog-xdr.x ---
--- portmap-xdr.x ---
--- ../../../config.status ---
--- libgfxdr_la-xdr-generic.lo ---
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- glusterfs3-xdr.c ---
--- glusterfs4-xdr.c ---
--- cli1-xdr.c ---
--- rpc-common-xdr.c ---
--- glusterd1-xdr.c ---
--- changelog-xdr.c ---
--- libgfxdr_la-xdr-generic.lo ---
  CC       libgfxdr_la-xdr-generic.lo
--- portmap-xdr.c ---
--- glusterfs3-xdr.h ---
--- ../../../config.status ---
--- ./config.status ---
--- glusterfs4-xdr.h ---
--- cli1-xdr.h ---
--- ../../../config.status ---
/bin/sh ./config.status --recheck
--- rpc-common-xdr.h ---
--- glusterd1-xdr.h ---
--- changelog-xdr.h ---
--- portmap-xdr.h ---
--- libgfxdr_la-glusterfs4-xdr.lo ---
--- libgfxdr_la-glusterfs3-xdr.lo ---
--- libgfxdr_la-cli1-xdr.lo ---
--- libgfxdr_la-rpc-common-xdr.lo ---
--- libgfxdr_la-glusterd1-xdr.lo ---
--- libgfxdr_la-glusterfs4-xdr.lo ---
  CC       libgfxdr_la-glusterfs4-xdr.lo
--- libgfxdr_la-rpc-common-xdr.lo ---
  CC       libgfxdr_la-rpc-common-xdr.lo
--- libgfxdr_la-glusterfs3-xdr.lo ---
  CC       libgfxdr_la-glusterfs3-xdr.lo
--- libgfxdr_la-portmap-xdr.lo ---
--- libgfxdr_la-cli1-xdr.lo ---
  CC       libgfxdr_la-cli1-xdr.lo
--- libgfxdr_la-glusterd1-xdr.lo ---
  CC       libgfxdr_la-glusterd1-xdr.lo
--- libgfxdr_la-portmap-xdr.lo ---
  CC       libgfxdr_la-portmap-xdr.lo
--- ../../../config.status ---
--- am--refresh ---
--- libgfxdr_la-changelog-xdr.lo ---
  CC       libgfxdr_la-changelog-xdr.lo
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status rpc/xdr/src/Makefile depfiles
config.status: creating rpc/xdr/src/Makefile
config.status: executing depfiles commands
--- libgfxdr.la ---
  CCLD     libgfxdr.la
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status rpc/xdr/Makefile 
config.status: creating rpc/xdr/Makefile
Making all in rpc-lib
--- all-recursive ---
Making all in src
--- ../../../config.status ---
--- auth-unix.lo ---
--- rpcsvc-auth.lo ---
--- rpcsvc.lo ---
--- auth-null.lo ---
--- rpc-transport.lo ---
--- xdr-rpc.lo ---
--- xdr-rpcclnt.lo ---
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- auth-unix.lo ---
  CC       auth-unix.lo
--- rpcsvc-auth.lo ---
  CC       rpcsvc-auth.lo
--- rpcsvc.lo ---
  CC       rpcsvc.lo
--- auth-null.lo ---
  CC       auth-null.lo
--- xdr-rpc.lo ---
  CC       xdr-rpc.lo
--- rpc-transport.lo ---
  CC       rpc-transport.lo
--- xdr-rpcclnt.lo ---
  CC       xdr-rpcclnt.lo
--- ../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- rpc-clnt.lo ---
  CC       rpc-clnt.lo
--- xdr-rpc.lo ---
xdr-rpc.c: In function 'xdr_to_auth_unix_cred':
xdr-rpc.c:185:18: warning: pointer targets in assignment from '__gid_t *' {aka 'unsigned int *'} to 'int *' differ in signedness [-Wpointer-sign]
  185 |     au->aup_gids = gids;
      |                  ^
--- auth-glusterfs.lo ---
  CC       auth-glusterfs.lo
--- rpc-drc.lo ---
  CC       rpc-drc.lo
--- xdr_sizeof.lo ---
  CC       xdr_sizeof.lo
--- rpc-clnt-ping.lo ---
  CC       rpc-clnt-ping.lo
--- autoscale-threads.lo ---
  CC       autoscale-threads.lo
--- mgmt-pmap.lo ---
  CC       mgmt-pmap.lo
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status rpc/rpc-lib/src/Makefile depfiles
--- libgfrpc.la ---
  CCLD     libgfrpc.la
--- Makefile ---
config.status: creating rpc/rpc-lib/src/Makefile
config.status: executing depfiles commands
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status rpc/rpc-lib/Makefile 
config.status: creating rpc/rpc-lib/Makefile
Making all in rpc-transport
--- all-recursive ---
Making all in socket
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- socket.lo ---
--- name.lo ---
--- socket.lo ---
  CC       socket.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- name.lo ---
  CC       name.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status rpc/rpc-transport/socket/src/Makefile depfiles
--- socket.lo ---
socket.c: In function 'ssl_setup_connection_params':
socket.c:4309:13: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 4309 |             dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
      |             ^~
In file included from /usr/include/openssl/ssl.h:35,
                 from socket.h:14,
                 from socket.c:11:
/usr/include/openssl/pem.h:469:1: note: declared here
  469 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
      | ^~~~~~~~~~~~~~~~~~~
socket.c:4314:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 4314 |                 DH_free(dh);
      |                 ^~~~~~~
In file included from /usr/include/openssl/dsa.h:51,
                 from /usr/include/openssl/x509.h:36,
                 from /usr/include/openssl/ssl.h:30,
                 from socket.h:14,
                 from socket.c:11:
/usr/include/openssl/dh.h:204:28: note: declared here
  204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      |                            ^~~~~~~
socket.c:4336:17: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 4336 |                 ecdh = EC_KEY_new_by_curve_name(nid);
      |                 ^~~~
In file included from /usr/include/openssl/x509.h:32,
                 from /usr/include/openssl/ssl.h:30,
                 from socket.h:14,
                 from socket.c:11:
/usr/include/openssl/ec.h:998:31: note: declared here
  998 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~
socket.c:4341:17: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
 4341 |                 EC_KEY_free(ecdh);
      |                 ^~~~~~~~~~~
In file included from /usr/include/openssl/x509.h:32,
                 from /usr/include/openssl/ssl.h:30,
                 from socket.h:14,
                 from socket.c:11:
/usr/include/openssl/ec.h:1003:28: note: declared here
 1003 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
      |                            ^~~~~~~~~~~
--- Makefile ---
config.status: creating rpc/rpc-transport/socket/src/Makefile
config.status: executing depfiles commands
--- socket.la ---
  CCLD     socket.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status rpc/rpc-transport/socket/Makefile 
config.status: creating rpc/rpc-transport/socket/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status rpc/rpc-transport/Makefile 
config.status: creating rpc/rpc-transport/Makefile
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status rpc/Makefile 
config.status: creating rpc/Makefile
Making all in libglusterd
--- all-recursive ---
Making all in src
--- ../../config.status ---
--- libglusterd_la-gd-common-utils.lo ---
  CC       libglusterd_la-gd-common-utils.lo
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status libglusterd/src/Makefile depfiles
config.status: creating libglusterd/src/Makefile
--- libglusterd.la ---
  CCLD     libglusterd.la
--- Makefile ---
config.status: executing depfiles commands
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status libglusterd/Makefile 
config.status: creating libglusterd/Makefile
Making all in api
--- all-recursive ---
Making all in src
--- ../../config.status ---
--- libgfapi_la-glfs.lo ---
--- libgfapi_la-glfs-mgmt.lo ---
--- libgfapi_la-glfs-fops.lo ---
--- libgfapi_la-glfs-resolve.lo ---
--- libgfapi_la-glfs-handleops.lo ---
--- api_la-glfs-master.lo ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- libgfapi_la-glfs.lo ---
  CC       libgfapi_la-glfs.lo
--- libgfapi_la-glfs-mgmt.lo ---
  CC       libgfapi_la-glfs-mgmt.lo
--- libgfapi_la-glfs-fops.lo ---
  CC       libgfapi_la-glfs-fops.lo
--- libgfapi_la-glfs-resolve.lo ---
  CC       libgfapi_la-glfs-resolve.lo
--- ../../config.status ---
--- ./config.status ---
--- libgfapi_la-glfs-handleops.lo ---
  CC       libgfapi_la-glfs-handleops.lo
--- ../../config.status ---
/bin/sh ./config.status --recheck
--- api_la-glfs-master.lo ---
  CC       api_la-glfs-master.lo
--- ../../config.status ---
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status api/src/Makefile depfiles
config.status: creating api/src/Makefile
config.status: executing depfiles commands
--- libgfapi.la ---
  CCLD     libgfapi.la
--- api.la ---
  CCLD     api.la
Making all in examples
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status api/examples/Makefile depfiles
config.status: creating api/examples/Makefile
config.status: executing depfiles commands
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status api/Makefile 
config.status: creating api/Makefile
Making all in glusterfsd
--- all-recursive ---
Making all in src
--- ../../config.status ---
--- glusterfsd.o ---
--- glusterfsd-mgmt.o ---
--- gf_attach.o ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- glusterfsd.o ---
  CC       glusterfsd.o
--- glusterfsd-mgmt.o ---
  CC       glusterfsd-mgmt.o
--- gf_attach.o ---
  CC       gf_attach.o
--- ../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status glusterfsd/src/Makefile depfiles
--- glusterfsd-mgmt.o ---
In file included from ../../libglusterfs/src/glusterfs/glusterfs.h:37,
                 from glusterfsd-mgmt.c:16:
glusterfsd-mgmt.c: In function 'glusterfs_handle_node_status':
../../libglusterfs/src/glusterfs/logging.h:290:9: warning: '%s' directive argument is null [-Wformat-overflow=]
  290 |         _gf_log(dom, __FILE__, __FUNCTION__, __LINE__, level, ##fmt);          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
glusterfsd-mgmt.c:1586:13: note: in expansion of macro 'gf_log'
 1586 |             gf_log(THIS->name, GF_LOG_ERROR, "%s", msg);
      |             ^~~~~~
glusterfsd-mgmt.c:1586:47: note: format string is defined here
 1586 |             gf_log(THIS->name, GF_LOG_ERROR, "%s", msg);
      |                                               ^~
--- gf_attach ---
  CCLD     gf_attach
--- glusterfsd ---
  CCLD     glusterfsd
--- Makefile ---
config.status: creating glusterfsd/src/Makefile
config.status: executing depfiles commands
--- glusterfsd ---
ld: /pbulk/work/filesystems/glusterfs8/work/.buildlink/lib/libargp.so: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. -std=gnu99).
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status glusterfsd/Makefile 
config.status: creating glusterfsd/Makefile
Making all in xlators
--- all-recursive ---
Making all in cluster
--- all-recursive ---
Making all in afr
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- afr-dir-read.lo ---
--- afr-dir-write.lo ---
--- afr-inode-read.lo ---
--- afr-inode-write.lo ---
--- afr-open.lo ---
--- afr-transaction.lo ---
--- afr-lk-common.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- afr-dir-write.lo ---
  CC       afr-dir-write.lo
--- afr-inode-read.lo ---
  CC       afr-inode-read.lo
--- afr-inode-write.lo ---
  CC       afr-inode-write.lo
--- afr-open.lo ---
  CC       afr-open.lo
--- afr-dir-read.lo ---
  CC       afr-dir-read.lo
--- ../../../../config.status ---
--- ./config.status ---
--- afr-transaction.lo ---
  CC       afr-transaction.lo
--- afr-lk-common.lo ---
  CC       afr-lk-common.lo
--- ../../../../config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- afr-read-txn.lo ---
  CC       afr-read-txn.lo
--- libxlator.lo ---
  CC       libxlator.lo
--- afr-self-heal-common.lo ---
  CC       afr-self-heal-common.lo
--- afr-self-heal-data.lo ---
  CC       afr-self-heal-data.lo
--- afr-self-heal-entry.lo ---
  CC       afr-self-heal-entry.lo
--- afr-self-heal-metadata.lo ---
  CC       afr-self-heal-metadata.lo
--- afr-self-heald.lo ---
  CC       afr-self-heald.lo
--- afr-self-heal-name.lo ---
  CC       afr-self-heal-name.lo
--- afr.lo ---
  CC       afr.lo
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/cluster/afr/src/Makefile depfiles
config.status: creating xlators/cluster/afr/src/Makefile
config.status: executing depfiles commands
--- afr.la ---
  CCLD     afr.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/cluster/afr/Makefile 
config.status: creating xlators/cluster/afr/Makefile
Making all in dht
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- dht-layout.lo ---
--- dht-helper.lo ---
--- dht-linkfile.lo ---
--- dht-rebalance.lo ---
--- dht-selfheal.lo ---
--- dht-rename.lo ---
--- dht-hashfn.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- dht-layout.lo ---
  CC       dht-layout.lo
--- dht-helper.lo ---
  CC       dht-helper.lo
--- dht-linkfile.lo ---
  CC       dht-linkfile.lo
--- dht-rebalance.lo ---
  CC       dht-rebalance.lo
--- dht-hashfn.lo ---
  CC       dht-hashfn.lo
--- ../../../../config.status ---
--- ./config.status ---
--- dht-rename.lo ---
  CC       dht-rename.lo
--- ../../../../config.status ---
/bin/sh ./config.status --recheck
--- dht-selfheal.lo ---
  CC       dht-selfheal.lo
--- ../../../../config.status ---
--- am--refresh ---
--- dht-diskusage.lo ---
  CC       dht-diskusage.lo
--- dht-common.lo ---
  CC       dht-common.lo
--- dht-inode-write.lo ---
  CC       dht-inode-write.lo
--- dht-inode-read.lo ---
  CC       dht-inode-read.lo
--- dht-shared.lo ---
  CC       dht-shared.lo
--- dht-lock.lo ---
  CC       dht-lock.lo
--- libxlator.lo ---
  CC       libxlator.lo
--- dht.lo ---
  CC       dht.lo
--- nufa.lo ---
  CC       nufa.lo
--- switch.lo ---
  CC       switch.lo
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/cluster/dht/src/Makefile depfiles
config.status: creating xlators/cluster/dht/src/Makefile
config.status: executing depfiles commands
--- dht.la ---
--- nufa.la ---
--- switch.la ---
--- nufa.la ---
  CCLD     nufa.la
--- dht.la ---
  CCLD     dht.la
--- switch.la ---
  CCLD     switch.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/cluster/dht/Makefile 
config.status: creating xlators/cluster/dht/Makefile
Making all in ec
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- ec.lo ---
--- ec-data.lo ---
--- ec-helpers.lo ---
--- ec-common.lo ---
--- ec-generic.lo ---
--- ec-locks.lo ---
--- ec-dir-read.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ec.lo ---
  CC       ec.lo
--- ec-data.lo ---
  CC       ec-data.lo
--- ec-helpers.lo ---
  CC       ec-helpers.lo
--- ec-common.lo ---
  CC       ec-common.lo
--- ec-generic.lo ---
  CC       ec-generic.lo
--- ec-locks.lo ---
  CC       ec-locks.lo
--- ../../../../config.status ---
--- ./config.status ---
--- ec-dir-read.lo ---
  CC       ec-dir-read.lo
--- ../../../../config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- ec-dir-write.lo ---
  CC       ec-dir-write.lo
--- ec-inode-read.lo ---
  CC       ec-inode-read.lo
--- ec-inode-write.lo ---
  CC       ec-inode-write.lo
--- ec-combine.lo ---
  CC       ec-combine.lo
--- ec-method.lo ---
  CC       ec-method.lo
--- ec-galois.lo ---
  CC       ec-galois.lo
--- ec-code.lo ---
  CC       ec-code.lo
--- ec-code-c.lo ---
  CC       ec-code-c.lo
--- ec-gf8.lo ---
  CC       ec-gf8.lo
--- ec-heal.lo ---
  CC       ec-heal.lo
--- ec-heald.lo ---
  CC       ec-heald.lo
--- ec-code-intel.lo ---
  CC       ec-code-intel.lo
--- ec-code-x64.lo ---
  CC       ec-code-x64.lo
--- ec-code-sse.lo ---
  CC       ec-code-sse.lo
--- ec-code-avx.lo ---
  CC       ec-code-avx.lo
--- libxlator.lo ---
  CC       libxlator.lo
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/cluster/ec/src/Makefile depfiles
config.status: creating xlators/cluster/ec/src/Makefile
config.status: executing depfiles commands
--- ec.la ---
  CCLD     ec.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/cluster/ec/Makefile 
config.status: creating xlators/cluster/ec/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/cluster/Makefile 
config.status: creating xlators/cluster/Makefile
Making all in storage
--- all-recursive ---
Making all in posix
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- posix.lo ---
--- posix-helpers.lo ---
--- posix-handle.lo ---
--- posix-aio.lo ---
--- posix-gfid-path.lo ---
--- posix-entry-ops.lo ---
--- posix-inode-fd-ops.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- posix.lo ---
  CC       posix.lo
--- posix-helpers.lo ---
  CC       posix-helpers.lo
--- posix-handle.lo ---
  CC       posix-handle.lo
--- posix-gfid-path.lo ---
  CC       posix-gfid-path.lo
--- ../../../../config.status ---
--- ./config.status ---
--- posix-entry-ops.lo ---
  CC       posix-entry-ops.lo
--- posix-aio.lo ---
  CC       posix-aio.lo
--- posix-inode-fd-ops.lo ---
  CC       posix-inode-fd-ops.lo
--- ../../../../config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- posix-common.lo ---
  CC       posix-common.lo
--- posix-metadata.lo ---
  CC       posix-metadata.lo
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/storage/posix/src/Makefile depfiles
--- posix-inode-fd-ops.lo ---
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/logging.h:16,
                 from ../../../../libglusterfs/src/glusterfs/mem-pool.h:16,
                 from ../../../../libglusterfs/src/glusterfs/common-utils.h:41,
                 from ../../../../libglusterfs/src/glusterfs/dict.h:18,
                 from posix-inode-fd-ops.c:40:
posix-inode-fd-ops.c: In function 'posix_get_ancestry_non_directory':
posix-inode-fd-ops.c:3367:46: warning: '%s' directive output may be truncated writing up to 4081 bytes into a region of size 37 [-Wformat-truncation=]
 3367 |         snprintf(pgfidstr, sizeof(pgfidstr), "%s",
      |                                              ^~~~
posix-inode-fd-ops.c:3367:47: note: format string is defined here
 3367 |         snprintf(pgfidstr, sizeof(pgfidstr), "%s",
      |                                               ^~
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/logging.h:16,
                 from ../../../../libglusterfs/src/glusterfs/mem-pool.h:16,
                 from ../../../../libglusterfs/src/glusterfs/common-utils.h:41,
                 from ../../../../libglusterfs/src/glusterfs/dict.h:18,
                 from posix-inode-fd-ops.c:40:
posix-inode-fd-ops.c:3367:9: note: '__builtin_snprintf' output between 1 and 4082 bytes into a destination of size 37
 3367 |         snprintf(pgfidstr, sizeof(pgfidstr), "%s",
      |         ^~~~~~~~
--- Makefile ---
config.status: creating xlators/storage/posix/src/Makefile
config.status: executing depfiles commands
--- posix.la ---
  CCLD     posix.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/storage/posix/Makefile 
config.status: creating xlators/storage/posix/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/storage/Makefile 
config.status: creating xlators/storage/Makefile
Making all in protocol
--- all-recursive ---
Making all in auth
--- all-recursive ---
Making all in addr
--- all-recursive ---
Making all in src
--- ../../../../../config.status ---
--- addr.lo ---
--- ../../../../../config.status ---
cd ../../../../.. && /usr/bin/make  am--refresh
--- addr.lo ---
  CC       addr.lo
--- ../../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../../.. && /bin/sh ./config.status xlators/protocol/auth/addr/src/Makefile depfiles
config.status: creating xlators/protocol/auth/addr/src/Makefile
config.status: executing depfiles commands
--- addr.la ---
  CCLD     addr.la
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/protocol/auth/addr/Makefile 
config.status: creating xlators/protocol/auth/addr/Makefile
Making all in login
--- all-recursive ---
Making all in src
--- ../../../../../config.status ---
--- login.lo ---
--- ../../../../../config.status ---
cd ../../../../.. && /usr/bin/make  am--refresh
--- login.lo ---
  CC       login.lo
--- ../../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../../.. && /bin/sh ./config.status xlators/protocol/auth/login/src/Makefile depfiles
--- login.la ---
  CCLD     login.la
--- Makefile ---
config.status: creating xlators/protocol/auth/login/src/Makefile
config.status: executing depfiles commands
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/protocol/auth/login/Makefile 
config.status: creating xlators/protocol/auth/login/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/protocol/auth/Makefile 
config.status: creating xlators/protocol/auth/Makefile
Making all in client
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- client.lo ---
--- client-helpers.lo ---
--- client-rpc-fops.lo ---
--- client-handshake.lo ---
--- client-callback.lo ---
--- client-lk.lo ---
--- client-common.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- client.lo ---
  CC       client.lo
--- client-helpers.lo ---
  CC       client-helpers.lo
--- client-rpc-fops.lo ---
  CC       client-rpc-fops.lo
--- client-handshake.lo ---
  CC       client-handshake.lo
--- client-lk.lo ---
  CC       client-lk.lo
--- client-common.lo ---
  CC       client-common.lo
--- ../../../../config.status ---
--- ./config.status ---
--- client-callback.lo ---
  CC       client-callback.lo
--- ../../../../config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- client-rpc-fops_v2.lo ---
  CC       client-rpc-fops_v2.lo
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/protocol/client/src/Makefile depfiles
config.status: creating xlators/protocol/client/src/Makefile
config.status: executing depfiles commands
--- client.la ---
  CCLD     client.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/protocol/client/Makefile 
config.status: creating xlators/protocol/client/Makefile
Making all in server
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- server.lo ---
--- server-resolve.lo ---
--- server-helpers.lo ---
--- server-rpc-fops.lo ---
--- server-handshake.lo ---
--- authenticate.lo ---
--- server-common.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- server.lo ---
  CC       server.lo
--- server-resolve.lo ---
  CC       server-resolve.lo
--- server-helpers.lo ---
  CC       server-helpers.lo
--- server-rpc-fops.lo ---
  CC       server-rpc-fops.lo
--- server-handshake.lo ---
  CC       server-handshake.lo
--- ../../../../config.status ---
--- ./config.status ---
--- authenticate.lo ---
  CC       authenticate.lo
--- server-common.lo ---
  CC       server-common.lo
--- ../../../../config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- server-rpc-fops_v2.lo ---
  CC       server-rpc-fops_v2.lo
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/protocol/server/src/Makefile depfiles
config.status: creating xlators/protocol/server/src/Makefile
config.status: executing depfiles commands
--- server.la ---
  CCLD     server.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/protocol/server/Makefile 
config.status: creating xlators/protocol/server/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/protocol/Makefile 
config.status: creating xlators/protocol/Makefile
Making all in performance
--- all-recursive ---
Making all in write-behind
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- write-behind.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- write-behind.lo ---
  CC       write-behind.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/write-behind/src/Makefile depfiles
config.status: creating xlators/performance/write-behind/src/Makefile
config.status: executing depfiles commands
--- write-behind.la ---
  CCLD     write-behind.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/write-behind/Makefile 
config.status: creating xlators/performance/write-behind/Makefile
Making all in read-ahead
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- read-ahead.lo ---
--- page.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- read-ahead.lo ---
  CC       read-ahead.lo
--- page.lo ---
  CC       page.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/read-ahead/src/Makefile depfiles
config.status: creating xlators/performance/read-ahead/src/Makefile
config.status: executing depfiles commands
--- read-ahead.la ---
  CCLD     read-ahead.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/read-ahead/Makefile 
config.status: creating xlators/performance/read-ahead/Makefile
Making all in readdir-ahead
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- readdir-ahead.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- readdir-ahead.lo ---
  CC       readdir-ahead.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/readdir-ahead/src/Makefile depfiles
config.status: creating xlators/performance/readdir-ahead/src/Makefile
config.status: executing depfiles commands
--- readdir-ahead.la ---
  CCLD     readdir-ahead.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/readdir-ahead/Makefile 
config.status: creating xlators/performance/readdir-ahead/Makefile
Making all in io-threads
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- io-threads.lo ---
  CC       io-threads.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/io-threads/src/Makefile depfiles
config.status: creating xlators/performance/io-threads/src/Makefile
config.status: executing depfiles commands
--- io-threads.la ---
  CCLD     io-threads.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/io-threads/Makefile 
config.status: creating xlators/performance/io-threads/Makefile
Making all in io-cache
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- io-cache.lo ---
--- page.lo ---
--- ioc-inode.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- io-cache.lo ---
  CC       io-cache.lo
--- page.lo ---
  CC       page.lo
--- ioc-inode.lo ---
  CC       ioc-inode.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/io-cache/src/Makefile depfiles
config.status: creating xlators/performance/io-cache/src/Makefile
config.status: executing depfiles commands
--- io-cache.la ---
  CCLD     io-cache.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/io-cache/Makefile 
config.status: creating xlators/performance/io-cache/Makefile
Making all in quick-read
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- quick-read.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- quick-read.lo ---
  CC       quick-read.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/quick-read/src/Makefile depfiles
config.status: creating xlators/performance/quick-read/src/Makefile
config.status: executing depfiles commands
--- quick-read.la ---
  CCLD     quick-read.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/quick-read/Makefile 
config.status: creating xlators/performance/quick-read/Makefile
Making all in md-cache
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- md-cache.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- md-cache.lo ---
  CC       md-cache.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/md-cache/src/Makefile depfiles
config.status: creating xlators/performance/md-cache/src/Makefile
config.status: executing depfiles commands
--- md-cache.la ---
  CCLD     md-cache.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/md-cache/Makefile 
config.status: creating xlators/performance/md-cache/Makefile
Making all in open-behind
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- open-behind.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- open-behind.lo ---
  CC       open-behind.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/open-behind/src/Makefile depfiles
config.status: creating xlators/performance/open-behind/src/Makefile
--- open-behind.la ---
  CCLD     open-behind.la
--- Makefile ---
config.status: executing depfiles commands
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/open-behind/Makefile 
config.status: creating xlators/performance/open-behind/Makefile
Making all in nl-cache
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- nl-cache.lo ---
--- nl-cache-helper.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- nl-cache-helper.lo ---
  CC       nl-cache-helper.lo
--- nl-cache.lo ---
  CC       nl-cache.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/performance/nl-cache/src/Makefile depfiles
config.status: creating xlators/performance/nl-cache/src/Makefile
config.status: executing depfiles commands
--- nl-cache.la ---
  CCLD     nl-cache.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/performance/nl-cache/Makefile 
config.status: creating xlators/performance/nl-cache/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/performance/Makefile 
config.status: creating xlators/performance/Makefile
Making all in debug
--- all-recursive ---
Making all in error-gen
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- error-gen.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- error-gen.lo ---
  CC       error-gen.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/debug/error-gen/src/Makefile depfiles
config.status: creating xlators/debug/error-gen/src/Makefile
config.status: executing depfiles commands
--- error-gen.la ---
  CCLD     error-gen.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/debug/error-gen/Makefile 
config.status: creating xlators/debug/error-gen/Makefile
Making all in io-stats
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- io-stats.lo ---
  CC       io-stats.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/debug/io-stats/src/Makefile depfiles
config.status: creating xlators/debug/io-stats/src/Makefile
config.status: executing depfiles commands
--- io-stats.la ---
  CCLD     io-stats.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/debug/io-stats/Makefile 
config.status: creating xlators/debug/io-stats/Makefile
Making all in sink
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- sink.lo ---
  CC       sink.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/debug/sink/src/Makefile depfiles
--- sink.la ---
  CCLD     sink.la
--- Makefile ---
config.status: creating xlators/debug/sink/src/Makefile
config.status: executing depfiles commands
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/debug/sink/Makefile 
config.status: creating xlators/debug/sink/Makefile
Making all in trace
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- trace.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- trace.lo ---
  CC       trace.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/debug/trace/src/Makefile depfiles
config.status: creating xlators/debug/trace/src/Makefile
config.status: executing depfiles commands
--- trace.la ---
  CCLD     trace.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/debug/trace/Makefile 
config.status: creating xlators/debug/trace/Makefile
Making all in delay-gen
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- delay-gen.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- delay-gen.lo ---
  CC       delay-gen.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/debug/delay-gen/src/Makefile depfiles
config.status: creating xlators/debug/delay-gen/src/Makefile
--- delay-gen.la ---
--- Makefile ---
config.status: executing depfiles commands
--- delay-gen.la ---
  CCLD     delay-gen.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/debug/delay-gen/Makefile 
config.status: creating xlators/debug/delay-gen/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/debug/Makefile 
config.status: creating xlators/debug/Makefile
Making all in features
--- all-recursive ---
Making all in locks
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- common.lo ---
--- posix.lo ---
--- entrylk.lo ---
--- inodelk.lo ---
--- reservelk.lo ---
--- clear.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- common.lo ---
  CC       common.lo
--- entrylk.lo ---
  CC       entrylk.lo
--- inodelk.lo ---
  CC       inodelk.lo
--- posix.lo ---
  CC       posix.lo
--- reservelk.lo ---
  CC       reservelk.lo
--- clear.lo ---
  CC       clear.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/locks/src/Makefile depfiles
config.status: creating xlators/features/locks/src/Makefile
config.status: executing depfiles commands
--- locks.la ---
  CCLD     locks.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/locks/Makefile 
config.status: creating xlators/features/locks/Makefile
Making all in quota
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- quota.lo ---
--- quota-enforcer-client.lo ---
--- quotad.lo ---
--- quotad-helpers.lo ---
--- quotad-aggregator.lo ---
--- quota.lo ---
  CC       quota.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- quota-enforcer-client.lo ---
  CC       quota-enforcer-client.lo
--- quotad.lo ---
  CC       quotad.lo
--- quotad-helpers.lo ---
  CC       quotad-helpers.lo
--- quotad-aggregator.lo ---
  CC       quotad-aggregator.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/quota/src/Makefile depfiles
config.status: creating xlators/features/quota/src/Makefile
config.status: executing depfiles commands
--- quotad.la ---
  CCLD     quotad.la
--- quota.la ---
  CCLD     quota.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/quota/Makefile 
config.status: creating xlators/features/quota/Makefile
Making all in read-only
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- read-only.lo ---
--- read-only-common.lo ---
--- worm-helper.lo ---
--- worm.lo ---
--- read-only.lo ---
  CC       read-only.lo
--- read-only-common.lo ---
  CC       read-only-common.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- worm-helper.lo ---
  CC       worm-helper.lo
--- worm.lo ---
  CC       worm.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/read-only/src/Makefile depfiles
config.status: creating xlators/features/read-only/src/Makefile
config.status: executing depfiles commands
--- read-only.la ---
--- worm.la ---
  CCLD     worm.la
--- read-only.la ---
  CCLD     read-only.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/read-only/Makefile 
config.status: creating xlators/features/read-only/Makefile
Making all in quiesce
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- quiesce.lo ---
  CC       quiesce.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/quiesce/src/Makefile depfiles
config.status: creating xlators/features/quiesce/src/Makefile
config.status: executing depfiles commands
--- quiesce.la ---
  CCLD     quiesce.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/quiesce/Makefile 
config.status: creating xlators/features/quiesce/Makefile
Making all in marker
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- marker.lo ---
--- marker-quota.lo ---
--- marker-quota-helper.lo ---
--- marker-common.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- marker.lo ---
  CC       marker.lo
--- marker-quota.lo ---
  CC       marker-quota.lo
--- marker-quota-helper.lo ---
  CC       marker-quota-helper.lo
--- marker-common.lo ---
  CC       marker-common.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/marker/src/Makefile depfiles
config.status: creating xlators/features/marker/src/Makefile
config.status: executing depfiles commands
--- marker.la ---
  CCLD     marker.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/marker/Makefile 
config.status: creating xlators/features/marker/Makefile
Making all in index
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- index.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- index.lo ---
  CC       index.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/index/src/Makefile depfiles
config.status: creating xlators/features/index/src/Makefile
config.status: executing depfiles commands
--- index.la ---
  CCLD     index.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/index/Makefile 
config.status: creating xlators/features/index/Makefile
Making all in barrier
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- barrier.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- barrier.lo ---
  CC       barrier.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/barrier/src/Makefile depfiles
config.status: creating xlators/features/barrier/src/Makefile
config.status: executing depfiles commands
--- barrier.la ---
  CCLD     barrier.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/barrier/Makefile 
config.status: creating xlators/features/barrier/Makefile
Making all in arbiter
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- arbiter.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- arbiter.lo ---
  CC       arbiter.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/arbiter/src/Makefile depfiles
config.status: creating xlators/features/arbiter/src/Makefile
config.status: executing depfiles commands
--- arbiter.la ---
  CCLD     arbiter.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/arbiter/Makefile 
config.status: creating xlators/features/arbiter/Makefile
Making all in upcall
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- upcall.lo ---
--- upcall-internal.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- upcall.lo ---
  CC       upcall.lo
--- upcall-internal.lo ---
  CC       upcall-internal.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/upcall/src/Makefile depfiles
config.status: creating xlators/features/upcall/src/Makefile
config.status: executing depfiles commands
--- upcall.la ---
  CCLD     upcall.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/upcall/Makefile 
config.status: creating xlators/features/upcall/Makefile
Making all in compress
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- cdc.lo ---
--- cdc-helper.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- cdc.lo ---
  CC       cdc.lo
--- cdc-helper.lo ---
  CC       cdc-helper.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/compress/src/Makefile depfiles
config.status: creating xlators/features/compress/src/Makefile
config.status: executing depfiles commands
--- cdc.la ---
  CCLD     cdc.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/compress/Makefile 
config.status: creating xlators/features/compress/Makefile
Making all in changelog
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- changelog.lo ---
--- changelog-rt.lo ---
--- changelog-helpers.lo ---
--- changelog-encoders.lo ---
--- changelog-rpc.lo ---
--- changelog-barrier.lo ---
--- changelog-rpc-common.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- changelog.lo ---
  CC       changelog.lo
--- changelog-rt.lo ---
  CC       changelog-rt.lo
--- changelog-helpers.lo ---
  CC       changelog-helpers.lo
--- changelog-encoders.lo ---
  CC       changelog-encoders.lo
--- ../../../../config.status ---
--- ./config.status ---
--- changelog-rpc.lo ---
  CC       changelog-rpc.lo
--- changelog-barrier.lo ---
  CC       changelog-barrier.lo
--- changelog-rpc-common.lo ---
  CC       changelog-rpc-common.lo
--- ../../../../config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- changelog-ev-handle.lo ---
  CC       changelog-ev-handle.lo
--- changelog-helpers.lo ---
In file included from /usr/include/string.h:127,
                 from ../../../../libglusterfs/src/glusterfs/glusterfs.h:15,
                 from ../../../../libglusterfs/src/glusterfs/xlator.h:18,
                 from changelog-helpers.c:11:
changelog-helpers.c: In function 'resolve_pargfid_to_path':
changelog-helpers.c:1989:9: warning: '__builtin___strncat_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=]
 1989 |         strncat(result, bname, strlen(bname) + 1);
      |         ^~~~~~~
changelog-helpers.c:1989:32: note: length computed here
 1989 |         strncat(result, bname, strlen(bname) + 1);
      |                                ^~~~~~~~~~~~~
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/changelog/src/Makefile depfiles
config.status: creating xlators/features/changelog/src/Makefile
config.status: executing depfiles commands
--- changelog.la ---
  CCLD     changelog.la
Making all in lib
--- all-recursive ---
Making all in src
--- ../../../../../config.status ---
--- libgfchangelog_la-gf-changelog.lo ---
--- libgfchangelog_la-gf-changelog-journal-handler.lo ---
--- libgfchangelog_la-gf-changelog-helpers.lo ---
--- libgfchangelog_la-gf-changelog-api.lo ---
--- libgfchangelog_la-gf-history-changelog.lo ---
--- libgfchangelog_la-gf-changelog-rpc.lo ---
--- libgfchangelog_la-gf-changelog-reborp.lo ---
--- ../../../../../config.status ---
cd ../../../../.. && /usr/bin/make  am--refresh
--- libgfchangelog_la-gf-changelog.lo ---
  CC       libgfchangelog_la-gf-changelog.lo
--- libgfchangelog_la-gf-changelog-journal-handler.lo ---
  CC       libgfchangelog_la-gf-changelog-journal-handler.lo
--- libgfchangelog_la-gf-changelog-helpers.lo ---
  CC       libgfchangelog_la-gf-changelog-helpers.lo
--- libgfchangelog_la-gf-changelog-api.lo ---
  CC       libgfchangelog_la-gf-changelog-api.lo
--- libgfchangelog_la-gf-history-changelog.lo ---
  CC       libgfchangelog_la-gf-history-changelog.lo
--- libgfchangelog_la-gf-changelog-rpc.lo ---
  CC       libgfchangelog_la-gf-changelog-rpc.lo
--- libgfchangelog_la-gf-changelog-reborp.lo ---
  CC       libgfchangelog_la-gf-changelog-reborp.lo
--- ../../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- libgfchangelog_la-changelog-rpc-common.lo ---
  CC       libgfchangelog_la-changelog-rpc-common.lo
--- Makefile ---
 cd ../../../../.. && /bin/sh ./config.status xlators/features/changelog/lib/src/Makefile depfiles
config.status: creating xlators/features/changelog/lib/src/Makefile
--- libgfchangelog.la ---
  CCLD     libgfchangelog.la
--- Makefile ---
config.status: executing depfiles commands
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/changelog/lib/Makefile 
config.status: creating xlators/features/changelog/lib/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/changelog/Makefile 
config.status: creating xlators/features/changelog/Makefile
Making all in gfid-access
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- gfid-access.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- gfid-access.lo ---
  CC       gfid-access.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/gfid-access/src/Makefile depfiles
config.status: creating xlators/features/gfid-access/src/Makefile
config.status: executing depfiles commands
--- gfid-access.la ---
  CCLD     gfid-access.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/gfid-access/Makefile 
config.status: creating xlators/features/gfid-access/Makefile
Making all in snapview-client
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- snapview-client.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- snapview-client.lo ---
  CC       snapview-client.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/snapview-client/src/Makefile depfiles
config.status: creating xlators/features/snapview-client/src/Makefile
config.status: executing depfiles commands
--- snapview-client.la ---
  CCLD     snapview-client.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/snapview-client/Makefile 
config.status: creating xlators/features/snapview-client/Makefile
Making all in snapview-server
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- snapview-server.lo ---
--- snapview-server-mgmt.lo ---
--- snapview-server-helpers.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- snapview-server.lo ---
  CC       snapview-server.lo
--- snapview-server-mgmt.lo ---
  CC       snapview-server-mgmt.lo
--- snapview-server-helpers.lo ---
  CC       snapview-server-helpers.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/snapview-server/src/Makefile depfiles
--- snapview-server-helpers.lo ---
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/logging.h:16,
                 from ../../../../libglusterfs/src/glusterfs/mem-pool.h:16,
                 from ../../../../libglusterfs/src/glusterfs/common-utils.h:41,
                 from ../../../../libglusterfs/src/glusterfs/dict.h:18,
                 from snapview-server.h:13,
                 from snapview-server-helpers.c:10:
snapview-server-helpers.c: In function '__svs_initialise_snapshot_volume':
snapview-server-helpers.c:503:40: warning: '%s' directive output may be truncated writing up to 510 bytes into a region of size between 506 and 1016 [-Wformat-truncation=]
  503 |     snprintf(volname, sizeof(volname), "/snaps/%s/%s/%s", dirent->name,
      |                                        ^~~~~~~~~~~~~~~~~
snapview-server-helpers.c:503:51: note: format string is defined here
  503 |     snprintf(volname, sizeof(volname), "/snaps/%s/%s/%s", dirent->name,
      |                                                   ^~
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/logging.h:16,
                 from ../../../../libglusterfs/src/glusterfs/mem-pool.h:16,
                 from ../../../../libglusterfs/src/glusterfs/common-utils.h:41,
                 from ../../../../libglusterfs/src/glusterfs/dict.h:18,
                 from snapview-server.h:13,
                 from snapview-server-helpers.c:10:
snapview-server-helpers.c:503:5: note: '__builtin_snprintf' output between 10 and 1540 bytes into a destination of size 1024
  503 |     snprintf(volname, sizeof(volname), "/snaps/%s/%s/%s", dirent->name,
      |     ^~~~~~~~
--- Makefile ---
config.status: creating xlators/features/snapview-server/src/Makefile
config.status: executing depfiles commands
--- snapview-server.la ---
  CCLD     snapview-server.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/snapview-server/Makefile 
config.status: creating xlators/features/snapview-server/Makefile
Making all in trash
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- trash.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- trash.lo ---
  CC       trash.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/trash/src/Makefile depfiles
config.status: creating xlators/features/trash/src/Makefile
config.status: executing depfiles commands
--- trash.lo ---
In file included from /usr/include/string.h:127,
                 from ../../../../libglusterfs/src/glusterfs/glusterfs.h:15,
                 from trash.h:13,
                 from trash.c:10:
trash.c: In function 'trash_truncate_mkdir_cbk':
trash.c:1730:13: warning: '__builtin___strncat_chk' output may be truncated copying between 0 and 1023 bytes from a string of length 1023 [-Wstringop-truncation]
 1730 |             strncat(real_path, local->origpath,
      |             ^~~~~~~
--- trash.la ---
  CCLD     trash.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/trash/Makefile 
config.status: creating xlators/features/trash/Makefile
Making all in shard
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- shard.lo ---
  CC       shard.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/shard/src/Makefile depfiles
config.status: creating xlators/features/shard/src/Makefile
config.status: executing depfiles commands
--- shard.la ---
  CCLD     shard.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/shard/Makefile 
config.status: creating xlators/features/shard/Makefile
Making all in bit-rot
--- all-recursive ---
Making all in src
--- all-recursive ---
Making all in stub
--- ../../../../../config.status ---
--- bit-rot-stub-helpers.lo ---
--- bit-rot-stub.lo ---
--- ../../../../../config.status ---
cd ../../../../.. && /usr/bin/make  am--refresh
--- bit-rot-stub-helpers.lo ---
  CC       bit-rot-stub-helpers.lo
--- bit-rot-stub.lo ---
  CC       bit-rot-stub.lo
--- ../../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../../.. && /bin/sh ./config.status xlators/features/bit-rot/src/stub/Makefile depfiles
config.status: creating xlators/features/bit-rot/src/stub/Makefile
config.status: executing depfiles commands
--- bitrot-stub.la ---
  CCLD     bitrot-stub.la
Making all in bitd
--- ../../../../../config.status ---
--- bit-rot.lo ---
--- bit-rot-scrub.lo ---
--- bit-rot-ssm.lo ---
--- bit-rot-scrub-status.lo ---
--- ../../../../../config.status ---
cd ../../../../.. && /usr/bin/make  am--refresh
--- bit-rot-scrub.lo ---
  CC       bit-rot-scrub.lo
--- bit-rot.lo ---
  CC       bit-rot.lo
--- bit-rot-ssm.lo ---
  CC       bit-rot-ssm.lo
--- bit-rot-scrub-status.lo ---
  CC       bit-rot-scrub-status.lo
--- ../../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../../.. && /bin/sh ./config.status xlators/features/bit-rot/src/bitd/Makefile depfiles
--- bit-rot.lo ---
bit-rot.c: In function 'br_object_read_block_and_sign':
bit-rot.c:311:13: warning: 'SHA256_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  311 |             SHA256_Update(sha256, (const unsigned char *)(iovec[i].iov_base),
      |             ^~~~~~~~~~~~~
In file included from ../../../../../libglusterfs/src/glusterfs/glusterfs.h:32,
                 from bit-rot.h:14,
                 from bit-rot.c:16:
/usr/include/openssl/sha.h:78:27: note: declared here
   78 | OSSL_DEPRECATEDIN_3_0 int SHA256_Update(SHA256_CTX *c,
      |                           ^~~~~~~~~~~~~
bit-rot.c: In function 'br_calculate_obj_checksum':
bit-rot.c:344:5: warning: 'SHA256_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  344 |     SHA256_Init(&sha256);
      |     ^~~~~~~~~~~
In file included from ../../../../../libglusterfs/src/glusterfs/glusterfs.h:32,
                 from bit-rot.h:14,
                 from bit-rot.c:16:
/usr/include/openssl/sha.h:77:27: note: declared here
   77 | OSSL_DEPRECATEDIN_3_0 int SHA256_Init(SHA256_CTX *c);
      |                           ^~~~~~~~~~~
bit-rot.c:363:9: warning: 'SHA256_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  363 |         SHA256_Final(md, &sha256);
      |         ^~~~~~~~~~~~
In file included from ../../../../../libglusterfs/src/glusterfs/glusterfs.h:32,
                 from bit-rot.h:14,
                 from bit-rot.c:16:
/usr/include/openssl/sha.h:80:27: note: declared here
   80 | OSSL_DEPRECATEDIN_3_0 int SHA256_Final(unsigned char *md, SHA256_CTX *c);
      |                           ^~~~~~~~~~~~
--- Makefile ---
config.status: creating xlators/features/bit-rot/src/bitd/Makefile
config.status: executing depfiles commands
--- bit-rot-scrub.lo ---
In file included from /usr/include/stdio.h:595,
                 from ../../../../../libglusterfs/src/glusterfs/glusterfs.h:14,
                 from bit-rot-scrub.c:15:
bit-rot-scrub.c: In function 'br_collect_bad_objects_of_child':
bit-rot-scrub.c:1802:15: warning: '__builtin___snprintf_chk' specified bound 1024 exceeds destination size 32 [-Wstringop-overflow=]
 1802 |         len = snprintf(key, PATH_MAX, "quarantine-%d", j);
      |               ^~~~~~~~
bit-rot-scrub.c:1813:9: warning: '__builtin___snprintf_chk' specified bound 1024 exceeds destination size 32 [-Wstringop-overflow=]
 1813 |         snprintf(main_key, PATH_MAX, "quarantine-%d", tmp_count);
      |         ^~~~~~~~
--- bit-rot.la ---
  CCLD     bit-rot.la
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/bit-rot/src/Makefile 
config.status: creating xlators/features/bit-rot/src/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/bit-rot/Makefile 
config.status: creating xlators/features/bit-rot/Makefile
Making all in leases
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- leases.lo ---
--- leases-internal.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- leases.lo ---
  CC       leases.lo
--- leases-internal.lo ---
  CC       leases-internal.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/leases/src/Makefile depfiles
config.status: creating xlators/features/leases/src/Makefile
config.status: executing depfiles commands
--- leases.la ---
  CCLD     leases.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/leases/Makefile 
config.status: creating xlators/features/leases/Makefile
Making all in selinux
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- selinux.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- selinux.lo ---
  CC       selinux.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/selinux/src/Makefile depfiles
config.status: creating xlators/features/selinux/src/Makefile
config.status: executing depfiles commands
--- selinux.la ---
  CCLD     selinux.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/selinux/Makefile 
config.status: creating xlators/features/selinux/Makefile
Making all in sdfs
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- sdfs.lo ---
  CC       sdfs.lo
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/sdfs/src/Makefile depfiles
config.status: creating xlators/features/sdfs/src/Makefile
config.status: executing depfiles commands
--- sdfs.la ---
  CCLD     sdfs.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/sdfs/Makefile 
config.status: creating xlators/features/sdfs/Makefile
Making all in namespace
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- namespace.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- namespace.lo ---
  CC       namespace.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/namespace/src/Makefile depfiles
config.status: creating xlators/features/namespace/src/Makefile
config.status: executing depfiles commands
--- namespace.la ---
  CCLD     namespace.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/namespace/Makefile 
config.status: creating xlators/features/namespace/Makefile
Making all in thin-arbiter
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- thin-arbiter.lo ---
--- libxlator.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- libxlator.lo ---
  CC       libxlator.lo
--- thin-arbiter.lo ---
  CC       thin-arbiter.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/thin-arbiter/src/Makefile depfiles
config.status: creating xlators/features/thin-arbiter/src/Makefile
config.status: executing depfiles commands
--- thin-arbiter.la ---
  CCLD     thin-arbiter.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/thin-arbiter/Makefile 
config.status: creating xlators/features/thin-arbiter/Makefile
Making all in utime
--- all-recursive ---
Making all in src
--- utime-autogen-fops.h ---
/usr/pkg/bin/python3.12 ../../../../xlators/features/utime/src/utime-gen-fops-h.py ../../../../xlators/features/utime/src/utime-autogen-fops-tmpl.h > utime-autogen-fops.h
--- all ---
/usr/bin/make  all-am
--- ../../../../config.status ---
--- utime-helpers.lo ---
--- utime.lo ---
--- utime-autogen-fops.c ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- utime-helpers.lo ---
  CC       utime-helpers.lo
--- utime.lo ---
  CC       utime.lo
--- utime-autogen-fops.c ---
/usr/pkg/bin/python3.12 ../../../../xlators/features/utime/src/utime-gen-fops-c.py ../../../../xlators/features/utime/src/utime-autogen-fops-tmpl.c > utime-autogen-fops.c
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- utime-autogen-fops.lo ---
  CC       utime-autogen-fops.lo
--- ../../../../config.status ---
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/features/utime/src/Makefile depfiles
config.status: creating xlators/features/utime/src/Makefile
config.status: executing depfiles commands
--- utime.la ---
  CCLD     utime.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/features/utime/Makefile 
config.status: creating xlators/features/utime/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/features/Makefile 
config.status: creating xlators/features/Makefile
Making all in mount
--- all-recursive ---
Making all in fuse
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- fuse-helpers.lo ---
--- fuse-resolve.lo ---
--- fuse-bridge.lo ---
--- misc.lo ---
--- mount.lo ---
--- mount-common.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- fuse-helpers.lo ---
  CC       fuse-helpers.lo
--- fuse-resolve.lo ---
  CC       fuse-resolve.lo
--- fuse-bridge.lo ---
  CC       fuse-bridge.lo
--- misc.lo ---
  CC       misc.lo
--- mount.lo ---
  CC       mount.lo
--- mount-common.lo ---
  CC       mount-common.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/mount/fuse/src/Makefile depfiles
--- fuse-bridge.lo ---
fuse-bridge.c: In function 'fuse_init':
fuse-bridge.c:5124:15: warning: unused variable 'messenger' [-Wunused-variable]
 5124 |     pthread_t messenger;
      |               ^~~~~~~~~
--- Makefile ---
config.status: creating xlators/mount/fuse/src/Makefile
config.status: executing depfiles commands
--- fuse.la ---
  CCLD     fuse.la
ld: /pbulk/work/filesystems/glusterfs8/work/.buildlink/lib/libargp.so: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. -std=gnu99).
Making all in utils
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/mount/fuse/utils/Makefile 
config.status: creating xlators/mount/fuse/utils/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/mount/fuse/Makefile 
config.status: creating xlators/mount/fuse/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/mount/Makefile 
config.status: creating xlators/mount/Makefile
Making all in mgmt
--- all-recursive ---
Making all in glusterd
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- glusterd_la-glusterd.lo ---
--- glusterd_la-glusterd-handler.lo ---
--- glusterd_la-glusterd-sm.lo ---
--- glusterd_la-glusterd-op-sm.lo ---
--- glusterd_la-glusterd-utils.lo ---
--- glusterd_la-glusterd-rpc-ops.lo ---
--- glusterd_la-glusterd-store.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- glusterd_la-glusterd.lo ---
  CC       glusterd_la-glusterd.lo
--- glusterd_la-glusterd-handler.lo ---
  CC       glusterd_la-glusterd-handler.lo
--- glusterd_la-glusterd-sm.lo ---
  CC       glusterd_la-glusterd-sm.lo
--- ../../../../config.status ---
--- ./config.status ---
--- glusterd_la-glusterd-op-sm.lo ---
  CC       glusterd_la-glusterd-op-sm.lo
--- glusterd_la-glusterd-utils.lo ---
  CC       glusterd_la-glusterd-utils.lo
--- glusterd_la-glusterd-rpc-ops.lo ---
  CC       glusterd_la-glusterd-rpc-ops.lo
--- glusterd_la-glusterd-store.lo ---
  CC       glusterd_la-glusterd-store.lo
--- ../../../../config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- glusterd_la-glusterd-handshake.lo ---
  CC       glusterd_la-glusterd-handshake.lo
--- glusterd_la-glusterd-store.lo ---
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14,
                 from glusterd-op-sm.h:16,
                 from glusterd-store.c:11:
glusterd-store.c: In function 'glusterd_store_hostname_peerpath_set.constprop':
glusterd-store.c:4336:30: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=]
 4336 |     snprintf(peerfpath, len, "%s/%s", peerdir, peerinfo->hostname);
      |                              ^~~~~~~
glusterd-store.c:4336:36: note: format string is defined here
 4336 |     snprintf(peerfpath, len, "%s/%s", peerdir, peerinfo->hostname);
      |                                    ^
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14,
                 from glusterd-op-sm.h:16,
                 from glusterd-store.c:11:
glusterd-store.c:4336:5: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024
 4336 |     snprintf(peerfpath, len, "%s/%s", peerdir, peerinfo->hostname);
      |     ^~~~~~~~
glusterd-store.c: In function 'glusterd_store_peerinfo_uuid_shandle_create':
glusterd-store.c:4322:30: warning: '__builtin_snprintf' output may be truncated before the last format character [-Wformat-truncation=]
 4322 |     snprintf(peerfpath, len, "%s/%s", peerdir, str);
      |                              ^~~~~~~
glusterd-store.c:4322:36: note: format string is defined here
 4322 |     snprintf(peerfpath, len, "%s/%s", peerdir, str);
      |                                    ^
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/glusterfs.h:14,
                 from glusterd-op-sm.h:16,
                 from glusterd-store.c:11:
glusterd-store.c:4322:5: note: '__builtin_snprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024
 4322 |     snprintf(peerfpath, len, "%s/%s", peerdir, str);
      |     ^~~~~~~~
--- glusterd_la-glusterd-pmap.lo ---
  CC       glusterd_la-glusterd-pmap.lo
--- glusterd_la-glusterd-volgen.lo ---
  CC       glusterd_la-glusterd-volgen.lo
--- glusterd_la-glusterd-rebalance.lo ---
  CC       glusterd_la-glusterd-rebalance.lo
--- glusterd_la-glusterd-quota.lo ---
  CC       glusterd_la-glusterd-quota.lo
--- glusterd_la-glusterd-rebalance.lo ---
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/compat.h:121,
                 from glusterd-rebalance.c:16:
glusterd-rebalance.c: In function 'glusterd_handle_defrag_start':
glusterd-rebalance.c:269:33: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 320 and 1023 [-Wformat-truncation=]
  269 |     snprintf(logfile, PATH_MAX, "%s/%s-%s.log", priv->logdir, volinfo->volname,
      |                                 ^~~~~~~~~~~~~~
glusterd-rebalance.c:269:37: note: format string is defined here
  269 |     snprintf(logfile, PATH_MAX, "%s/%s-%s.log", priv->logdir, volinfo->volname,
      |                                     ^~
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/compat.h:121,
                 from glusterd-rebalance.c:16:
glusterd-rebalance.c:269:5: note: '__builtin_snprintf' output between 16 and 1230 bytes into a destination of size 1024
  269 |     snprintf(logfile, PATH_MAX, "%s/%s-%s.log", priv->logdir, volinfo->volname,
      |     ^~~~~~~~
glusterd-rebalance.c:274:46: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 311 and 1014 [-Wformat-truncation=]
  274 |         snprintf(valgrind_logfile, PATH_MAX, "%s/valgrind-%s-rebalance.log",
      |                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
glusterd-rebalance.c:274:59: note: format string is defined here
  274 |         snprintf(valgrind_logfile, PATH_MAX, "%s/valgrind-%s-rebalance.log",
      |                                                           ^~
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/compat.h:121,
                 from glusterd-rebalance.c:16:
glusterd-rebalance.c:274:9: note: '__builtin_snprintf' output between 25 and 1239 bytes into a destination of size 1024
  274 |         snprintf(valgrind_logfile, PATH_MAX, "%s/valgrind-%s-rebalance.log",
      |         ^~~~~~~~
--- glusterd_la-glusterd-bitrot.lo ---
  CC       glusterd_la-glusterd-bitrot.lo
--- glusterd_la-glusterd-geo-rep.lo ---
  CC       glusterd_la-glusterd-geo-rep.lo
--- glusterd_la-glusterd-utils.lo ---
In file included from /usr/include/stdio.h:595,
                 from ../../../../contrib/mount/mntent_compat.h:15,
                 from glusterd-utils.c:15:
glusterd-utils.c: In function 'glusterd_handle_replicate_brick_ops':
glusterd-utils.c:13801:48: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 320 and 1023 [-Wformat-truncation=]
13801 |             snprintf(logfile, sizeof(logfile), "%s/%s-add-brick-mount.log",
      |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
glusterd-utils.c:13801:52: note: format string is defined here
13801 |             snprintf(logfile, sizeof(logfile), "%s/%s-add-brick-mount.log",
      |                                                    ^~
In file included from /usr/include/stdio.h:595,
                 from ../../../../contrib/mount/mntent_compat.h:15,
                 from glusterd-utils.c:15:
glusterd-utils.c:13801:13: note: '__builtin_snprintf' output between 22 and 1236 bytes into a destination of size 1024
13801 |             snprintf(logfile, sizeof(logfile), "%s/%s-add-brick-mount.log",
      |             ^~~~~~~~
glusterd-utils.c:13788:48: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 320 and 1023 [-Wformat-truncation=]
13788 |             snprintf(logfile, sizeof(logfile), "%s/%s-replace-brick-mount.log",
      |                                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
glusterd-utils.c:13788:52: note: format string is defined here
13788 |             snprintf(logfile, sizeof(logfile), "%s/%s-replace-brick-mount.log",
      |                                                    ^~
In file included from /usr/include/stdio.h:595,
                 from ../../../../contrib/mount/mntent_compat.h:15,
                 from glusterd-utils.c:15:
glusterd-utils.c:13788:13: note: '__builtin_snprintf' output between 26 and 1240 bytes into a destination of size 1024
13788 |             snprintf(logfile, sizeof(logfile), "%s/%s-replace-brick-mount.log",
      |             ^~~~~~~~
--- glusterd_la-glusterd-replace-brick.lo ---
  CC       glusterd_la-glusterd-replace-brick.lo
--- glusterd_la-glusterd-log-ops.lo ---
  CC       glusterd_la-glusterd-log-ops.lo
--- glusterd_la-glusterd-volume-ops.lo ---
  CC       glusterd_la-glusterd-volume-ops.lo
--- glusterd_la-glusterd-brick-ops.lo ---
  CC       glusterd_la-glusterd-brick-ops.lo
--- glusterd_la-glusterd-mountbroker.lo ---
  CC       glusterd_la-glusterd-mountbroker.lo
--- glusterd_la-glusterd-geo-rep.lo ---
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/logging.h:16,
                 from ../../../../libglusterfs/src/glusterfs/mem-pool.h:16,
                 from ../../../../libglusterfs/src/glusterfs/common-utils.h:41,
                 from glusterd-geo-rep.c:10:
glusterd-geo-rep.c: In function 'glusterd_op_gsync_create':
glusterd-geo-rep.c:6662:24: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 303 and 1006 [-Wformat-truncation=]
 6662 |                        "%s/" GEOREP "/%s_%s_%s", conf->workdir,
      |                        ^~~~~
glusterd-geo-rep.c:6661:15: note: '__builtin_snprintf' output 20 or more bytes (assuming 1234) into a destination of size 1023
 6661 |         ret = snprintf(old_working_dir, sizeof(old_working_dir) - 1,
      |               ^~~~~~~~
glusterd-geo-rep.c:6666:24: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 303 and 1006 [-Wformat-truncation=]
 6666 |                        "%s/" GEOREP "/%s_%s_%s", conf->workdir,
      |                        ^~~~~
glusterd-geo-rep.c:6665:15: note: '__builtin_snprintf' output 20 or more bytes (assuming 1234) into a destination of size 1023
 6665 |         ret = snprintf(new_working_dir, sizeof(new_working_dir) - 1,
      |               ^~~~~~~~
--- glusterd_la-glusterd-syncop.lo ---
  CC       glusterd_la-glusterd-syncop.lo
--- glusterd_la-glusterd-hooks.lo ---
  CC       glusterd_la-glusterd-hooks.lo
--- glusterd_la-glusterd-volume-ops.lo ---
In file included from /usr/include/string.h:127,
                 from ../../../../libglusterfs/src/glusterfs/common-utils.h:18,
                 from glusterd-volume-ops.c:10:
glusterd-volume-ops.c: In function 'glusterd_check_brick_order':
glusterd-volume-ops.c:189:9: warning: '__builtin___strncpy_chk' specified bound depends on the length of the source argument [-Wstringop-overflow=]
  189 |         strncpy(brick_addr, brick, addrlen);
      |         ^~~~~~~
glusterd-volume-ops.c:188:19: note: length computed here
  188 |         addrlen = strlen(brick) - strlen(tmpptr);
      |                   ^~~~~~~~~~~~~
--- glusterd_la-glusterd-volume-set.lo ---
  CC       glusterd_la-glusterd-volume-set.lo
--- glusterd_la-glusterd-locks.lo ---
  CC       glusterd_la-glusterd-locks.lo
--- glusterd_la-glusterd-snapshot.lo ---
  CC       glusterd_la-glusterd-snapshot.lo
--- glusterd_la-glusterd-mgmt-handler.lo ---
  CC       glusterd_la-glusterd-mgmt-handler.lo
--- glusterd_la-glusterd-mgmt.lo ---
  CC       glusterd_la-glusterd-mgmt.lo
--- glusterd_la-glusterd-peer-utils.lo ---
  CC       glusterd_la-glusterd-peer-utils.lo
--- glusterd_la-glusterd-statedump.lo ---
  CC       glusterd_la-glusterd-statedump.lo
--- glusterd_la-glusterd-snapshot-utils.lo ---
  CC       glusterd_la-glusterd-snapshot-utils.lo
--- glusterd_la-glusterd-conn-mgmt.lo ---
  CC       glusterd_la-glusterd-conn-mgmt.lo
--- glusterd_la-glusterd-proc-mgmt.lo ---
  CC       glusterd_la-glusterd-proc-mgmt.lo
--- glusterd_la-glusterd-svc-mgmt.lo ---
  CC       glusterd_la-glusterd-svc-mgmt.lo
--- glusterd_la-glusterd-nfs-svc.lo ---
  CC       glusterd_la-glusterd-nfs-svc.lo
--- glusterd_la-glusterd-quotad-svc.lo ---
  CC       glusterd_la-glusterd-quotad-svc.lo
--- glusterd_la-glusterd-svc-helper.lo ---
  CC       glusterd_la-glusterd-svc-helper.lo
--- glusterd_la-glusterd-conn-helper.lo ---
  CC       glusterd_la-glusterd-conn-helper.lo
--- glusterd_la-glusterd-snapd-svc.lo ---
  CC       glusterd_la-glusterd-snapd-svc.lo
--- glusterd_la-glusterd-snapd-svc-helper.lo ---
  CC       glusterd_la-glusterd-snapd-svc-helper.lo
--- glusterd_la-glusterd-bitd-svc.lo ---
  CC       glusterd_la-glusterd-bitd-svc.lo
--- glusterd_la-glusterd-snapd-svc.lo ---
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/compat.h:121,
                 from ../../../../libglusterfs/src/glusterfs/glusterfs-fops.h:14,
                 from ../../../../libglusterfs/src/glusterfs/xlator.h:16,
                 from ../../../../libglusterfs/src/glusterfs/globals.h:127,
                 from glusterd-snapd-svc.c:11:
glusterd-snapd-svc.c: In function 'glusterd_snapdsvc_init':
glusterd-snapd-svc.c:31:27: warning: '%s' directive output may be truncated writing up to 511 bytes into a region of size between 314 and 1017 [-Wformat-truncation=]
   31 |     snprintf(logdir, len, "%s/snaps/%s", priv->logdir, volname);
      |                           ^~~~~~~~~~~~~
glusterd-snapd-svc.c:31:37: note: format string is defined here
   31 |     snprintf(logdir, len, "%s/snaps/%s", priv->logdir, volname);
      |                                     ^~
In file included from /usr/include/stdio.h:595,
                 from ../../../../libglusterfs/src/glusterfs/compat.h:121,
                 from ../../../../libglusterfs/src/glusterfs/glusterfs-fops.h:14,
                 from ../../../../libglusterfs/src/glusterfs/xlator.h:16,
                 from ../../../../libglusterfs/src/glusterfs/globals.h:127,
                 from glusterd-snapd-svc.c:11:
glusterd-snapd-svc.c:31:5: note: '__builtin_snprintf' output between 8 and 1222 bytes into a destination of size 1024
   31 |     snprintf(logdir, len, "%s/snaps/%s", priv->logdir, volname);
      |     ^~~~~~~~
--- glusterd_la-glusterd-scrub-svc.lo ---
  CC       glusterd_la-glusterd-scrub-svc.lo
--- glusterd_la-glusterd-server-quorum.lo ---
  CC       glusterd_la-glusterd-server-quorum.lo
--- glusterd_la-glusterd-reset-brick.lo ---
  CC       glusterd_la-glusterd-reset-brick.lo
--- glusterd_la-glusterd-shd-svc.lo ---
--- glusterd_la-glusterd-shd-svc-helper.lo ---
--- glusterd_la-glusterd-shd-svc.lo ---
  CC       glusterd_la-glusterd-shd-svc.lo
--- glusterd_la-glusterd-shd-svc-helper.lo ---
  CC       glusterd_la-glusterd-shd-svc-helper.lo
--- glusterd_la-glusterd-gfproxyd-svc.lo ---
  CC       glusterd_la-glusterd-gfproxyd-svc.lo
--- glusterd_la-glusterd-gfproxyd-svc-helper.lo ---
  CC       glusterd_la-glusterd-gfproxyd-svc-helper.lo
--- glusterd_la-glusterd-ganesha.lo ---
  CC       glusterd_la-glusterd-ganesha.lo
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/mgmt/glusterd/src/Makefile depfiles
config.status: creating xlators/mgmt/glusterd/src/Makefile
config.status: executing depfiles commands
--- glusterd.la ---
  CCLD     glusterd.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/mgmt/glusterd/Makefile 
config.status: creating xlators/mgmt/glusterd/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/mgmt/Makefile 
config.status: creating xlators/mgmt/Makefile
Making all in system
--- all-recursive ---
Making all in posix-acl
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- posix-acl.lo ---
--- posix-acl-xattr.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- posix-acl.lo ---
  CC       posix-acl.lo
--- posix-acl-xattr.lo ---
  CC       posix-acl-xattr.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/system/posix-acl/src/Makefile depfiles
config.status: creating xlators/system/posix-acl/src/Makefile
config.status: executing depfiles commands
--- posix-acl.la ---
  CCLD     posix-acl.la
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/system/posix-acl/Makefile 
config.status: creating xlators/system/posix-acl/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/system/Makefile 
config.status: creating xlators/system/Makefile
Making all in playground
--- all-recursive ---
Making all in template
--- all-recursive ---
Making all in src
--- ../../../../config.status ---
--- template.lo ---
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- template.lo ---
  CC       template.lo
--- ../../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status xlators/playground/template/src/Makefile depfiles
--- template.la ---
--- Makefile ---
config.status: creating xlators/playground/template/src/Makefile
--- template.la ---
  CCLD     template.la
--- Makefile ---
config.status: executing depfiles commands
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/playground/template/Makefile 
config.status: creating xlators/playground/template/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/playground/Makefile 
config.status: creating xlators/playground/Makefile
Making all in meta
--- all-recursive ---
Making all in src
--- ../../../config.status ---
--- meta.lo ---
--- meta-helpers.lo ---
--- meta-defaults.lo ---
--- root-dir.lo ---
--- graphs-dir.lo ---
--- frames-file.lo ---
--- graph-dir.lo ---
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- meta.lo ---
  CC       meta.lo
--- meta-helpers.lo ---
  CC       meta-helpers.lo
--- root-dir.lo ---
  CC       root-dir.lo
--- meta-defaults.lo ---
  CC       meta-defaults.lo
--- graphs-dir.lo ---
  CC       graphs-dir.lo
--- frames-file.lo ---
  CC       frames-file.lo
--- graph-dir.lo ---
  CC       graph-dir.lo
--- ../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- active-link.lo ---
  CC       active-link.lo
--- xlator-dir.lo ---
--- top-link.lo ---
--- xlator-dir.lo ---
  CC       xlator-dir.lo
--- logging-dir.lo ---
--- top-link.lo ---
  CC       top-link.lo
--- logging-dir.lo ---
  CC       logging-dir.lo
--- logfile-link.lo ---
  CC       logfile-link.lo
--- loglevel-file.lo ---
  CC       loglevel-file.lo
--- process_uuid-file.lo ---
  CC       process_uuid-file.lo
--- volfile-file.lo ---
  CC       volfile-file.lo
--- view-dir.lo ---
  CC       view-dir.lo
--- subvolumes-dir.lo ---
  CC       subvolumes-dir.lo
--- subvolume-link.lo ---
  CC       subvolume-link.lo
--- type-file.lo ---
  CC       type-file.lo
--- version-file.lo ---
  CC       version-file.lo
--- options-dir.lo ---
  CC       options-dir.lo
--- option-file.lo ---
  CC       option-file.lo
--- cmdline-file.lo ---
  CC       cmdline-file.lo
--- name-file.lo ---
  CC       name-file.lo
--- private-file.lo ---
  CC       private-file.lo
--- history-file.lo ---
  CC       history-file.lo
--- mallinfo-file.lo ---
--- meminfo-file.lo ---
--- mallinfo-file.lo ---
  CC       mallinfo-file.lo
--- meminfo-file.lo ---
  CC       meminfo-file.lo
--- measure-file.lo ---
  CC       measure-file.lo
--- profile-file.lo ---
  CC       profile-file.lo
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status xlators/meta/src/Makefile depfiles
config.status: creating xlators/meta/src/Makefile
config.status: executing depfiles commands
--- meta.la ---
  CCLD     meta.la
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status xlators/meta/Makefile 
config.status: creating xlators/meta/Makefile
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status xlators/Makefile 
config.status: creating xlators/Makefile
Making all in doc
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status doc/Makefile 
config.status: creating doc/Makefile
Making all in extras
--- all-recursive ---
Making all in init.d
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/init.d/Makefile 
config.status: creating extras/init.d/Makefile
Making all in systemd
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/systemd/Makefile 
config.status: creating extras/systemd/Makefile
Making all in benchmarking
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/benchmarking/Makefile 
config.status: creating extras/benchmarking/Makefile
Making all in hook-scripts
--- all-recursive ---
Making all in add-brick
--- all-recursive ---
Making all in post
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/add-brick/post/Makefile 
config.status: creating extras/hook-scripts/add-brick/post/Makefile
Making all in pre
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/add-brick/pre/Makefile 
config.status: creating extras/hook-scripts/add-brick/pre/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/hook-scripts/add-brick/Makefile 
config.status: creating extras/hook-scripts/add-brick/Makefile
Making all in create
--- all-recursive ---
Making all in post
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/create/post/Makefile 
config.status: creating extras/hook-scripts/create/post/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/hook-scripts/create/Makefile 
config.status: creating extras/hook-scripts/create/Makefile
Making all in delete
--- all-recursive ---
Making all in pre
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/delete/pre/Makefile 
config.status: creating extras/hook-scripts/delete/pre/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/hook-scripts/delete/Makefile 
config.status: creating extras/hook-scripts/delete/Makefile
Making all in set
--- all-recursive ---
Making all in post
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/set/post/Makefile 
config.status: creating extras/hook-scripts/set/post/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/hook-scripts/set/Makefile 
config.status: creating extras/hook-scripts/set/Makefile
Making all in start
--- all-recursive ---
Making all in post
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/start/post/Makefile 
config.status: creating extras/hook-scripts/start/post/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/hook-scripts/start/Makefile 
config.status: creating extras/hook-scripts/start/Makefile
Making all in stop
--- all-recursive ---
Making all in pre
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/stop/pre/Makefile 
config.status: creating extras/hook-scripts/stop/pre/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/hook-scripts/stop/Makefile 
config.status: creating extras/hook-scripts/stop/Makefile
Making all in reset
--- all-recursive ---
Making all in post
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/reset/post/Makefile 
config.status: creating extras/hook-scripts/reset/post/Makefile
Making all in pre
--- ../../../../config.status ---
cd ../../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../../.. && /bin/sh ./config.status extras/hook-scripts/reset/pre/Makefile 
config.status: creating extras/hook-scripts/reset/pre/Makefile
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/hook-scripts/reset/Makefile 
config.status: creating extras/hook-scripts/reset/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/hook-scripts/Makefile 
config.status: creating extras/hook-scripts/Makefile
Making all in ocf
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/ocf/Makefile 
config.status: creating extras/ocf/Makefile
Making all in LinuxRPM
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/LinuxRPM/Makefile 
config.status: creating extras/LinuxRPM/Makefile
--- all ---
To build RPMS run 'make glusterrpms'
Making all in geo-rep
--- ../../config.status ---
--- gsync_sync_gfid-gsync-sync-gfid.o ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- gsync_sync_gfid-gsync-sync-gfid.o ---
  CC       gsync_sync_gfid-gsync-sync-gfid.o
--- ../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/geo-rep/Makefile depfiles
--- gsync-sync-gfid ---
  CCLD     gsync-sync-gfid
ld: /pbulk/work/filesystems/glusterfs8/work/.buildlink/lib/libargp.so: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. -std=gnu99).
--- Makefile ---
config.status: creating extras/geo-rep/Makefile
config.status: executing depfiles commands
Making all in snap_scheduler
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/snap_scheduler/Makefile 
config.status: creating extras/snap_scheduler/Makefile
Making all in firewalld
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/firewalld/Makefile 
config.status: creating extras/firewalld/Makefile
Making all in cliutils
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/cliutils/Makefile 
config.status: creating extras/cliutils/Makefile
Making all in python
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/python/Makefile 
config.status: creating extras/python/Makefile
Making all in ganesha
--- all-recursive ---
Making all in scripts
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/ganesha/scripts/Makefile 
config.status: creating extras/ganesha/scripts/Makefile
Making all in config
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/ganesha/config/Makefile 
config.status: creating extras/ganesha/config/Makefile
Making all in ocf
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status extras/ganesha/ocf/Makefile 
config.status: creating extras/ganesha/ocf/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status extras/ganesha/Makefile 
config.status: creating extras/ganesha/Makefile
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status extras/Makefile 
config.status: creating extras/Makefile
Making all in cli
--- all-recursive ---
Making all in src
--- ../../config.status ---
--- cli.o ---
--- registry.o ---
--- input.o ---
--- cli-cmd.o ---
--- cli-rl.o ---
--- cli-cmd-global.o ---
--- cli-cmd-volume.o ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- cli.o ---
  CC       cli.o
--- registry.o ---
  CC       registry.o
--- input.o ---
  CC       input.o
--- cli-cmd.o ---
  CC       cli-cmd.o
--- cli-rl.o ---
  CC       cli-rl.o
--- cli-cmd-global.o ---
  CC       cli-cmd-global.o
--- cli-cmd-volume.o ---
  CC       cli-cmd-volume.o
--- ../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- cli-cmd-peer.o ---
  CC       cli-cmd-peer.o
--- cli-rpc-ops.o ---
  CC       cli-rpc-ops.o
--- cli-cmd-parser.o ---
  CC       cli-cmd-parser.o
--- cli-cmd-system.o ---
  CC       cli-cmd-system.o
--- cli-cmd-misc.o ---
--- cli-xml-output.o ---
--- cli-cmd-misc.o ---
  CC       cli-cmd-misc.o
--- cli-xml-output.o ---
  CC       cli-xml-output.o
--- cli-quotad-client.o ---
  CC       cli-quotad-client.o
--- cli-cmd-snapshot.o ---
  CC       cli-cmd-snapshot.o
--- Makefile ---
 cd ../.. && /bin/sh ./config.status cli/src/Makefile depfiles
config.status: creating cli/src/Makefile
config.status: executing depfiles commands
--- gluster ---
  CCLD     gluster
ld: /pbulk/work/filesystems/glusterfs8/work/.buildlink/lib/libargp.so: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. -std=gnu99).
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status cli/Makefile 
config.status: creating cli/Makefile
Making all in heal
--- all-recursive ---
Making all in src
--- ../../config.status ---
--- glfs-heal.o ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- glfs-heal.o ---
  CC       glfs-heal.o
--- ../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status heal/src/Makefile depfiles
config.status: creating heal/src/Makefile
--- glfsheal ---
  CCLD     glfsheal
--- Makefile ---
config.status: executing depfiles commands
--- glfsheal ---
ld: /pbulk/work/filesystems/glusterfs8/work/.buildlink/lib/libargp.so: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. -std=gnu99).
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status heal/Makefile 
config.status: creating heal/Makefile
Making all in geo-replication
--- all-recursive ---
Making all in syncdaemon
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status geo-replication/syncdaemon/Makefile 
config.status: creating geo-replication/syncdaemon/Makefile
Making all in src
--- ../../config.status ---
--- gsyncd.o ---
--- procdiggy.o ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- gsyncd.o ---
  CC       gsyncd.o
--- procdiggy.o ---
  CC       procdiggy.o
--- ../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status geo-replication/src/Makefile depfiles
--- gsyncd ---
  CCLD     gsyncd
--- Makefile ---
config.status: creating geo-replication/src/Makefile
config.status: executing depfiles commands
--- gsyncd ---
ld: /pbulk/work/filesystems/glusterfs8/work/.buildlink/lib/libargp.so: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. -std=gnu99).
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status geo-replication/Makefile 
config.status: creating geo-replication/Makefile
Making all in contrib/umountd
--- ../../config.status ---
--- umountd-umountd.o ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- umountd-umountd.o ---
  CC       umountd-umountd.o
--- ../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status contrib/umountd/Makefile depfiles
--- umountd ---
  CCLD     umountd
--- Makefile ---
config.status: creating contrib/umountd/Makefile
config.status: executing depfiles commands
--- umountd ---
ld: /pbulk/work/filesystems/glusterfs8/work/.buildlink/lib/libargp.so: warning: Warning: reference to the libc supplied alloca(3); this most likely will not work. Please use the compiler provided version of alloca(3), by supplying the appropriate compiler flags (e.g. -std=gnu99).
Making all in tools
--- all-recursive ---
Making all in gfind_missing_files
--- ../../config.status ---
--- gcrawler.o ---
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- gcrawler.o ---
  CC       gcrawler.o
--- ../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
--- gcrawler.o ---
gcrawler.c: In function 'dirjob_ret':
gcrawler.c:48:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   48 |         err("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:34:35: note: in definition of macro 'err'
   34 | #define err(x...) fprintf(stderr, x)
      |                                   ^
gcrawler.c:158:13: note: in expansion of macro 'terr'
  158 |             terr("Failed: %s (%d)\n", job->dirname, ret);
      |             ^~~~
gcrawler.c:48:17: note: format string is defined here
   48 |         err("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
gcrawler.c:53:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:160:13: note: in expansion of macro 'tdbg'
  160 |             tdbg("Finished: %s\n", job->dirname);
      |             ^~~~
gcrawler.c:53:17: note: format string is defined here
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
gcrawler.c: In function 'xwork_pick':
gcrawler.c:53:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:248:17: note: in expansion of macro 'tdbg'
  248 |                 tdbg("Jobless. Terminating\n");
      |                 ^~~~
gcrawler.c:53:17: note: format string is defined here
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
gcrawler.c: In function 'skip_stat':
gcrawler.c:53:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:298:9: note: in expansion of macro 'tdbg'
  298 |         tdbg(
      |         ^~~~
gcrawler.c:53:17: note: format string is defined here
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
gcrawler.c:53:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:307:13: note: in expansion of macro 'tdbg'
  307 |             tdbg(
      |             ^~~~
gcrawler.c:53:17: note: format string is defined here
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
--- Makefile ---
 cd ../.. && /bin/sh ./config.status tools/gfind_missing_files/Makefile depfiles
--- gcrawler.o ---
gcrawler.c: In function 'xworker_do_crawl':
gcrawler.c:53:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:343:5: note: in expansion of macro 'tdbg'
  343 |     tdbg("Entering: %s\n", job->dirname);
      |     ^~~~
gcrawler.c:53:17: note: format string is defined here
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
gcrawler.c:48:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   48 |         err("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:34:35: note: in definition of macro 'err'
   34 | #define err(x...) fprintf(stderr, x)
      |                                   ^
gcrawler.c:347:9: note: in expansion of macro 'terr'
  347 |         terr("opendir failed on %s (%s)\n", job->dirname, strerror(errno));
      |         ^~~~
gcrawler.c:48:17: note: format string is defined here
   48 |         err("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
gcrawler.c: In function 'xwork_fini':
gcrawler.c:53:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:440:9: note: in expansion of macro 'tdbg'
  440 |         tdbg("CThread id %ld returned %p\n", xwork->cthreads[i], tret);
      |         ^~~~
gcrawler.c:53:17: note: format string is defined here
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
gcrawler.c:440:14: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
  440 |         tdbg("CThread id %ld returned %p\n", xwork->cthreads[i], tret);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  ~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             pthread_t {aka struct __pthread_st *}
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:440:9: note: in expansion of macro 'tdbg'
  440 |         tdbg("CThread id %ld returned %p\n", xwork->cthreads[i], tret);
      |         ^~~~
gcrawler.c:440:28: note: format string is defined here
  440 |         tdbg("CThread id %ld returned %p\n", xwork->cthreads[i], tret);
      |                          ~~^
      |                            |
      |                            long int
gcrawler.c: In function 'xwork_init':
gcrawler.c:53:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:480:9: note: in expansion of macro 'tdbg'
  480 |         tdbg("Spawned crawler %d thread %ld\n", i, xwork->cthreads[i]);
      |         ^~~~
gcrawler.c:53:17: note: format string is defined here
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
gcrawler.c:480:14: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
  480 |         tdbg("Spawned crawler %d thread %ld\n", i, xwork->cthreads[i]);
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~
      |                                                                   |
      |                                                                   pthread_t {aka struct __pthread_st *}
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:480:9: note: in expansion of macro 'tdbg'
  480 |         tdbg("Spawned crawler %d thread %ld\n", i, xwork->cthreads[i]);
      |         ^~~~
gcrawler.c:480:43: note: format string is defined here
  480 |         tdbg("Spawned crawler %d thread %ld\n", i, xwork->cthreads[i]);
      |                                         ~~^
      |                                           |
      |                                           long int
gcrawler.c: In function 'xfind':
gcrawler.c:53:13: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'pthread_t' {aka 'struct __pthread_st *'} [-Wformat=]
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |             ^~~~~~~~
gcrawler.c:39:29: note: in definition of macro 'dbg'
   39 |             fprintf(stdout, x);                                                \
      |                             ^
gcrawler.c:505:5: note: in expansion of macro 'tdbg'
  505 |     tdbg("Working directory: %s\n", cwd);
      |     ^~~~
gcrawler.c:53:17: note: format string is defined here
   53 |         dbg("[%ld] ", pthread_self());                                         \
      |               ~~^
      |                 |
      |                 long int
--- gcrawler ---
  CCLD     gcrawler
--- Makefile ---
config.status: creating tools/gfind_missing_files/Makefile
config.status: executing depfiles commands
Making all in glusterfind
--- all-recursive ---
Making all in src
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status tools/glusterfind/src/Makefile 
config.status: creating tools/glusterfind/src/Makefile
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status tools/glusterfind/Makefile 
config.status: creating tools/glusterfind/Makefile
Making all in setgfid2path
--- all-recursive ---
Making all in src
--- ../../../config.status ---
--- main.o ---
--- ../../../config.status ---
cd ../../.. && /usr/bin/make  am--refresh
--- main.o ---
  CC       main.o
--- ../../../config.status ---
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../../.. && /bin/sh ./config.status tools/setgfid2path/src/Makefile depfiles
--- gluster-setgfid2path ---
  CCLD     gluster-setgfid2path
--- Makefile ---
config.status: creating tools/setgfid2path/src/Makefile
config.status: executing depfiles commands
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status tools/setgfid2path/Makefile 
config.status: creating tools/setgfid2path/Makefile
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status tools/Makefile 
config.status: creating tools/Makefile
Making all in events
--- all-recursive ---
Making all in src
--- eventtypes.py ---
/usr/pkg/bin/python3.12 ../../events/eventskeygen.py PY_HEADER
--- all ---
/usr/bin/make  all-am
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status events/src/Makefile 
config.status: creating events/src/Makefile
Making all in tools
--- ../../config.status ---
cd ../.. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd ../.. && /bin/sh ./config.status events/tools/Makefile 
config.status: creating events/tools/Makefile
--- ../config.status ---
cd .. && /usr/bin/make  am--refresh
--- ./config.status ---
/bin/sh ./config.status --recheck
--- am--refresh ---
--- Makefile ---
 cd .. && /bin/sh ./config.status events/Makefile 
config.status: creating events/Makefile
--- ./config.status ---
/bin/sh ./config.status --recheck
--- config.h ---
=> Substituting "mtab" in xlators/mount/fuse/utils/mount.glusterfs.in
=> Creating /pbulk/work/filesystems/glusterfs8/work/.rc.d/glusterd