Build · b1fe2d27Timed out ·
Pause
•••
Download raw log ↓
← Earlier output66.9 MiB captured
orangefs-2.9.8
  194 |     char sig_buf[16], mask_buf[16];
      |                       ^~~~~~~~
2 warnings generated.
  CCPIC		src/common/misc/server-config-threaded.po
  CCPIC		src/common/misc/server-config-mgr-threaded.po
src/common/id-generator/id-generator.c:42:27: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   42 | int id_gen_safe_initialize()
      |                           ^
      |                            void
src/common/id-generator/id-generator.c:57:25: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   57 | int id_gen_safe_finalize()
      |                         ^
      |                          void
2 warnings generated.
  CCPIC		src/common/misc/str-utils-threaded.po
  CCPIC		src/common/misc/digest-threaded.po
  CCPIC		src/common/misc/xattr-utils-threaded.po
  CCPIC		src/common/misc/mmap-ra-cache-threaded.po
src/common/misc/server-config-mgr.c:382:22: warning: variable 'config' set but not used [-Wunused-but-set-variable]
  382 |     server_config_t *config = NULL;
      |                      ^
1 warning generated.
  CCPIC		src/common/misc/extent-utils-threaded.po
  CCPIC		src/common/misc/errno-mapping-threaded.po
  CCPIC		src/common/misc/pvfs2-util-threaded.po
  CCPIC		src/common/misc/pvfs2-debug-threaded.po
  CCPIC		src/common/misc/pint-perf-counter-threaded.po
  CCPIC		src/common/misc/pint-event-threaded.po
  CCPIC		src/common/misc/pint-cached-config-threaded.po
  CCPIC		src/common/misc/pint-util-threaded.po
  CCPIC		src/common/misc/msgpairarray-threaded.po
  CCPIC		src/common/misc/void-threaded.po
  CCPIC		src/common/misc/realpath-threaded.po
  CCPIC		src/common/misc/tcache-threaded.po
  CCPIC		src/common/misc/state-machine-fns-threaded.po
  CCPIC		src/common/misc/fsck-utils-threaded.po
  CCPIC		src/common/misc/pint-eattr-threaded.po
  CCPIC		src/common/misc/pint-malloc-threaded.po
  CCPIC		src/common/misc/pint-hint-threaded.po
src/common/misc/pint-malloc.c:299:19: warning: unused function 'my_glibc_posix_memalign' [-Wunused-function]
  299 | static inline int my_glibc_posix_memalign(void **mem,
      |                   ^~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
  CCPIC		src/common/misc/pint-mem-threaded.po
src/common/misc/state-machine-fns.c:372:17: warning: variable 'state_name' set but not used [-Wunused-but-set-variable]
  372 |     const char *state_name;
      |                 ^
src/common/misc/state-machine-fns.c:373:17: warning: variable 'machine_name' set but not used [-Wunused-but-set-variable]
  373 |     const char *machine_name;
      |                 ^
2 warnings generated.
  CCPIC		src/common/misc/pint-uid-mgmt-threaded.po
src/common/misc/fsck-utils.c:1095:12: warning: variable 'r_atime' set but not used [-Wunused-but-set-variable]
 1095 |     time_t r_atime, r_mtime, r_ctime;
      |            ^
src/common/misc/fsck-utils.c:1095:21: warning: variable 'r_mtime' set but not used [-Wunused-but-set-variable]
 1095 |     time_t r_atime, r_mtime, r_ctime;
      |                     ^
src/common/misc/fsck-utils.c:1095:30: warning: variable 'r_ctime' set but not used [-Wunused-but-set-variable]
 1095 |     time_t r_atime, r_mtime, r_ctime;
      |                              ^
3 warnings generated.
  CCPIC		src/common/misc/dist-dir-utils-threaded.po
  CCPIC		src/common/misc/md5-threaded.po
  CCPIC		src/common/gen-locks/gen-locks-threaded.po
  CCPIC		src/common/llist/llist-threaded.po
  CCPIC		src/common/token-utils/token-utils-threaded.po
src/common/misc/pint-uid-mgmt.c:27:29: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   27 | int PINT_uid_mgmt_initialize()
      |                             ^
      |                              void
src/common/misc/pint-uid-mgmt.c:92:28: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   92 | void PINT_uid_mgmt_finalize()
      |                            ^
      |                             void
2 warnings generated.
  CCPIC		src/io/dev/pint-dev-threaded.po
  CCPIC		src/io/flow/flowproto-bmi-trove/flowproto-multiqueue-threaded.po
  CCPIC		src/io/flow/flow-threaded.po
src/common/misc/dist-dir-utils.c:35:17: warning: variable 'num_servers' set but not used [-Wunused-but-set-variable]
   35 |         int server_no, num_servers;
      |                        ^
1 warning generated.
  CCPIC		src/io/flow/flow-ref-threaded.po
  CCPIC		src/io/job/job-threaded.po
  CCPIC		src/io/job/job-desc-queue-threaded.po
  CCPIC		src/io/job/thread-mgr-threaded.po
  CCPIC		src/io/job/job-time-mgr-threaded.po
  CCPIC		src/io/bmi/bmi_tcp/bmi-tcp-threaded.po
src/io/job/job-time-mgr.c:233:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  233 |     int ret = -1;
      |         ^
1 warning generated.
  CCPIC		src/io/bmi/bmi_tcp/sockio-threaded.po
  CCPIC		src/io/bmi/bmi_tcp/socket-collection-threaded.po
src/io/bmi/bmi_tcp/sockio.c:41:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   41 | int BMI_sockio_new_sock()
      |                        ^
      |                         void
1 warning generated.
  CCPIC		src/io/bmi/bmi-threaded.po
  CCPIC		src/io/bmi/bmi-method-support-threaded.po
  CCPIC		src/io/bmi/op-list-threaded.po
  CCPIC		src/io/bmi/reference-list-threaded.po
  CCPIC		src/io/description/pvfs-request-threaded.po
  CCPIC		src/io/description/pint-request-threaded.po
  CCPIC		src/io/description/pint-distribution-threaded.po
  CCPIC		src/io/description/pint-dist-utils-threaded.po
  CCPIC		src/io/description/dist-basic-threaded.po
  CCPIC		src/io/description/dist-simple-stripe-threaded.po
  CCPIC		src/io/description/dist-varstrip-parser-threaded.po
  CCPIC		src/io/description/dist-twod-stripe-threaded.po
  CCPIC		src/io/description/dist-varstrip-threaded.po
  CCPIC		src/proto/PINT-reqproto-encode-threaded.po
  CCPIC		src/proto/PINT-le-bytefield-threaded.po
  CCPIC		src/server/request-scheduler/request-scheduler-threaded.po
  CCPIC		src/client/sysint/finalize-threaded.po
  CCPIC		src/client/sysint/initialize-threaded.po
src/client/sysint/finalize.c:49:22: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
   49 | int PVFS_sys_finalize()
      |                      ^
      |                       void
1 warning generated.
  CCPIC		src/client/sysint/acache-threaded.po
  CCPIC		src/client/sysint/ncache-threaded.po
  CCPIC		src/client/sysint/pint-sysint-utils-threaded.po
src/client/sysint/acache.c:720:24: warning: address of 'payload_p->attr' will always evaluate to 'true' [-Wpointer-bool-conversion]
  720 |         if(&payload_p->attr)
      |         ~~  ~~~~~~~~~~~^~~~
1 warning generated.
  CCPIC		src/client/sysint/getparent-threaded.po
  CCPIC		src/client/sysint/client-state-machine-threaded.po
  CCPIC		src/client/sysint/mgmt-get-config-threaded.po
  CCPIC		src/client/sysint/mgmt-misc-threaded.po
src/client/sysint/client-state-machine.c:311:21: warning: unused variable 'sm_p' [-Wunused-variable]
  311 |     PINT_client_sm *sm_p = PINT_sm_frame(smcb, PINT_FRAME_CURRENT);
      |                     ^~~~
src/client/sysint/client-state-machine.c:450:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  450 |     int ret;
      |         ^
src/client/sysint/client-state-machine.c:861:48: warning: if statement has empty body [-Wempty-body]
  861 |                     ret != SM_ACTION_TERMINATE); /* ret == 0 */
      |                                                ^
