[Gluster-Maintainers] Build failed in Jenkins: centos8-regression #379

jenkins at build.gluster.org jenkins at build.gluster.org
Fri Jul 16 14:29:13 UTC 2021


See <https://build.gluster.org/job/centos8-regression/379/display/redirect>

Changes:


------------------------------------------
[...truncated 11.46 KB...]
georeplication       : yes
Linux-AIO            : yes
Linux io_uring       : yes
Use liburing         : yes
Enable Debug         : yes
Run with Valgrind    : no
Sanitizer enabled    : none
XML output           : yes
Unit Tests           : no
Track priv ports     : yes
POSIX ACLs           : yes
SELinux features     : yes
firewalld-config     : no
Events               : yes
EC dynamic support   : x64 sse avx
Use memory pools     : yes
Nanosecond m/atimes  : yes
Server components    : yes
Legacy gNFS server   : yes
IPV6 default         : no
Use TIRPC            : yes
With Python          : 3.6
Cloudsync            : yes
Metadata dispersal   : no
Link with TCMALLOC   : no
Enable Brick Mux     : no
Building with LTO    : no

Making install in libglusterfs
make[1]: Entering directory '/d/build/scratch/libglusterfs'
Making install in src
make[2]: Entering directory '/d/build/scratch/libglusterfs/src'
bison -y -p graphyy -d <https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/graph.y>
/usr/bin/python3 <https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gen-defaults.py> <https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/defaults-tmpl.c> > defaults.c
/usr/bin/python3 <https://build.gluster.org/job/centos8-regression/ws/events/eventskeygen.py> C_HEADER
flex -Pgraphyy -t <https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/graph.l> > graph.lex.c
make  install-am
make[3]: Entering directory '/d/build/scratch/libglusterfs/src'
  CC       libglusterfs_la-dict.lo
  CC       libglusterfs_la-xlator.lo
  CC       libglusterfs_la-logging.lo
  CC       libglusterfs_la-hashfn.lo
  CC       libglusterfs_la-common-utils.lo
  CC       libglusterfs_la-timer.lo
  CC       libglusterfs_la-inode.lo
  CC       libglusterfs_la-call-stub.lo
  CC       libglusterfs_la-compat.lo
  CC       libglusterfs_la-fd.lo
  CC       libglusterfs_la-compat-errno.lo
  CC       libglusterfs_la-event.lo
  CC       libglusterfs_la-mem-pool.lo
  CC       libglusterfs_la-gf-dirent.lo
  CC       libglusterfs_la-syscall.lo
  CC       libglusterfs_la-iobuf.lo
  CC       libglusterfs_la-globals.lo
  CC       libglusterfs_la-statedump.lo
  CC       libglusterfs_la-stack.lo
  CC       libglusterfs_la-checksum.lo
  CC       libglusterfs_la-daemon.lo
  CC       libglusterfs_la-timespec.lo
  CC       libglusterfs_la-rb.lo
  CC       libglusterfs_la-rbthash.lo
  CC       libglusterfs_la-store.lo
  CC       libglusterfs_la-latency.lo
  CC       libglusterfs_la-graph.lo
  CC       libglusterfs_la-syncop.lo
  CC       libglusterfs_la-graph-print.lo
  CC       libglusterfs_la-trie.lo
  CC       libglusterfs_la-options.lo
  CC       libglusterfs_la-fd-lk.lo
  CC       libglusterfs_la-circ-buff.lo
  CC       libglusterfs_la-event-history.lo
  CC       libglusterfs_la-gidcache.lo
  CC       libglusterfs_la-ctx.lo
  CC       libglusterfs_la-client_t.lo
  CC       libglusterfs_la-event-poll.lo
  CC       libglusterfs_la-event-epoll.lo
  CC       libglusterfs_la-syncop-utils.lo
  CC       libglusterfs_la-cluster-syncop.lo
  CC       libglusterfs_la-refcount.lo
  CC       libglusterfs_la-basename_r.lo
  CC       libglusterfs_la-dirname_r.lo
  CC       libglusterfs_la-strfd.lo
  CC       libglusterfs_la-parse-utils.lo
  CC       libglusterfs_la-mntent.lo
  CC       libglusterfs_la-execinfo.lo
  CC       libglusterfs_la-quota-common-utils.lo
  CC       libglusterfs_la-rot-buffs.lo
  CC       libglusterfs_la-timer-wheel.lo
  CC       libglusterfs_la-find_last_bit.lo
  CC       libglusterfs_la-default-args.lo
  CC       libglusterfs_la-xxhash.lo
  CC       libglusterfs_la-throttle-tbf.lo
  CC       libglusterfs_la-monitoring.lo
  CC       libglusterfs_la-async.lo
  CC       libglusterfs_la-gf-io.lo
  CC       libglusterfs_la-gf-io-common.lo
  CC       libglusterfs_la-gf-io-legacy.lo
  CC       libglusterfs_la-run.lo
  CC       libglusterfs_la-gf-io-uring.lo
  CC       libglusterfs_la-events.lo
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>: In function ‘gf_io_uring_dump_params’:
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:171:23: error: ‘IORING_SETUP_R_DISABLED’ undeclared (first use in this function); did you mean ‘IORING_SETUP_CQSIZE’?
         GF_IO_BITNAME(IORING_SETUP, R_DISABLED),
                       ^~~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:171:23: note: each undeclared identifier is reported only once for each function it appears in
         GF_IO_BITNAME(IORING_SETUP, R_DISABLED),
                       ^~~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:181:23: error: ‘IORING_FEAT_POLL_32BITS’ undeclared (first use in this function); did you mean ‘IORING_OP_EPOLL_CTL’?
         GF_IO_BITNAME(IORING_FEAT, POLL_32BITS),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:181:23: error: initialization of ‘long unsigned int’ from ‘gf_io_uring_bitname_t *’ {aka ‘struct _gf_io_uring_bitname *’} makes integer from pointer without a cast [-Werror=int-conversion]
         GF_IO_BITNAME(IORING_FEAT, POLL_32BITS),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:181:23: note: (near initialization for ‘feature_names[6].bit’)
         GF_IO_BITNAME(IORING_FEAT, POLL_32BITS),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:181:23: error: initializer element is not constant
         GF_IO_BITNAME(IORING_FEAT, POLL_32BITS),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:181:23: note: (near initialization for ‘feature_names[6].bit’)
         GF_IO_BITNAME(IORING_FEAT, POLL_32BITS),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:182:23: error: ‘IORING_FEAT_SQPOLL_NONFIXED’ undeclared (first use in this function); did you mean ‘IORING_FEAT_SUBMIT_STABLE’?
         GF_IO_BITNAME(IORING_FEAT, SQPOLL_NONFIXED),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:182:23: error: initialization of ‘long unsigned int’ from ‘gf_io_uring_bitname_t *’ {aka ‘struct _gf_io_uring_bitname *’} makes integer from pointer without a cast [-Werror=int-conversion]
         GF_IO_BITNAME(IORING_FEAT, SQPOLL_NONFIXED),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:182:23: note: (near initialization for ‘feature_names[7].bit’)
         GF_IO_BITNAME(IORING_FEAT, SQPOLL_NONFIXED),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:182:23: error: initializer element is not constant
         GF_IO_BITNAME(IORING_FEAT, SQPOLL_NONFIXED),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:182:23: note: (near initialization for ‘feature_names[7].bit’)
         GF_IO_BITNAME(IORING_FEAT, SQPOLL_NONFIXED),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:183:23: error: ‘IORING_FEAT_EXT_ARG’ undeclared (first use in this function); did you mean ‘IORING_FEAT_NODROP’?
         GF_IO_BITNAME(IORING_FEAT, EXT_ARG),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:183:23: error: initialization of ‘long unsigned int’ from ‘gf_io_uring_bitname_t *’ {aka ‘struct _gf_io_uring_bitname *’} makes integer from pointer without a cast [-Werror=int-conversion]
         GF_IO_BITNAME(IORING_FEAT, EXT_ARG),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:183:23: note: (near initialization for ‘feature_names[8].bit’)
         GF_IO_BITNAME(IORING_FEAT, EXT_ARG),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:183:23: error: initializer element is not constant
         GF_IO_BITNAME(IORING_FEAT, EXT_ARG),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:183:23: note: (near initialization for ‘feature_names[8].bit’)
         GF_IO_BITNAME(IORING_FEAT, EXT_ARG),
                       ^~~~~~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:61:41: note: in definition of macro ‘GF_IO_BITNAME’
 #define GF_IO_BITNAME(_prefix, _name) { _prefix##_##_name, #_name }
                                         ^~~~~~~
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>: In function ‘gf_io_uring_dump_ops’:
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:238:10: error: ‘IORING_OP_TEE’ undeclared (first use in this function); did you mean ‘IORING_OP_RECV’?
         [IORING_OP_TEE] = "TEE",
          ^~~~~~~~~~~~~
          IORING_OP_RECV
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:238:10: error: array index in initializer not of integer type
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:238:10: note: (near initialization for ‘op_names’)
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:239:10: error: ‘IORING_OP_SHUTDOWN’ undeclared (first use in this function); did you mean ‘IORING_OP_SEND’?
         [IORING_OP_SHUTDOWN] = "SHUTDOWN",
          ^~~~~~~~~~~~~~~~~~
          IORING_OP_SEND
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:239:10: error: array index in initializer not of integer type
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:239:10: note: (near initialization for ‘op_names’)
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:240:10: error: ‘IORING_OP_RENAMEAT’ undeclared (first use in this function); did you mean ‘IORING_OP_READ’?
         [IORING_OP_RENAMEAT] = "RENAMEAT",
          ^~~~~~~~~~~~~~~~~~
          IORING_OP_READ
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:240:10: error: array index in initializer not of integer type
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:240:10: note: (near initialization for ‘op_names’)
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:241:10: error: ‘IORING_OP_UNLINKAT’ undeclared (first use in this function); did you mean ‘IORING_OP_OPENAT’?
         [IORING_OP_UNLINKAT] = "UNLINKAT"
          ^~~~~~~~~~~~~~~~~~
          IORING_OP_OPENAT
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:241:10: error: array index in initializer not of integer type
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:241:10: note: (near initialization for ‘op_names’)
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>: In function ‘gf_io_uring_cq_init’:
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:331:49: error: ‘struct io_cqring_offsets’ has no member named ‘flags’
     gf_io_uring.cq.flags = ring + params->cq_off.flags;
                                                 ^
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:331:33: error: invalid operands to binary + (have ‘void *’ and ‘gf_io_uring_bitname_t *’ {aka ‘struct _gf_io_uring_bitname *’})
     gf_io_uring.cq.flags = ring + params->cq_off.flags;
                                 ^
<https://build.gluster.org/job/centos8-regression/ws/libglusterfs/src/gf-io-uring.c>:331:26: error: assignment to ‘uint32_t *’ {aka ‘unsigned int *’} from incompatible pointer type ‘gf_io_uring_bitname_t *’ {aka ‘struct _gf_io_uring_bitname *’} [-Werror=incompatible-pointer-types]
     gf_io_uring.cq.flags = ring + params->cq_off.flags;
                          ^
cc1: all warnings being treated as errors
make[3]: *** [Makefile:1496: libglusterfs_la-gf-io-uring.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/d/build/scratch/libglusterfs/src'
make[2]: *** [Makefile:1850: install] Error 2
make[2]: Leaving directory '/d/build/scratch/libglusterfs/src'
make[1]: *** [Makefile:460: install-recursive] Error 1
make[1]: Leaving directory '/d/build/scratch/libglusterfs'
make: *** [Makefile:590: install-recursive] Error 1
Build step 'Execute shell' marked build as failure


More information about the maintainers mailing list