+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/fuse-sshfs-3.7.3/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/fuse-sshfs-3.7.3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for fuse-sshfs-3.7.3
ninja: Entering directory `output'
[1/7] Compiling C object sshfs.p/cache.c.o
FAILED: sshfs.p/cache.c.o 
cc -Isshfs.p -I. -I.. -I/usr/pkg/include/fuse -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/gio-unix-2.0 -Wall -Winvalid-pch -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wmissing-declarations -Wwrite-strings -Wno-unused-result -pipe -O2 -D_FORTIFY_SOURCE=2 -pthread -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 -MD -MQ sshfs.p/cache.c.o -MF sshfs.p/cache.c.o.d -o sshfs.p/cache.c.o -c ../cache.c
../cache.c:261:32: warning: 'struct fuse_config' declared inside parameter list [enabled by default]
                         struct fuse_config *cfg)
                                ^
../cache.c:261:32: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
../cache.c: In function 'cache_init':
../cache.c:264:2: error: too many arguments to function 'cache.next_oper->init'
  res = cache.next_oper->init(conn, cfg);
  ^
../cache.c:267:5: error: dereferencing pointer to incomplete type
  cfg->nullpath_ok = 0;
     ^
../cache.c: In function 'cache_getattr':
../cache.c:286:3: error: too many arguments to function 'cache.next_oper->getattr'
   err = cache.next_oper->getattr(path, stbuf, fi);
   ^
../cache.c: At top level:
../cache.c:355:11: warning: 'enum fuse_fill_dir_flags' declared inside parameter list [enabled by default]
      enum fuse_fill_dir_flags flags)
           ^
../cache.c:355:31: error: parameter 5 ('flags') has incomplete type
      enum fuse_fill_dir_flags flags)
                               ^
../cache.c: In function 'cache_dirfill':
../cache.c:365:2: error: too many arguments to function 'ch->filler'
  err = ch->filler(ch->buf, name, stbuf, off, flags);
  ^
../cache.c:355:31: warning: unused parameter 'flags' [-Wunused-parameter]
      enum fuse_fill_dir_flags flags)
                               ^
../cache.c: At top level:
../cache.c:387:10: warning: 'enum fuse_readdir_flags' declared inside parameter list [enabled by default]
     enum fuse_readdir_flags flags)
          ^
../cache.c:387:29: error: parameter 6 ('flags') has incomplete type
     enum fuse_readdir_flags flags)
                             ^
../cache.c: In function 'cache_readdir':
../cache.c:408:5: error: too many arguments to function 'filler'
     filler(buf, *dir, NULL, 0, 0);
     ^
../cache.c:437:2: error: too many arguments to function 'cache.next_oper->readdir'
  err = cache.next_oper->readdir(path, &ch, cache_dirfill, offset, fi, flags);
  ^
../cache.c:387:29: warning: unused parameter 'flags' [-Wunused-parameter]
     enum fuse_readdir_flags flags)
                             ^
../cache.c: In function 'cache_rename':
../cache.c:510:2: error: too many arguments to function 'cache.next_oper->rename'
  int err = cache.next_oper->rename(from, to, flags);
  ^
../cache.c: In function 'cache_chmod':
../cache.c:539:2: error: too many arguments to function 'cache.next_oper->chmod'
  int err = cache.next_oper->chmod(path, mode, fi);
  ^
../cache.c: In function 'cache_chown':
../cache.c:558:2: error: too many arguments to function 'cache.next_oper->chown'
  int err = cache.next_oper->chown(path, uid, gid, fi);
  ^
../cache.c: In function 'cache_utimens':
../cache.c:577:2: error: too many arguments to function 'cache.next_oper->utimens'
  int err = cache.next_oper->utimens(path, tv, fi);
  ^
../cache.c: In function 'cache_truncate':
../cache.c:614:2: error: too many arguments to function 'cache.next_oper->truncate'
  int err = cache.next_oper->truncate(path, size, fi);
  ^
../cache.c: In function 'cache_fill':
../cache.c:625:23: warning: assignment from incompatible pointer type [enabled by default]
  cache_oper->chmod    = oper->chmod ? cache_chmod : NULL;
                       ^
../cache.c:626:23: warning: assignment from incompatible pointer type [enabled by default]
  cache_oper->chown    = oper->chown ? cache_chown : NULL;
                       ^
../cache.c:630:23: warning: assignment from incompatible pointer type [enabled by default]
  cache_oper->getattr  = oper->getattr ? cache_getattr : NULL;
                       ^
../cache.c:632:23: warning: assignment from incompatible pointer type [enabled by default]
  cache_oper->init     = cache_init;
                       ^
../cache.c:645:23: warning: assignment from incompatible pointer type [enabled by default]
  cache_oper->rename   = oper->rename ? cache_rename : NULL;
                       ^
../cache.c:650:23: warning: assignment from incompatible pointer type [enabled by default]
  cache_oper->truncate = oper->truncate ? cache_truncate : NULL;
                       ^
../cache.c:652:23: warning: assignment from incompatible pointer type [enabled by default]
  cache_oper->utimens  = oper->utimens ? cache_utimens : NULL;
                       ^
[2/7] Compiling C object sshfs.p/sshfs.c.o
FAILED: sshfs.p/sshfs.c.o 
cc -Isshfs.p -I. -I.. -I/usr/pkg/include/fuse -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/gio-unix-2.0 -Wall -Winvalid-pch -D_REENTRANT -DHAVE_CONFIG_H -Wall -Wextra -Wno-sign-compare -Wmissing-declarations -Wwrite-strings -Wno-unused-result -pipe -O2 -D_FORTIFY_SOURCE=2 -pthread -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=31 -MD -MQ sshfs.p/sshfs.c.o -MF sshfs.p/sshfs.c.o.d -o sshfs.p/sshfs.c.o -c ../sshfs.c
../sshfs.c: In function 'buf_get_entries':
../sshfs.c:986:5: error: too many arguments to function 'filler'
     filler(dbuf, name, &stbuf, 0, 0);
     ^
../sshfs.c: At top level:
../sshfs.c:1907:32: warning: 'struct fuse_config' declared inside parameter list [enabled by default]
                         struct fuse_config *cfg)
                                ^
../sshfs.c:1907:32: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
../sshfs.c: In function 'sshfs_init':
../sshfs.c:1914:5: error: dereferencing pointer to incomplete type
  cfg->nullpath_ok = !(sshfs.truncate_workaround || sshfs.fstat_workaround);
     ^
../sshfs.c:1918:6: error: dereferencing pointer to incomplete type
   cfg->nullpath_ok = 0;
      ^
../sshfs.c:1927:6: error: 'struct fuse_conn_info' has no member named 'time_gran'
  conn->time_gran = 1000000000;
      ^
../sshfs.c: In function 'sshfs_access':
../sshfs.c:2095:3: error: too many arguments to function 'sshfs.op->getattr'
   err = sshfs.op->getattr(path, &stbuf, NULL);
   ^
../sshfs.c: At top level:
../sshfs.c:2356:10: warning: 'enum fuse_readdir_flags' declared inside parameter list [enabled by default]
     enum fuse_readdir_flags flags __attribute__((__unused__)))
          ^
../sshfs.c:2356:29: error: parameter 6 ('flags') has incomplete type
     enum fuse_readdir_flags flags __attribute__((__unused__)))
                             ^
../sshfs.c:3651:3: warning: initialization from incompatible pointer type [enabled by default]
   .init       = sshfs_init,
   ^
../sshfs.c:3651:3: warning: (near initialization for 'sshfs_oper.init') [enabled by default]
../sshfs.c:3652:3: warning: initialization from incompatible pointer type [enabled by default]
   .getattr    = sshfs_getattr,
   ^
../sshfs.c:3652:3: warning: (near initialization for 'sshfs_oper.getattr') [enabled by default]
../sshfs.c:3663:3: warning: initialization from incompatible pointer type [enabled by default]
   .rename     = sshfs_rename,
   ^
../sshfs.c:3663:3: warning: (near initialization for 'sshfs_oper.rename') [enabled by default]
../sshfs.c:3665:3: warning: initialization from incompatible pointer type [enabled by default]
   .chmod      = sshfs_chmod,
   ^
../sshfs.c:3665:3: warning: (near initialization for 'sshfs_oper.chmod') [enabled by default]
../sshfs.c:3666:3: warning: initialization from incompatible pointer type [enabled by default]
   .chown      = sshfs_chown,
   ^
../sshfs.c:3666:3: warning: (near initialization for 'sshfs_oper.chown') [enabled by default]
../sshfs.c:3667:3: warning: initialization from incompatible pointer type [enabled by default]
   .truncate   = sshfs_truncate,
   ^
../sshfs.c:3667:3: warning: (near initialization for 'sshfs_oper.truncate') [enabled by default]
../sshfs.c:3668:3: warning: initialization from incompatible pointer type [enabled by default]
   .utimens    = sshfs_utimens,
   ^
../sshfs.c:3668:3: warning: (near initialization for 'sshfs_oper.utimens') [enabled by default]
../sshfs.c: In function 'main':
../sshfs.c:4317:3: warning: implicit declaration of function 'fuse_pkgversion' [-Wimplicit-function-declaration]
   printf("FUSE library version %s\n", fuse_pkgversion());
   ^
../sshfs.c:4317:3: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'int' [-Wformat=]
../sshfs.c:4320:3: warning: implicit declaration of function 'fuse_lowlevel_version' [-Wimplicit-function-declaration]
   fuse_lowlevel_version();
   ^
../sshfs.c:4330:3: warning: implicit declaration of function 'fuse_lib_help' [-Wimplicit-function-declaration]
   fuse_lib_help(&args);
   ^
../sshfs.c:4462:18: warning: passing argument 1 of 'fuse_new' from incompatible pointer type [enabled by default]
    sizeof(struct fuse_operations), NULL);
                  ^
In file included from ../sshfs.c:12:0:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:662:14: note: expected 'struct fuse_chan *' but argument is of type 'struct fuse_args *'
 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
              ^
../sshfs.c:4462:18: warning: passing argument 2 of 'fuse_new' from incompatible pointer type [enabled by default]
    sizeof(struct fuse_operations), NULL);
                  ^
In file included from ../sshfs.c:12:0:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:662:14: note: expected 'struct fuse_args *' but argument is of type 'struct fuse_operations *'
 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
              ^
../sshfs.c:4462:18: warning: passing argument 3 of 'fuse_new' makes pointer from integer without a cast [enabled by default]
    sizeof(struct fuse_operations), NULL);
                  ^
In file included from ../sshfs.c:12:0:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:662:14: note: expected 'const struct fuse_operations *' but argument is of type 'long unsigned int'
 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
              ^
../sshfs.c:4462:18: warning: passing argument 4 of 'fuse_new' makes integer from pointer without a cast [enabled by default]
    sizeof(struct fuse_operations), NULL);
                  ^
In file included from ../sshfs.c:12:0:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:662:14: note: expected 'size_t' but argument is of type 'void *'
 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
              ^
../sshfs.c:4462:18: error: too few arguments to function 'fuse_new'
    sizeof(struct fuse_operations), NULL);
                  ^
In file included from ../sshfs.c:12:0:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:662:14: note: declared here
 struct fuse *fuse_new(struct fuse_chan *ch, struct fuse_args *args,
              ^
../sshfs.c:4475:2: warning: implicit declaration of function 'fuse_session_fd' [-Wimplicit-function-declaration]
  res = fcntl(fuse_session_fd(se), F_SETFD, FD_CLOEXEC);
  ^
../sshfs.c:4511:2: warning: passing argument 1 of 'fuse_mount' from incompatible pointer type [enabled by default]
  res = fuse_mount(fuse, sshfs.mountpoint);
  ^
In file included from /home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:26:0,
                 from ../sshfs.c:12:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse_common.h:206:19: note: expected 'const char *' but argument is of type 'struct fuse *'
 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args);
                   ^
../sshfs.c:4511:2: warning: passing argument 2 of 'fuse_mount' from incompatible pointer type [enabled by default]
  res = fuse_mount(fuse, sshfs.mountpoint);
  ^
In file included from /home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:26:0,
                 from ../sshfs.c:12:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse_common.h:206:19: note: expected 'struct fuse_args *' but argument is of type 'char *'
 struct fuse_chan *fuse_mount(const char *mountpoint, struct fuse_args *args);
                   ^
../sshfs.c:4511:6: warning: assignment makes integer from pointer without a cast [enabled by default]
  res = fuse_mount(fuse, sshfs.mountpoint);
      ^
../sshfs.c:4525:3: error: too many arguments to function 'fuse_loop_mt'
   res = fuse_loop_mt(fuse, 0);
   ^
In file included from ../sshfs.c:12:0:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:709:5: note: declared here
 int fuse_loop_mt(struct fuse *f);
     ^
../sshfs.c:4538:2: warning: passing argument 1 of 'fuse_unmount' from incompatible pointer type [enabled by default]
  fuse_unmount(fuse);
  ^
In file included from /home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:26:0,
                 from ../sshfs.c:12:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse_common.h:214:6: note: expected 'const char *' but argument is of type 'struct fuse *'
 void fuse_unmount(const char *mountpoint, struct fuse_chan *ch);
      ^
../sshfs.c:4538:2: error: too few arguments to function 'fuse_unmount'
  fuse_unmount(fuse);
  ^
In file included from /home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse.h:26:0,
                 from ../sshfs.c:12:
/home/pbulk/build/filesystems/fuse-sshfs/work/.buildlink/include/fuse/fuse_common.h:214:6: note: declared here
 void fuse_unmount(const char *mountpoint, struct fuse_chan *ch);
      ^
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/filesystems/fuse-sshfs
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el7-trunk-x86_64/filesystems/fuse-sshfs