src/client/sysint/client-state-machine.c:861:48: note: put the semicolon on a separate line to silence this warning
3 warnings generated.
  CCPIC		src/client/sysint/sys-dist-threaded.po
  CCPIC		src/client/sysint/error-details-threaded.po
  CCPIC		src/client/sysint/init-vars-threaded.po
  CCPIC		src/client/sysint/remove-threaded.po
  CCPIC		src/client/sysint/sys-getattr-threaded.po
  CCPIC		src/client/sysint/sys-setattr-threaded.po
src/client/sysint/remove.sm:201:5: warning: unused variable 'rc' [-Wunused-variable]
  201 |     PINT_SERVREQ_TREE_REMOVE_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  202 |         msg_p->req,
      |         ~~~~~~~~~~~
  203 |         sm_p->parent_capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  204 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  205 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  206 |         0,
      |         ~~
  207 |         attr->u.meta.dfile_count,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~
  208 |         attr->u.meta.dfile_array,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:547:5: note: expanded from macro 'PINT_SERVREQ_TREE_REMOVE_FILL'
  547 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                          \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/remove.sm:244:5: warning: unused variable 'rc' [-Wunused-variable]
  244 |     PINT_SERVREQ_REMOVE_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
  245 |         msg_p->req,
      |         ~~~~~~~~~~~
  246 |         sm_p->parent_capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  247 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  248 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  249 |         sm_p->object_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  250 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:360:5: note: expanded from macro 'PINT_SERVREQ_REMOVE_FILL'
  360 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
2 warnings generated.
  CCPIC		src/client/sysint/sys-get-eattr-threaded.po
src/client/sysint/sys-getattr.sm:732:5: warning: unused variable 'rc' [-Wunused-variable]
  732 |     PINT_SERVREQ_GETATTR_FILL(msg_p->req,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  733 |                               capability,
      |                               ~~~~~~~~~~~
  734 |                               *sm_p->cred_p,
      |                               ~~~~~~~~~~~~~~
  735 |                               object_ref.fs_id,
      |                               ~~~~~~~~~~~~~~~~~
  736 |                               object_ref.handle,
      |                               ~~~~~~~~~~~~~~~~~~
  737 |                               sm_p->getattr.req_attrmask,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  738 |                               sm_p->hints);
      |                               ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:792:5: note: expanded from macro 'PINT_SERVREQ_GETATTR_FILL'
  792 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-getattr.sm:909:28: warning: variable 'c' set but not used [-Wunused-but-set-variable]
  909 |             unsigned char *c;
      |                            ^
src/client/sysint/sys-getattr.sm:1131:5: warning: unused variable 'rc' [-Wunused-variable]
 1131 |     PINT_SERVREQ_TREE_GET_FILE_SIZE_FILL(msg_p->req,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1132 |                                          capability,
      |                                          ~~~~~~~~~~~
 1133 |                                          *sm_p->cred_p,
      |                                          ~~~~~~~~~~~~~~
 1134 |                                          sm_p->getattr.object_ref.fs_id,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1135 |                                          0,
      |                                          ~~
 1136 |                                          attr->u.meta.dfile_count,
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~~~
 1137 |                                          handles,
      |                                          ~~~~~~~~
 1138 |                                          (mirror_retry ? 1 : 0),
      |                                          ~~~~~~~~~~~~~~~~~~~~~~~
 1139 |                                          sm_p->hints);
      |                                          ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:603:5: note: expanded from macro 'PINT_SERVREQ_TREE_GET_FILE_SIZE_FILL'
  603 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                   \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-getattr.sm:1183:45: warning: unused variable 'tree' [-Wunused-variable]
 1183 |     struct PVFS_servreq_tree_get_file_size *tree = 
      |                                             ^~~~
src/client/sysint/sys-getattr.sm:1563:9: warning: unused variable 'rc' [-Wunused-variable]
 1563 |         PINT_SERVREQ_GETATTR_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
 1564 |             msg_p->req,
      |             ~~~~~~~~~~~
 1565 |             capability,
      |             ~~~~~~~~~~~
 1566 |             *sm_p->cred_p,
      |             ~~~~~~~~~~~~~~
 1567 |             sm_p->getattr.object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1568 |             attr->dirdata_handles[cur_index],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1569 |             PVFS_ATTR_COMMON_ALL|PVFS_ATTR_DIR_DIRENT_COUNT, /* only interested in timestamp and dirent_count */
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1570 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:792:5: note: expanded from macro 'PINT_SERVREQ_GETATTR_FILL'
  792 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-getattr.sm:1827:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
 1827 |     int ret;
      |         ^
6 warnings generated.
  CCPIC		src/client/sysint/sys-set-eattr-threaded.po
src/client/sysint/sys-setattr.sm:240:5: warning: unused variable 'rc' [-Wunused-variable]
  240 |     PINT_SERVREQ_SETATTR_FILL(msg_p->req,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |                               sm_p->getattr.attr.capability,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  242 |                               *sm_p->cred_p,
      |                               ~~~~~~~~~~~~~~
  243 |                               sm_p->object_ref.fs_id,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~
  244 |                               sm_p->object_ref.handle,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~
  245 |                               objtype,
      |                               ~~~~~~~~
  246 |                               sm_p->u.setattr.sys_attr,
      |                               ~~~~~~~~~~~~~~~~~~~~~~~~~
  247 |                               0,
      |                               ~~
  248 |                               sm_p->hints);
      |                               ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:891:5: note: expanded from macro 'PINT_SERVREQ_SETATTR_FILL'
  891 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/sys-atomic-eattr-threaded.po
src/client/sysint/sys-get-eattr.sm:189:5: warning: unused variable 'rc' [-Wunused-variable]
  189 |     PINT_SERVREQ_GETEATTR_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 |         msg_p->req,
      |         ~~~~~~~~~~~
  191 |         capability,
      |         ~~~~~~~~~~~
  192 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  193 |         sm_p->object_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  194 |         sm_p->u.geteattr.nkey,
      |         ~~~~~~~~~~~~~~~~~~~~~~
  195 |         sm_p->u.geteattr.key_array,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |         sm_p->u.geteattr.size_array,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  197 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:2046:5: note: expanded from macro 'PINT_SERVREQ_GETEATTR_FILL'
 2046 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/sys-del-eattr-threaded.po
src/client/sysint/sys-set-eattr.sm:91:22: warning: unused variable 'valBuf' [-Wunused-variable]
   91 |         int j; char *valBuf = (char *)val_array[i].buffer;
      |                      ^~~~~~
src/client/sysint/sys-set-eattr.sm:236:5: warning: unused variable 'rc' [-Wunused-variable]
  236 |     PINT_SERVREQ_SETEATTR_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  237 |             msg_p->req,
      |             ~~~~~~~~~~~
  238 |             sm_p->getattr.attr.capability,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  240 |             sm_p->object_ref.handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~
  241 |             sm_p->u.seteattr.flags,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  242 |             sm_p->u.seteattr.nkey,
      |             ~~~~~~~~~~~~~~~~~~~~~~
  243 |             sm_p->u.seteattr.key_array,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |             sm_p->u.seteattr.val_array,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  245 |             sm_p->hints
      |             ~~~~~~~~~~~
  246 |             );
      |             ~
./src/proto/pvfs2-req-proto.h:2108:5: note: expanded from macro 'PINT_SERVREQ_SETEATTR_FILL'
 2108 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
2 warnings generated.
  CCPIC		src/client/sysint/sys-list-eattr-threaded.po
src/client/sysint/sys-atomic-eattr.sm:109:19: warning: unused variable 'valBuf' [-Wunused-variable]
  109 |             char *valBuf = (char *)val_array[i].buffer;
      |                   ^~~~~~
src/client/sysint/sys-atomic-eattr.sm:243:5: warning: unused variable 'rc' [-Wunused-variable]
  243 |     PINT_SERVREQ_ATOMICEATTR_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  244 |             msg_p->req,
      |             ~~~~~~~~~~~
  245 |             sm_p->getattr.attr.capability,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  246 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  247 |             sm_p->object_ref.handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~
  248 |             sm_p->u.atomiceattr.flags,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~
  249 |             sm_p->u.atomiceattr.nkey,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~
  250 |             sm_p->u.atomiceattr.key_array,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  251 |             sm_p->u.atomiceattr.val_array,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  252 |             sm_p->u.atomiceattr.size_array,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  253 |             sm_p->u.atomiceattr.opcode,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  254 |             sm_p->hints
      |             ~~~~~~~~~~~
  255 |             );
      |             ~
./src/proto/pvfs2-req-proto.h:2163:5: note: expanded from macro 'PINT_SERVREQ_ATOMICEATTR_FILL'
 2163 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));   \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
2 warnings generated.
  CCPIC		src/client/sysint/sys-lookup-threaded.po
src/client/sysint/sys-del-eattr.sm:164:5: warning: unused variable 'rc' [-Wunused-variable]
  164 |     PINT_SERVREQ_DELEATTR_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  165 |             msg_p->req,
      |             ~~~~~~~~~~~
  166 |             sm_p->getattr.attr.capability,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  167 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  168 |             sm_p->object_ref.handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~
  169 |             (*sm_p->u.deleattr.key_p),
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~
  170 |             sm_p->hints
      |             ~~~~~~~~~~~
  171 |             );
      |             ~
./src/proto/pvfs2-req-proto.h:2218:5: note: expanded from macro 'PINT_SERVREQ_DELEATTR_FILL'
 2218 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/sys-truncate-threaded.po
src/client/sysint/sys-list-eattr.sm:193:5: warning: unused variable 'rc' [-Wunused-variable]
  193 |     PINT_SERVREQ_LISTEATTR_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  194 |             msg_p->req,
      |             ~~~~~~~~~~~
  195 |             capability,
      |             ~~~~~~~~~~~
  196 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  197 |             sm_p->object_ref.handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~
  198 |             sm_p->u.listeattr.pos_token,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  199 |             sm_p->u.listeattr.nkey,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  200 |             sm_p->u.listeattr.size_array,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201 |             sm_p->hints
      |             ~~~~~~~~~~~
  202 |             );
      |             ~
./src/proto/pvfs2-req-proto.h:2259:5: note: expanded from macro 'PINT_SERVREQ_LISTEATTR_FILL'
 2259 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/sys-io-threaded.po
src/client/sysint/sys-lookup.sm:839:5: warning: unused variable 'rc' [-Wunused-variable]
  839 |     PINT_SERVREQ_LOOKUP_PATH_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  840 |         msg_p->req,
      |         ~~~~~~~~~~~
  841 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  842 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  843 |         seg_to_lookup,
      |         ~~~~~~~~~~~~~~
  844 |         cur_seg->seg_starting_refn.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  845 |         cur_seg->seg_starting_refn.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  846 |         PVFS_ATTR_COMMON_ALL,
      |         ~~~~~~~~~~~~~~~~~~~~~
  847 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:944:5: note: expanded from macro 'PINT_SERVREQ_LOOKUP_PATH_FILL'
  944 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));  \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/sys-small-io-threaded.po
src/client/sysint/sys-truncate.sm:257:9: warning: unused variable 'rc' [-Wunused-variable]
  257 |         PINT_SERVREQ_TRUNCATE_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  258 |             msg_p->req,
      |             ~~~~~~~~~~~
  259 |             attr->capability,
      |             ~~~~~~~~~~~~~~~~~
  260 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  261 |             new_dfile_size,
      |             ~~~~~~~~~~~~~~~
  262 |             attr->u.meta.dfile_array[i],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  263 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1419:5: note: expanded from macro 'PINT_SERVREQ_TRUNCATE_FILL'
 1419 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-truncate.sm:409:5: warning: unused variable 'rc' [-Wunused-variable]
  409 |     PINT_SERVREQ_UNSTUFF_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
  410 |             msg_p->req,
      |             ~~~~~~~~~~~
  411 |             sm_p->getattr.attr.capability,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  412 |             *sm_p->cred_p,
      |             ~~~~~~~~~~~~~~
  413 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  414 |             sm_p->object_ref.handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~
  415 |             PVFS_ATTR_META_ALL|PVFS_ATTR_COMMON_TYPE|PVFS_ATTR_CAPABILITY);
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:839:5: note: expanded from macro 'PINT_SERVREQ_UNSTUFF_FILL'
  839 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
2 warnings generated.
  CCPIC		src/client/sysint/sys-create-threaded.po
src/client/sysint/sys-io.sm:610:9: warning: unused variable 'rc' [-Wunused-variable]
  610 |         PINT_SERVREQ_SETATTR_FILL(msg_p->req,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  611 |                                   sm_p->getattr.attr.capability,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  612 |                                   *sm_p->cred_p,
      |                                   ~~~~~~~~~~~~~~
  613 |                                   sm_p->object_ref.fs_id,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~
  614 |                                   sm_p->object_ref.handle,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~
  615 |                                   PVFS_TYPE_METAFILE,
      |                                   ~~~~~~~~~~~~~~~~~~~
  616 |                                   atime_update_attr,
      |                                   ~~~~~~~~~~~~~~~~~~
  617 |                                   0,
      |                                   ~~
  618 |                                   sm_p->hints);
      |                                   ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:891:5: note: expanded from macro 'PINT_SERVREQ_SETATTR_FILL'
  891 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-io.sm:744:9: warning: unused variable 'rc' [-Wunused-variable]
  744 |         PINT_SERVREQ_UNSTUFF_FILL(msg_p->req,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  745 |                                   sm_p->getattr.attr.capability,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  746 |                                   (*sm_p->cred_p),
      |                                   ~~~~~~~~~~~~~~~~
  747 |                                   sm_p->object_ref.fs_id,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~
  748 |                                   sm_p->object_ref.handle,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~
  749 |                                   IO_ATTR_MASKS);
      |                                   ~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:839:5: note: expanded from macro 'PINT_SERVREQ_UNSTUFF_FILL'
  839 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-io.sm:753:9: warning: unused variable 'rc' [-Wunused-variable]
  753 |         PINT_SERVREQ_GETATTR_FILL(msg_p->req,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  754 |                                   sm_p->getattr.attr.capability,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  755 |                                   (*sm_p->cred_p),
      |                                   ~~~~~~~~~~~~~~~~
  756 |                                   sm_p->object_ref.fs_id,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~
  757 |                                   sm_p->object_ref.handle,
      |                                   ~~~~~~~~~~~~~~~~~~~~~~~~
  758 |                                   IO_ATTR_MASKS,
      |                                   ~~~~~~~~~~~~~~
  759 |                                   sm_p->hints);
      |                                   ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:792:5: note: expanded from macro 'PINT_SERVREQ_GETATTR_FILL'
  792 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-io.sm:935:9: warning: unused variable 'rc' [-Wunused-variable]
  935 |         PINT_SERVREQ_IO_FILL(sm_p->u.io.contexts[i].msg.req,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  936 |                              attr->capability,
      |                              ~~~~~~~~~~~~~~~~~
  937 |                              sm_p->object_ref.fs_id,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~
  938 |                              sm_p->u.io.contexts[i].data_handle,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  939 |                              sm_p->u.io.io_type,
      |                              ~~~~~~~~~~~~~~~~~~~
  940 |                              sm_p->u.io.flowproto_type,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~
  941 |                              sm_p->u.io.datafile_index_array[i],
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  942 |                              attr->u.meta.dfile_count,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~
  943 |                              attr->u.meta.dist,
      |                              ~~~~~~~~~~~~~~~~~~
  944 |                              sm_p->u.io.file_req,
      |                              ~~~~~~~~~~~~~~~~~~~~
  945 |                              sm_p->u.io.file_req_offset,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  946 |                              PINT_REQUEST_TOTAL_BYTES(sm_p->u.io.mem_req),
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  947 |                              sm_p->hints);
      |                              ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1530:5: note: expanded from macro 'PINT_SERVREQ_IO_FILL'
 1530 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));        \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-io.sm:1639:17: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
 1639 |             int ret = 0;
      |                 ^
src/client/sysint/sys-io.sm:1498:24: warning: variable 'attr' set but not used [-Wunused-but-set-variable]
 1498 |     PVFS_object_attr * attr;
      |                        ^
src/client/sysint/sys-io.sm:2409:31: warning: implicit conversion from enumeration type 'enum PVFS_io_type' to different enumeration type 'enum BMI_io_type' [-Wenum-conversion]
 2409 |         binfo.rw = sm_p->u.io.io_type;
      |                  ~ ~~~~~~~~~~~^~~~~~~
7 warnings generated.
  CCPIC		src/client/sysint/sys-mkdir-threaded.po
src/client/sysint/sys-small-io.sm:190:9: warning: unused variable 'rc' [-Wunused-variable]
  190 |         PINT_SERVREQ_SMALL_IO_FILL(msg_p->req,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 |                                    attr->capability,
      |                                    ~~~~~~~~~~~~~~~~~
  192 |                                    sm_p->object_ref.fs_id,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~
  193 |                                    datafile_handle,
      |                                    ~~~~~~~~~~~~~~~~
  194 |                                    sm_p->u.io.io_type,
      |                                    ~~~~~~~~~~~~~~~~~~~
  195 |                                    sm_p->u.io.datafile_index_array[i], 
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  196 |                                    attr->u.meta.dfile_count,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~
  197 |                                    attr->u.meta.dist,
      |                                    ~~~~~~~~~~~~~~~~~~
  198 |                                    sm_p->u.io.file_req,
      |                                    ~~~~~~~~~~~~~~~~~~~~
  199 |                                    sm_p->u.io.file_req_offset,
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  200 |                                    regions,
      |                                    ~~~~~~~~
  201 |                                    PINT_REQUEST_TOTAL_BYTES(sm_p->u.io.mem_req),
      |                                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  202 |                                    sm_p->hints);
      |                                    ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1658:5: note: expanded from macro 'PINT_SERVREQ_SMALL_IO_FILL'
 1658 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                     \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/sys-remove-threaded.po
src/client/sysint/sys-create.sm:513:5: warning: unused variable 'rc' [-Wunused-variable]
  513 |     PINT_SERVREQ_CREATE_FILL(msg_p->req,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  514 |                              sm_p->getattr.attr.capability,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  515 |                              *sm_p->cred_p,
      |                              ~~~~~~~~~~~~~~
  516 |                              sm_p->object_ref.fs_id,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~
  517 |                              sm_p->u.create.attr,
      |                              ~~~~~~~~~~~~~~~~~~~~
  518 |                              sm_p->u.create.num_data_files,
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  519 |                              sm_p->u.create.layout,
      |                              ~~~~~~~~~~~~~~~~~~~~~~
  520 |                              sm_p->hints);
      |                              ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:247:5: note: expanded from macro 'PINT_SERVREQ_CREATE_FILL'
  247 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));               \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-create.sm:471:9: warning: unused variable 'server_type' [-Wunused-variable]
  471 |     int server_type;
      |         ^~~~~~~~~~~
src/client/sysint/sys-create.sm:588:5: warning: unused variable 'rc' [-Wunused-variable]
  588 |     PINT_SERVREQ_CRDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  589 |             msg_p->req,
      |             ~~~~~~~~~~~
  590 |             sm_p->getattr.attr.capability,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  591 |             *sm_p->cred_p,
      |             ~~~~~~~~~~~~~~
  592 |             sm_p->u.create.object_name,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  593 |             sm_p->u.create.server_resp.metafile_handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  594 |             sm_p->object_ref.handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~
  595 |             sm_p->getattr.attr.dirdata_handles[dirdata_server_index],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  596 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  597 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1102:5: note: expanded from macro 'PINT_SERVREQ_CRDIRENT_FILL'
 1102 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-create.sm:545:20: warning: variable 'c' set but not used [-Wunused-but-set-variable]
  545 |     unsigned char *c;
      |                    ^
src/client/sysint/sys-create.sm:1239:13: warning: unused variable 'rc' [-Wunused-variable]
 1239 |             PINT_SERVREQ_REMOVE_FILL(
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
 1240 |                 msg_p->req,
      |                 ~~~~~~~~~~~
 1241 |                 sm_p->getattr.attr.capability,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1242 |                 *sm_p->cred_p,
      |                 ~~~~~~~~~~~~~~
 1243 |                 sm_p->object_ref.fs_id,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~
 1244 |                 sm_p->u.create.server_resp.metafile_handle,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1245 |                 sm_p->hints);
      |                 ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:360:5: note: expanded from macro 'PINT_SERVREQ_REMOVE_FILL'
  360 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-create.sm:1257:13: warning: unused variable 'rc' [-Wunused-variable]
 1257 |             PINT_SERVREQ_REMOVE_FILL(
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
 1258 |                 msg_p->req,
      |                 ~~~~~~~~~~~
 1259 |                 sm_p->getattr.attr.capability,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1260 |                 *sm_p->cred_p,
      |                 ~~~~~~~~~~~~~~
 1261 |                 sm_p->object_ref.fs_id,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~
 1262 |                 sm_p->u.create.server_resp.metafile_attrs.u.meta.dfile_array[i],
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1263 |                 sm_p->hints);
      |                 ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:360:5: note: expanded from macro 'PINT_SERVREQ_REMOVE_FILL'
  360 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
6 warnings generated.
  CCPIC		src/client/sysint/sys-flush-threaded.po
src/client/sysint/sys-mkdir.sm:350:5: warning: unused variable 'rc' [-Wunused-variable]
  350 |     PINT_SERVREQ_MKDIR_FILL(msg_p->req,
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                             sm_p->getattr.attr.capability,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352 |                             *sm_p->cred_p,
      |                             ~~~~~~~~~~~~~~
  353 |                             sm_p->object_ref.fs_id,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~
  354 |                             meta_handle_extent_array,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~
  355 |                             attr,
      |                             ~~~~~
  356 |                             sm_p->u.mkdir.distr_dir_servers_initial,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  357 |                             sm_p->u.mkdir.distr_dir_servers_max,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  358 |                             sm_p->u.mkdir.distr_dir_split_size,
      |                             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  359 |                             sm_p->u.mkdir.layout,
      |                             ~~~~~~~~~~~~~~~~~~~~~
  360 |                             sm_p->hints);
      |                             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1029:5: note: expanded from macro 'PINT_SERVREQ_MKDIR_FILL'
 1029 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                      \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-mkdir.sm:471:5: warning: unused variable 'rc' [-Wunused-variable]
  471 |     PINT_SERVREQ_CRDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  472 |         msg_p->req,
      |         ~~~~~~~~~~~
  473 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  474 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  475 |         sm_p->u.mkdir.object_name,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~
  476 |         sm_p->u.mkdir.metafile_handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  477 |         sm_p->object_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  478 |         sm_p->getattr.attr.dirdata_handles[dirdata_server_index],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  479 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  480 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1102:5: note: expanded from macro 'PINT_SERVREQ_CRDIRENT_FILL'
 1102 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-mkdir.sm:595:5: warning: unused variable 'rc' [-Wunused-variable]
  595 |     PINT_SERVREQ_REMOVE_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
  596 |         msg_p->req,
      |         ~~~~~~~~~~~
  597 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  598 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  599 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  600 |         sm_p->u.mkdir.metafile_handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  601 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:360:5: note: expanded from macro 'PINT_SERVREQ_REMOVE_FILL'
  360 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
3 warnings generated.
  CCPIC		src/client/sysint/sys-symlink-threaded.po
src/client/sysint/sys-remove.sm:334:5: warning: unused variable 'rc' [-Wunused-variable]
  334 |     PINT_SERVREQ_RMDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |         msg_p->req,
      |         ~~~~~~~~~~~
  336 |         sm_p->parent_capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  337 |         sm_p->parent_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  338 |         sm_p->getattr.attr.dirdata_handles[dirdata_server_index],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  339 |         sm_p->u.remove.object_name,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  340 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1139:5: note: expanded from macro 'PINT_SERVREQ_RMDIRENT_FILL'
 1139 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-remove.sm:429:5: warning: unused variable 'rc' [-Wunused-variable]
  429 |     PINT_SERVREQ_CRDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  430 |         msg_p->req,
      |         ~~~~~~~~~~~
  431 |         sm_p->parent_capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  432 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  433 |         sm_p->u.remove.object_name,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |         sm_p->object_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  435 |         sm_p->parent_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  436 |         attr->dirdata_handles[dirdata_server_index],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  437 |         sm_p->parent_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  438 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1102:5: note: expanded from macro 'PINT_SERVREQ_CRDIRENT_FILL'
 1102 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
2 warnings generated.
  CCPIC		src/client/sysint/sys-readdir-threaded.po
src/client/sysint/sys-flush.sm:205:13: warning: unused variable 'rc' [-Wunused-variable]
  205 |             PINT_SERVREQ_FLUSH_FILL(msg_p->req,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  206 |                                     capability,
      |                                     ~~~~~~~~~~~
  207 |                                     sm_p->object_ref.fs_id,
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~
  208 |                                     attr->u.meta.dfile_array[i],
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                                     sm_p->hints);
      |                                     ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:758:5: note: expanded from macro 'PINT_SERVREQ_FLUSH_FILL'
  758 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-flush.sm:224:13: warning: unused variable 'rc' [-Wunused-variable]
  224 |             PINT_SERVREQ_FLUSH_FILL(msg_p->req,
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225 |                                     capability,
      |                                     ~~~~~~~~~~~
  226 |                                     sm_p->object_ref.fs_id,
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~
  227 |                                     sm_p->object_ref.handle,
      |                                     ~~~~~~~~~~~~~~~~~~~~~~~~
  228 |                                     sm_p->hints);
      |                                     ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:758:5: note: expanded from macro 'PINT_SERVREQ_FLUSH_FILL'
  758 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-flush.sm:253:28: warning: unused variable 'sm_p' [-Wunused-variable]
  253 |     struct PINT_client_sm *sm_p = PINT_sm_frame(smcb, PINT_FRAME_CURRENT);
      |                            ^~~~
3 warnings generated.
  CCPIC		src/client/sysint/sys-readdirplus-threaded.po
src/client/sysint/sys-symlink.sm:427:5: warning: unused variable 'rc' [-Wunused-variable]
  427 |     PINT_SERVREQ_BATCH_CREATE_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  428 |         msg_p->req,
      |         ~~~~~~~~~~~
  429 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  430 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  431 |         PVFS_TYPE_SYMLINK,
      |         ~~~~~~~~~~~~~~~~~~
  432 |         1,
      |         ~~
  433 |         meta_handle_extent_array,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~
  434 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:312:5: note: expanded from macro 'PINT_SERVREQ_BATCH_CREATE_FILL'
  312 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));               \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-symlink.sm:504:5: warning: unused variable 'rc' [-Wunused-variable]
  504 |     PINT_SERVREQ_CRDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  505 |         msg_p->req,
      |         ~~~~~~~~~~~
  506 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  508 |         sm_p->u.sym.link_name,
      |         ~~~~~~~~~~~~~~~~~~~~~~
  509 |         sm_p->u.sym.symlink_handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  510 |         sm_p->object_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  511 |         sm_p->getattr.attr.dirdata_handles[dirdata_server_index],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  512 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  513 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1102:5: note: expanded from macro 'PINT_SERVREQ_CRDIRENT_FILL'
 1102 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-symlink.sm:586:5: warning: unused variable 'rc' [-Wunused-variable]
  586 |     PINT_SERVREQ_SETATTR_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
  587 |         msg_p->req,
      |         ~~~~~~~~~~~
  588 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  589 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  590 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  591 |         sm_p->u.sym.symlink_handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  592 |         PVFS_TYPE_SYMLINK,
      |         ~~~~~~~~~~~~~~~~~~
  593 |         sm_p->u.sym.sys_attr,
      |         ~~~~~~~~~~~~~~~~~~~~~
  594 |         PVFS_ATTR_SYMLNK_ALL,
      |         ~~~~~~~~~~~~~~~~~~~~~
  595 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:891:5: note: expanded from macro 'PINT_SERVREQ_SETATTR_FILL'
  891 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-symlink.sm:644:5: warning: unused variable 'rc' [-Wunused-variable]
  644 |     PINT_SERVREQ_REMOVE_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~
  645 |         msg_p->req,
      |         ~~~~~~~~~~~
  646 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  647 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  648 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  649 |         sm_p->u.sym.symlink_handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  650 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:360:5: note: expanded from macro 'PINT_SERVREQ_REMOVE_FILL'
  360 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
4 warnings generated.
src/client/sysint/sys-readdir.sm:329:5: warning: unused variable 'rc' [-Wunused-variable]
  329 |     PINT_SERVREQ_READDIR_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
  330 |             msg_p->req,
      |             ~~~~~~~~~~~
  331 |             sm_p->getattr.attr.capability,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  332 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  333 |             sm_p->getattr.attr.dirdata_handles[sm_p->readdir_state.dirdata_index],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  334 |             sm_p->readdir_state.pos_token,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  335 |             sm_p->readdir_state.dirent_limit,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  336 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1232:5: note: expanded from macro 'PINT_SERVREQ_READDIR_FILL'
 1232 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));        \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-readdir.sm:504:9: warning: unused variable 'rc' [-Wunused-variable]
  504 |         PINT_SERVREQ_READDIR_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
  505 |                 msg_p->req,
      |                 ~~~~~~~~~~~
  506 |                 sm_p->getattr.attr.capability,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  507 |                 sm_p->object_ref.fs_id,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~
  508 |                 sm_p->getattr.attr.dirdata_handles[tmp_dirdata_index_array[i]],
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  509 |                 token_array[i],
      |                 ~~~~~~~~~~~~~~~
  510 |                 tmp_dirent_limit_array[i],
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~
  511 |                 sm_p->hints);
      |                 ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1232:5: note: expanded from macro 'PINT_SERVREQ_READDIR_FILL'
 1232 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));        \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
2 warnings generated.
  CCPIC		src/client/sysint/sys-rename-threaded.po
  CCPIC		src/client/sysint/sys-statfs-threaded.po
src/client/sysint/sys-readdirplus.sm:526:9: warning: unused variable 'rc' [-Wunused-variable]
  526 |         PINT_SERVREQ_LISTATTR_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  527 |             msg_p->req,
      |             ~~~~~~~~~~~
  528 |             capability,
      |             ~~~~~~~~~~~
  529 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  530 |             sm_p->u.readdirplus.attrmask,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  531 |             sm_p->u.readdirplus.handle_count[i],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  532 |             sm_p->u.readdirplus.handles[i],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  533 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1753:5: note: expanded from macro 'PINT_SERVREQ_LISTATTR_FILL'
 1753 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));    \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-readdirplus.sm:753:9: warning: unused variable 'rc' [-Wunused-variable]
  753 |         PINT_SERVREQ_LISTATTR_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  754 |             msg_p->req,
      |             ~~~~~~~~~~~
  755 |             capability,
      |             ~~~~~~~~~~~
  756 |             sm_p->object_ref.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~
  757 |             PVFS_ATTR_DATA_SIZE,
      |             ~~~~~~~~~~~~~~~~~~~~
  758 |             sm_p->u.readdirplus.handle_count[i],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  759 |             sm_p->u.readdirplus.handles[i],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  760 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1753:5: note: expanded from macro 'PINT_SERVREQ_LISTATTR_FILL'
 1753 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));    \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
2 warnings generated.
  CCPIC		src/client/sysint/client-job-timer-threaded.po
src/client/sysint/sys-rename.sm:462:20: warning: variable 'c' set but not used [-Wunused-but-set-variable]
  462 |     unsigned char *c;
      |                    ^
src/client/sysint/sys-rename.sm:762:9: warning: unused variable 'rc' [-Wunused-variable]
  762 |         PINT_SERVREQ_GETATTR_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
  763 |             msg_p->req,
      |             ~~~~~~~~~~~
  764 |             capability,
      |             ~~~~~~~~~~~
  765 |             *sm_p->cred_p,
      |             ~~~~~~~~~~~~~~
  766 |             sm_p->u.rename.parent_refns[i].fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  767 |             sm_p->u.rename.parent_refns[i].handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  768 |             PVFS_ATTR_CAPABILITY|PVFS_ATTR_DISTDIR_ATTR,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  769 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:792:5: note: expanded from macro 'PINT_SERVREQ_GETATTR_FILL'
  792 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-rename.sm:837:9: warning: unused variable 'rc' [-Wunused-variable]
  837 |         PINT_SERVREQ_LOOKUP_PATH_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  838 |             msg_p->req,
      |             ~~~~~~~~~~~
  839 |             sm_p->u.rename.parent_attr[i].capability,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  840 |             *sm_p->cred_p,
      |             ~~~~~~~~~~~~~~
  841 |             sm_p->u.rename.entries[i],
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~
  842 |             sm_p->u.rename.parent_refns[i].fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  843 |             sm_p->u.rename.parent_refns[i].handle,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  844 |             PVFS_ATTR_COMMON_ALL,
      |             ~~~~~~~~~~~~~~~~~~~~~
  845 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:944:5: note: expanded from macro 'PINT_SERVREQ_LOOKUP_PATH_FILL'
  944 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));  \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-rename.sm:927:5: warning: unused variable 'rc' [-Wunused-variable]
  927 |     PINT_SERVREQ_CRDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  928 |         msg_p->req,
      |         ~~~~~~~~~~~
  929 |         sm_p->u.rename.parent_attr[1].capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  930 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  931 |         sm_p->u.rename.entries[1],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~
  932 |         sm_p->u.rename.refns[0].handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  933 |         sm_p->u.rename.parent_refns[1].handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  934 |         sm_p->u.rename.dirent_handle[1],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  935 |         sm_p->u.rename.parent_refns[1].fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  936 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1102:5: note: expanded from macro 'PINT_SERVREQ_CRDIRENT_FILL'
 1102 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-rename.sm:985:5: warning: unused variable 'rc' [-Wunused-variable]
  985 |     PINT_SERVREQ_RMDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  986 |         msg_p->req,
      |         ~~~~~~~~~~~
  987 |         sm_p->u.rename.parent_attr[sm_p->u.rename.rmdirent_index].capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  988 |         sm_p->u.rename.parent_refns[sm_p->u.rename.rmdirent_index].fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  989 |         sm_p->u.rename.dirent_handle[sm_p->u.rename.rmdirent_index],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  990 |         sm_p->u.rename.entries[sm_p->u.rename.rmdirent_index],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  991 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1139:5: note: expanded from macro 'PINT_SERVREQ_RMDIRENT_FILL'
 1139 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req)); \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
src/client/sysint/sys-rename.sm:1140:5: warning: unused variable 'rc' [-Wunused-variable]
 1140 |     PINT_SERVREQ_CHDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
 1141 |         msg_p->req,
      |         ~~~~~~~~~~~
 1142 |         sm_p->u.rename.parent_attr[1].capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1143 |         sm_p->u.rename.parent_refns[1].fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1144 |         sm_p->u.rename.dirent_handle[1],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1145 |         sm_p->u.rename.refns[0].handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1146 |         sm_p->u.rename.entries[1],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~
 1147 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1186:5: note: expanded from macro 'PINT_SERVREQ_CHDIRENT_FILL'
 1186 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));  \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
6 warnings generated.
  CCPIC		src/client/sysint/perf-count-timer-threaded.po
  CCPIC		src/client/sysint/pint-sysdev-unexp-threaded.po
  CCPIC		src/client/sysint/server-get-config-threaded.po
  CCPIC		src/client/sysint/fs-add-threaded.po
  CCPIC		src/client/sysint/mgmt-noop-threaded.po
src/client/sysint/server-get-config.sm:337:5: warning: unused variable 'rc' [-Wunused-variable]
  337 |     PINT_SERVREQ_GETCONFIG_FILL(msg_p->req, capability, sm_p->hints);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1265:5: note: expanded from macro 'PINT_SERVREQ_GETCONFIG_FILL'
 1265 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));            \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/mgmt-setparam-list-threaded.po
src/client/sysint/fs-add.sm:678:9: warning: unused variable 'rc' [-Wunused-variable]
  678 |         PINT_SERVREQ_GETCONFIG_FILL(msg_p->req, capability, sm_p->hints);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1265:5: note: expanded from macro 'PINT_SERVREQ_GETCONFIG_FILL'
 1265 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));            \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/mgmt-statfs-list-threaded.po
  CCPIC		src/client/sysint/mgmt-perf-mon-list-threaded.po
src/client/sysint/mgmt-noop.sm:146:5: warning: unused variable 'rc' [-Wunused-variable]
  146 |     PINT_SERVREQ_MGMT_NOOP_FILL(sm_p->msgarray_op.msgpair.req, capability, sm_p->hints);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1820:5: note: expanded from macro 'PINT_SERVREQ_MGMT_NOOP_FILL'
 1820 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));            \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/mgmt-event-mon-list-threaded.po
src/client/sysint/mgmt-statfs-list.sm:200:2: warning: unused variable 'rc' [-Wunused-variable]
  200 |         PINT_SERVREQ_STATFS_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
  201 |             msg_p->req,
      |             ~~~~~~~~~~~
  202 |             capability,
      |             ~~~~~~~~~~~
  203 |             sm_p->u.statfs_list.fs_id,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1441:5: note: expanded from macro 'PINT_SERVREQ_STATFS_FILL'
 1441 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                 \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
src/client/sysint/mgmt-perf-mon-list.sm:209:2: warning: unused variable 'rc' [-Wunused-variable]
  209 |         PINT_SERVREQ_MGMT_PERF_MON_FILL(msg_p->req,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                                         capability,
      |                                         ~~~~~~~~~~~
  211 |                                         sm_p->u.perf_mon_list.cnt_type,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  212 |                                         sm_p->u.perf_mon_list.next_id_array[i],
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  213 |                                         *sm_p->u.perf_mon_list.key_count,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  214 |                                         *sm_p->u.perf_mon_list.sample_count,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  215 |                                         sm_p->hints);
      |                                         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1852:5: note: expanded from macro 'PINT_SERVREQ_MGMT_PERF_MON_FILL'
 1852 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));        \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
src/client/sysint/mgmt-setparam-list.sm:233:9: warning: unused variable 'rc' [-Wunused-variable]
  233 |         PINT_SERVREQ_MGMT_SETPARAM_FILL(msg_p->req,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  234 |                                         sm_p->getattr.attr.capability,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  235 |                                         sm_p->u.setparam_list.fs_id,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |                                         sm_p->u.setparam_list.param,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  237 |                                         sm_p->u.setparam_list.value,
      |                                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  238 |                                         sm_p->hints);
      |                                         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1801:5: note: expanded from macro 'PINT_SERVREQ_MGMT_SETPARAM_FILL'
 1801 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                     \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/mgmt-iterate-handles-list-threaded.po
  CCPIC		src/client/sysint/mgmt-get-dfile-array-threaded.po
  CCPIC		src/client/sysint/mgmt-remove-object-threaded.po
src/client/sysint/mgmt-event-mon-list.sm:179:9: warning: unused variable 'rc' [-Wunused-variable]
  179 |         PINT_SERVREQ_MGMT_EVENT_MON_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  180 |             msg_p->req,
      |             ~~~~~~~~~~~
  181 |             capability,
      |             ~~~~~~~~~~~
  182 |             sm_p->u.event_mon_list.event_count,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  183 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1994:5: note: expanded from macro 'PINT_SERVREQ_MGMT_EVENT_MON_FILL'
 1994 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                                \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/mgmt-remove-dirent-threaded.po
src/client/sysint/mgmt-iterate-handles-list.sm:204:13: warning: unused variable 'rc' [-Wunused-variable]
  204 |             PINT_SERVREQ_MGMT_ITERATE_HANDLES_FILL(
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  205 |                 msg_p->req,
      |                 ~~~~~~~~~~~
  206 |                 capability,
      |                 ~~~~~~~~~~~
  207 |                 sm_p->u.iterate_handles_list.fs_id,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  208 |                 sm_p->u.iterate_handles_list.handle_count_array[j],
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  209 |                 sm_p->u.iterate_handles_list.position_array[j],
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210 |                 sm_p->u.iterate_handles_list.flags,
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  211 |                 sm_p->hints);
      |                 ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1909:5: note: expanded from macro 'PINT_SERVREQ_MGMT_ITERATE_HANDLES_FILL'
 1909 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));                     \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/mgmt-create-dirent-threaded.po
src/client/sysint/mgmt-remove-object.sm:196:5: warning: unused variable 'rc' [-Wunused-variable]
  196 |     PINT_SERVREQ_MGMT_REMOVE_OBJECT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  197 |         msg_p->req,
      |         ~~~~~~~~~~~
  198 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  199 |         sm_p->object_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  200 |         sm_p->object_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  201 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:417:5: note: expanded from macro 'PINT_SERVREQ_MGMT_REMOVE_OBJECT_FILL'
  417 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));        \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
src/client/sysint/mgmt-remove-dirent.sm:223:5: warning: unused variable 'rc' [-Wunused-variable]
  223 |     PINT_SERVREQ_MGMT_REMOVE_DIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  224 |         msg_p->req,
      |         ~~~~~~~~~~~
  225 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  226 |         sm_p->parent_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  227 |         sm_p->getattr.attr.dirdata_handles[dirdata_server_index],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  228 |         sm_p->u.mgmt_remove_dirent.entry,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  229 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:449:5: note: expanded from macro 'PINT_SERVREQ_MGMT_REMOVE_DIRENT_FILL'
  449 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));        \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/sysint/mgmt-get-dirdata-handle-threaded.po
  CCPIC		src/client/sysint/mgmt-get-uid-list-threaded.po
  CCPIC		src/client/sysint/mgmt-get-dirdata-array-threaded.po
src/client/sysint/mgmt-get-uid-list.sm:174:2: warning: unused variable 'rc' [-Wunused-variable]
  174 |         PINT_SERVREQ_MGMT_GET_UID_FILL(
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  175 |             msg_p->req,
      |             ~~~~~~~~~~~
  176 |             capability,
      |             ~~~~~~~~~~~
  177 |             sm_p->u.get_uid_list.history,
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  178 |             sm_p->hints);
      |             ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:2302:5: note: expanded from macro 'PINT_SERVREQ_MGMT_GET_UID_FILL'
 2302 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));    \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CCPIC		src/client/usrint/pvfs-qualify-path-threaded.po
src/client/sysint/mgmt-get-dirdata-handle.sm:179:5: warning: unused variable 'rc' [-Wunused-variable]
  179 |     PINT_SERVREQ_MGMT_GET_DIRDATA_HANDLE_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  180 |         msg_p->req,
      |         ~~~~~~~~~~~
  181 |         capability,
      |         ~~~~~~~~~~~
  182 |         sm_p->parent_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  183 |         sm_p->parent_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  184 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:722:5: note: expanded from macro 'PINT_SERVREQ_MGMT_GET_DIRDATA_HANDLE_FILL'
  722 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));             \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
src/client/sysint/mgmt-create-dirent.sm:233:5: warning: unused variable 'rc' [-Wunused-variable]
  233 |     PINT_SERVREQ_CRDIRENT_FILL(
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  234 |         msg_p->req,
      |         ~~~~~~~~~~~
  235 |         sm_p->getattr.attr.capability,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  236 |         *sm_p->cred_p,
      |         ~~~~~~~~~~~~~~
  237 |         sm_p->u.mgmt_create_dirent.entry,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  238 |         sm_p->u.mgmt_create_dirent.entry_handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  239 |         sm_p->parent_ref.handle,
      |         ~~~~~~~~~~~~~~~~~~~~~~~~
  240 |         sm_p->getattr.attr.dirdata_handles[dirdata_server_index],
      |         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  241 |         sm_p->parent_ref.fs_id,
      |         ~~~~~~~~~~~~~~~~~~~~~~~
  242 |         sm_p->hints);
      |         ~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:1102:5: note: expanded from macro 'PINT_SERVREQ_CRDIRENT_FILL'
 1102 |     PVFS_REQ_COPY_CAPABILITY((__cap), (__req));           \
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/proto/pvfs2-req-proto.h:115:11: note: expanded from macro 'PVFS_REQ_COPY_CAPABILITY'
  115 |     { int rc = PINT_copy_capability(&(__cap), &((__req).capability)); \
      |           ^~
1 warning generated.
  CC		src/apps/admin/pvfs2-set-debugmask.o
  CC		src/apps/admin/pvfs2-set-mode.o
  CC		src/apps/admin/pvfs2-set-perf-history.o
  CC		src/apps/admin/pvfs2-set-perf-interval.o
  CC		src/apps/admin/pvfs2-set-eventmask.o
  CC		src/apps/admin/pvfs2-set-sync.o
  CC		src/apps/admin/pvfs2-set-turn-off-timeouts.o
  CC		src/apps/admin/pvfs2-ls.o
  CC		src/apps/admin/pvfs2-ping.o
  CC		src/apps/admin/pvfs2-stat.o
  CC		src/apps/admin/pvfs2-statfs.o
  CC		src/apps/admin/pvfs2-perf-mon-example.o
  CC		src/apps/admin/pvfs2-perf-mon-snmp.o
src/apps/admin/pvfs2-ping.c:611:9: warning: variable 'fatal_errors' set but not used [-Wunused-but-set-variable]
  611 |     int fatal_errors = 0;
      |         ^
1 warning generated.
  CC		src/apps/admin/pvfs2-mkdir.o
  CC		src/apps/admin/pvfs2-chmod.o
  CC		src/apps/admin/pvfs2-chown.o
  CC		src/apps/admin/pvfs2-fs-dump.o
  CC		src/apps/admin/pvfs2-fsck.o
  CC		src/apps/admin/pvfs2-validate.o
  CC		src/apps/admin/pvfs2-cp.o
  CC		src/apps/admin/pvfs2-write.o
  CC		src/apps/admin/pvfs2-viewdist.o
  CC		src/apps/admin/pvfs2-xattr.o
  CC		src/apps/admin/pvfs2-touch.o
  CC		src/apps/admin/pvfs2-remove-object.o
  CC		src/apps/admin/pvfs2-ln.o
  CC		src/apps/admin/pvfs2-perror.o
src/apps/admin/pvfs2-remove-object.c:197:25: warning: address of array 'user_opts->dirent_name' will always evaluate to 'true' [-Wpointer-bool-conversion]
  197 |         if (!user_opts->dirent_name)
      |             ~~~~~~~~~~~~^~~~~~~~~~~
1 warning generated.
  CC		src/apps/admin/pvfs2-check-server.o
  CC		src/apps/admin/pvfs2-drop-caches.o
src/apps/admin/pvfs2-fsck.c:1746:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
 1746 | void get_user_action_to_continue( )
      |                                 ^
      |                                   void
1 warning generated.
  CC		src/apps/admin/pvfs2-get-uid.o
  CC		src/apps/admin/pvfs2-mkspace.o
  CC		src/apps/admin/pvfs2-showcoll.o
  CC		src/apps/kernel/linux/pvfs2-client.o
  CC		src/apps/kernel/linux/pvfs2-client-core.o
  RANLIB	lib/libpvfs2-server.a
  LDSO		lib/libpvfs2.so
  LD		src/server/pvfs2-server
src/apps/kernel/linux/pvfs2-client.c:189:11: warning: variable 'wpid' set but not used [-Wunused-but-set-variable]
  189 |     pid_t wpid = 0;
      |           ^
1 warning generated.
src/apps/kernel/linux/pvfs2-client-core.c:556:20: warning: variable 'tmp_vfs_request' set but not used [-Wunused-but-set-variable]
  556 |     vfs_request_t *tmp_vfs_request = NULL;
      |                    ^
src/apps/kernel/linux/pvfs2-client-core.c:5053:16: warning: variable 'local_time' set but not used [-Wunused-but-set-variable]
 5053 |     struct tm *local_time = NULL;
      |                ^
2 warnings generated.
  LDSO		lib/libpvfs2-threaded.so
  LD		src/apps/admin/pvfs2-set-debugmask
  LD		src/apps/admin/pvfs2-set-perf-history
  LD		src/apps/admin/pvfs2-set-mode
  LD		src/apps/admin/pvfs2-set-perf-interval
  LD		src/apps/admin/pvfs2-set-eventmask
  LD		src/apps/admin/pvfs2-set-sync
  LD		src/apps/admin/pvfs2-set-turn-off-timeouts
  LD		src/apps/admin/pvfs2-ls
  LD		src/apps/admin/pvfs2-ping
  LD		src/apps/admin/pvfs2-stat
  LD		src/apps/admin/pvfs2-statfs
  LD		src/apps/admin/pvfs2-perf-mon-example
  LD		src/apps/admin/pvfs2-perf-mon-snmp
  LD		src/apps/admin/pvfs2-mkdir
  LD		src/apps/admin/pvfs2-chmod
  LD		src/apps/admin/pvfs2-chown
  LD		src/apps/admin/pvfs2-fs-dump
  LD		src/apps/admin/pvfs2-fsck
  LD		src/apps/admin/pvfs2-validate
  LD		src/apps/admin/pvfs2-cp
  LD		src/apps/admin/pvfs2-write
  LD		src/apps/admin/pvfs2-viewdist
  LD		src/apps/admin/pvfs2-xattr
  LD		src/apps/admin/pvfs2-touch
  LD		src/apps/admin/pvfs2-remove-object
  LD		src/apps/admin/pvfs2-ln
  LD		src/apps/admin/pvfs2-perror
  LD		src/apps/admin/pvfs2-check-server
  LD		src/apps/admin/pvfs2-drop-caches
  LD		src/apps/admin/pvfs2-get-uid
  LD		src/apps/admin/pvfs2-mkspace
  LD		src/apps/admin/pvfs2-showcoll
  LD		src/apps/kernel/linux/pvfs2-client
  LD		src/apps/kernel/linux/pvfs2-client-core
  GENCONFIG     src/server/simple.conf
3
  GENCONFIG     examples/fs.conf
3
→ installPhase
install flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash install
install -d /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man1
install -d /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man5
rm -f /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man1/pvfs2*.gz
rm -f /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man5/pvfs2*.gz
install -m 644 ./doc/man/*.1 /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man1
install -m 644 ./doc/man/*.5 /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man5
gzip -f /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man1/pvfs2*.1
gzip -f /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man5/pvfs2*.5
ln -fs pvfs2-getmattr.1.gz /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man1/getmattr.1.gz
ln -fs pvfs2-ls.1.gz /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man1/pvfs2-lsplus.1.gz
ln -fs pvfs2-setmattr.1.gz /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/man1/setmattr.1.gz
install -d /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 /build/orangefs-v.2.9.8/include/orange.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 /build/orangefs-v.2.9.8/include/pvfs2.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-request.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-debug.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-sysint.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-usrint.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-mgmt.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-types.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-util.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-encode-stubs.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-hint.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-compat.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -m 644 ./include/pvfs2-mirror.h /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/include
install -d /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/lib
for i in libpvfs2.so ; do \
    case $i in \
    liborangefsosix.so) install -m 644 lib/$i /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/lib ;;\
    *) install -m 755 lib/$i /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/lib/$i.2.9.7 ;\
       ln -snf $i.2.9.7 /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/lib/$i.2 ;\
       ln -snf $i.2 /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/lib/$i ;;\
    esac ;\
done
install -d /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin
install -m 755 src/apps/admin/pvfs2-set-debugmask src/apps/admin/pvfs2-set-mode src/apps/admin/pvfs2-set-perf-history src/apps/admin/pvfs2-set-perf-interval src/apps/admin/pvfs2-set-eventmask src/apps/admin/pvfs2-set-sync src/apps/admin/pvfs2-set-turn-off-timeouts src/apps/admin/pvfs2-ls src/apps/admin/pvfs2-ping src/apps/admin/pvfs2-stat src/apps/admin/pvfs2-statfs src/apps/admin/pvfs2-perf-mon-example src/apps/admin/pvfs2-perf-mon-snmp src/apps/admin/pvfs2-mkdir src/apps/admin/pvfs2-chmod src/apps/admin/pvfs2-chown src/apps/admin/pvfs2-fs-dump src/apps/admin/pvfs2-fsck src/apps/admin/pvfs2-validate src/apps/admin/pvfs2-cp src/apps/admin/pvfs2-write src/apps/admin/pvfs2-viewdist src/apps/admin/pvfs2-xattr src/apps/admin/pvfs2-touch src/apps/admin/pvfs2-remove-object src/apps/admin/pvfs2-ln src/apps/admin/pvfs2-perror src/apps/admin/pvfs2-check-server src/apps/admin/pvfs2-drop-caches src/apps/admin/pvfs2-get-uid /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin
# for compatibility in case anyone really wants "lsplus"
ln -snf pvfs2-ls /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-lsplus
install -m 755 src/apps/admin/pvfs2-config /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin
install -m 755 ./src/apps/admin/pvfs2-genconfig /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin
install -m 755 ./src/apps/admin/pvfs2-getmattr /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin
install -m 755 ./src/apps/admin/pvfs2-setmattr /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin
# install any development tools built
for i in src/apps/devel/lmdb/mdb_copy src/apps/devel/lmdb/mdb_dump src/apps/devel/lmdb/mdb_load src/apps/devel/lmdb/mdb_stat src/apps/devel/pvfs2-db-display src/apps/devel/pvfs2-remove-prealloc src/apps/devel/mem_analysis ; do \
	if [ -f $i ]; then install -m 755 $i /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin; fi;\
done
install -d /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin
install -m 755 ./src/apps/admin/pvfs2-start-all /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin
install -m 755 ./src/apps/admin/pvfs2-stop-all /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin
install -m 755 src/apps/admin/pvfs2-mkspace src/apps/admin/pvfs2-showcoll /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin
install -m 755 src/apps/kernel/linux/pvfs2-client src/apps/kernel/linux/pvfs2-client-core  /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin
install -m 755 src/server/pvfs2-server /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin
rm -f /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/.pvfs2-genconfig-* &> /dev/null
# create etc dir under install dir
→ fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/lib/libpvfs2.so.2.9.7
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-set-debugmask
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-set-mode
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-set-perf-history
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-set-perf-interval
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-set-eventmask
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-set-sync
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-set-turn-off-timeouts
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-ls
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-ping
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-stat
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-statfs
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-perf-mon-example
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-perf-mon-snmp
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-mkdir
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-chmod
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-chown
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-fs-dump
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-fsck
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-validate
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-cp
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-write
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-viewdist
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-xattr
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-touch
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-remove-object
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-ln
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-perror
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-check-server
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-drop-caches
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-get-uid
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-mkspace
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin/pvfs2-showcoll
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin/pvfs2-client
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin/pvfs2-client-core
shrinking /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin/pvfs2-server
checking for references to /build/ in /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8...
gzipping man pages under /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/share/man/
moving /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin/* to /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin
patching script interpreter paths in /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8
stripping (with command strip and flags -S -p) in  /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/lib /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/bin /nix/store/8p0q32qnlfmvhp4c4qg46bj563czm2ph-orangefs-x86_64-unknown-linux-gnufilc0-2.9.8/sbin
watch-procps-4.0.4
Build started
procps-1003.1-2008
Build started
created 35 symlinks in user environment
otpw-1.5
Build started
Using versionCheckHook
→ unpackPhase
unpacking source archive /nix/store/rqvp2vpp1zgy5y3gw6d1jcd3qdbv7fxf-otpw-1.5.tar.gz
source root is otpw-1.5
setting SOURCE_DATE_EPOCH to timestamp 1407439275 of file "otpw-1.5/rmd160.h"
→ patchPhase
substituteStream() in derivation otpw-x86_64-unknown-linux-gnufilc0-1.5: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'otpw-gen.c')
→ updateAutotoolsGnuConfigScriptsPhase
→ updateAutotoolsGnuConfigScriptsPhase
→ configurePhase
no configure script, doing nothing
→ buildPhase
build flags: -j6 SHELL=/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash
gcc -O2 -fPIC   -c -o otpw-gen.o otpw-gen.c
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash: line 1: gcc: command not found
make: *** [<builtin>: otpw-gen.o] Error 127
optional-lite-3.6.0
[5/12] Building CXX object test/CMakeFiles/optional-lite-cpp17.t.dir/optional.t.cpp.o
[6/12] Linking CXX executable test/optional-lite-cpp17.t
[7/12] Building CXX object test/CMakeFiles/optional-lite-cpp98.t.dir/optional.t.cpp.o
/build/source/test/optional.t.cpp:1092:15: warning: unused variable 'const7' [-Wunused-variable]
 1092 |     const int const7 = 7;
      |               ^~~~~~
1 warning generated.
[8/12] Linking CXX executable test/optional-lite-cpp98.t
nix
error: interrupted by the user

End of log