See <https://build.gluster.org/job/netbsd-periodic/513/display/redirect?page=changes>
Changes: [Jeff Darcy] libglusterfs: Include key name in data type validation ------------------------------------------ [...truncated 12.90 KB...] CC argp-help.o --- argp-parse.o --- CC argp-parse.o --- argp-fmtstream.o --- <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-fmtstream.c>: In function '_argp_fmtstream_update': --- argp-help.o --- <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>: In function 'fill_in_uparams': <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>:192:2: warning: array subscript has type 'char' [-Wchar-subscripts] SKIPWS (var); ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>:194:2: warning: array subscript has type 'char' [-Wchar-subscripts] if (isalpha (*var)) ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>:201:6: warning: array subscript has type 'char' [-Wchar-subscripts] while (isalnum (*arg) || *arg == '-' || *arg == '_') ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>:205:6: warning: array subscript has type 'char' [-Wchar-subscripts] SKIPWS (arg); ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>:212:3: warning: array subscript has type 'char' [-Wchar-subscripts] SKIPWS (arg); ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>:226:6: warning: array subscript has type 'char' [-Wchar-subscripts] else if (isdigit (*arg)) ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>:229:3: warning: array subscript has type 'char' [-Wchar-subscripts] while (isdigit (*arg)) ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-help.c>:231:3: warning: array subscript has type 'char' [-Wchar-subscripts] SKIPWS (arg); ^ --- argp-pv.o --- CC argp-pv.o --- argp-fmtstream.o --- <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-fmtstream.c>:209:4: warning: array subscript has type 'char' [-Wchar-subscripts] while (p >= buf && !isblank (*p)) ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-fmtstream.c>:219:3: warning: array subscript has type 'char' [-Wchar-subscripts] while (p >= buf && isblank (*p)); ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-fmtstream.c>:230:8: warning: array subscript has type 'char' [-Wchar-subscripts] while (p < nl && !isblank (*p)); ^ <https://build.gluster.org/job/netbsd-periodic/ws/contrib/argp-standalone/argp-fmtstream.c>:243:8: warning: array subscript has type 'char' [-Wchar-subscripts] while (isblank (*p)); ^ --- argp-pvh.o --- CC argp-pvh.o --- mempcpy.o --- CC mempcpy.o --- strchrnul.o --- CC strchrnul.o --- libargp.a --- AR libargp.a Making all in rpc/xdr/gen --- glusterfs3-xdr.x --- --- glusterfs4-xdr.x --- --- cli1-xdr.x --- --- nlm4-xdr.x --- --- nsm-xdr.x --- --- rpc-common-xdr.x --- --- glusterd1-xdr.x --- --- acl3-xdr.x --- --- portmap-xdr.x --- --- mount3udp.x --- --- changelog-xdr.x --- --- glusterfs-fops.x --- --- glusterfs3-xdr.c --- --- glusterfs4-xdr.c --- --- cli1-xdr.c --- --- nlm4-xdr.c --- --- glusterfs4-xdr.c --- if [ ! -e ../../../rpc/xdr/src/glusterfs4-xdr.c -o glusterfs4-xdr.x -nt ../../../rpc/xdr/src/glusterfs4-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/glusterfs4-xdr.c glusterfs4-xdr.x ; fi --- glusterfs3-xdr.c --- if [ ! -e ../../../rpc/xdr/src/glusterfs3-xdr.c -o glusterfs3-xdr.x -nt ../../../rpc/xdr/src/glusterfs3-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/glusterfs3-xdr.c glusterfs3-xdr.x ; fi --- cli1-xdr.c --- if [ ! -e ../../../rpc/xdr/src/cli1-xdr.c -o cli1-xdr.x -nt ../../../rpc/xdr/src/cli1-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/cli1-xdr.c cli1-xdr.x ; fi --- nlm4-xdr.c --- if [ ! -e ../../../rpc/xdr/src/nlm4-xdr.c -o nlm4-xdr.x -nt ../../../rpc/xdr/src/nlm4-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/nlm4-xdr.c nlm4-xdr.x ; fi --- nsm-xdr.c --- if [ ! -e ../../../rpc/xdr/src/nsm-xdr.c -o nsm-xdr.x -nt ../../../rpc/xdr/src/nsm-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/nsm-xdr.c nsm-xdr.x ; fi --- rpc-common-xdr.c --- --- glusterd1-xdr.c --- if [ ! -e ../../../rpc/xdr/src/glusterd1-xdr.c -o glusterd1-xdr.x -nt ../../../rpc/xdr/src/glusterd1-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/glusterd1-xdr.c glusterd1-xdr.x ; fi --- rpc-common-xdr.c --- if [ ! -e ../../../rpc/xdr/src/rpc-common-xdr.c -o rpc-common-xdr.x -nt ../../../rpc/xdr/src/rpc-common-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/rpc-common-xdr.c rpc-common-xdr.x ; fi --- acl3-xdr.c --- if [ ! -e ../../../rpc/xdr/src/acl3-xdr.c -o acl3-xdr.x -nt ../../../rpc/xdr/src/acl3-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/acl3-xdr.c acl3-xdr.x ; fi --- portmap-xdr.c --- if [ ! -e ../../../rpc/xdr/src/portmap-xdr.c -o portmap-xdr.x -nt ../../../rpc/xdr/src/portmap-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/portmap-xdr.c portmap-xdr.x ; fi --- mount3udp.c --- if [ ! -e ../../../rpc/xdr/src/mount3udp.c -o mount3udp.x -nt ../../../rpc/xdr/src/mount3udp.c ]; then rpcgen -c -o ../../../rpc/xdr/src/mount3udp.c mount3udp.x ; fi --- changelog-xdr.c --- if [ ! -e ../../../rpc/xdr/src/changelog-xdr.c -o changelog-xdr.x -nt ../../../rpc/xdr/src/changelog-xdr.c ]; then rpcgen -c -o ../../../rpc/xdr/src/changelog-xdr.c changelog-xdr.x ; fi --- glusterfs-fops.c --- if [ ! -e ../../../rpc/xdr/src/glusterfs-fops.c -o glusterfs-fops.x -nt ../../../rpc/xdr/src/glusterfs-fops.c ]; then rpcgen -c -o ../../../rpc/xdr/src/glusterfs-fops.c glusterfs-fops.x ; fi --- glusterfs3-xdr.h --- --- glusterfs4-xdr.h --- --- glusterfs3-xdr.h --- if [ ! -e ../../../rpc/xdr/src/glusterfs3-xdr.h -o glusterfs3-xdr.x -nt ../../../rpc/xdr/src/glusterfs3-xdr.h ]; then rpcgen -h -o glusterfs3-xdr.tmp glusterfs3-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' glusterfs3-xdr.tmp > ../../../rpc/xdr/src/glusterfs3-xdr.h && rm -f glusterfs3-xdr.tmp ; fi --- glusterfs4-xdr.h --- if [ ! -e ../../../rpc/xdr/src/glusterfs4-xdr.h -o glusterfs4-xdr.x -nt ../../../rpc/xdr/src/glusterfs4-xdr.h ]; then rpcgen -h -o glusterfs4-xdr.tmp glusterfs4-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' glusterfs4-xdr.tmp > ../../../rpc/xdr/src/glusterfs4-xdr.h && rm -f glusterfs4-xdr.tmp ; fi --- cli1-xdr.h --- if [ ! -e ../../../rpc/xdr/src/cli1-xdr.h -o cli1-xdr.x -nt ../../../rpc/xdr/src/cli1-xdr.h ]; then rpcgen -h -o cli1-xdr.tmp cli1-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' cli1-xdr.tmp > ../../../rpc/xdr/src/cli1-xdr.h && rm -f cli1-xdr.tmp ; fi --- nlm4-xdr.h --- if [ ! -e ../../../rpc/xdr/src/nlm4-xdr.h -o nlm4-xdr.x -nt ../../../rpc/xdr/src/nlm4-xdr.h ]; then rpcgen -h -o nlm4-xdr.tmp nlm4-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' nlm4-xdr.tmp > ../../../rpc/xdr/src/nlm4-xdr.h && rm -f nlm4-xdr.tmp ; fi --- nsm-xdr.h --- if [ ! -e ../../../rpc/xdr/src/nsm-xdr.h -o nsm-xdr.x -nt ../../../rpc/xdr/src/nsm-xdr.h ]; then rpcgen -h -o nsm-xdr.tmp nsm-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' nsm-xdr.tmp > ../../../rpc/xdr/src/nsm-xdr.h && rm -f nsm-xdr.tmp ; fi --- rpc-common-xdr.h --- if [ ! -e ../../../rpc/xdr/src/rpc-common-xdr.h -o rpc-common-xdr.x -nt ../../../rpc/xdr/src/rpc-common-xdr.h ]; then rpcgen -h -o rpc-common-xdr.tmp rpc-common-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' rpc-common-xdr.tmp > ../../../rpc/xdr/src/rpc-common-xdr.h && rm -f rpc-common-xdr.tmp ; fi --- glusterd1-xdr.h --- if [ ! -e ../../../rpc/xdr/src/glusterd1-xdr.h -o glusterd1-xdr.x -nt ../../../rpc/xdr/src/glusterd1-xdr.h ]; then rpcgen -h -o glusterd1-xdr.tmp glusterd1-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' glusterd1-xdr.tmp > ../../../rpc/xdr/src/glusterd1-xdr.h && rm -f glusterd1-xdr.tmp ; fi --- acl3-xdr.h --- if [ ! -e ../../../rpc/xdr/src/acl3-xdr.h -o acl3-xdr.x -nt ../../../rpc/xdr/src/acl3-xdr.h ]; then rpcgen -h -o acl3-xdr.tmp acl3-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' acl3-xdr.tmp > ../../../rpc/xdr/src/acl3-xdr.h && rm -f acl3-xdr.tmp ; fi --- portmap-xdr.h --- if [ ! -e ../../../rpc/xdr/src/portmap-xdr.h -o portmap-xdr.x -nt ../../../rpc/xdr/src/portmap-xdr.h ]; then rpcgen -h -o portmap-xdr.tmp portmap-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' portmap-xdr.tmp > ../../../rpc/xdr/src/portmap-xdr.h && rm -f portmap-xdr.tmp ; fi --- mount3udp.h --- if [ ! -e ../../../rpc/xdr/src/mount3udp.h -o mount3udp.x -nt ../../../rpc/xdr/src/mount3udp.h ]; then rpcgen -h -o mount3udp.tmp mount3udp.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' mount3udp.tmp > ../../../rpc/xdr/src/mount3udp.h && rm -f mount3udp.tmp ; fi --- changelog-xdr.h --- if [ ! -e ../../../rpc/xdr/src/changelog-xdr.h -o changelog-xdr.x -nt ../../../rpc/xdr/src/changelog-xdr.h ]; then rpcgen -h -o changelog-xdr.tmp changelog-xdr.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' changelog-xdr.tmp > ../../../rpc/xdr/src/changelog-xdr.h && rm -f changelog-xdr.tmp ; fi --- glusterfs-fops.h --- if [ ! -e ../../../rpc/xdr/src/glusterfs-fops.h -o glusterfs-fops.x -nt ../../../rpc/xdr/src/glusterfs-fops.h ]; then rpcgen -h -o glusterfs-fops.tmp glusterfs-fops.x && sed -e '/#ifndef/ s/-/_/g' -e '/#define/ s/-/_/g' -e '/#endif/ s/-/_/' -e 's/TMP_/H_/g' glusterfs-fops.tmp > ../../../rpc/xdr/src/glusterfs-fops.h && rm -f glusterfs-fops.tmp ; fi --- all --- make all-am Making all in libglusterfs --- all-recursive --- Making all in src --- y.tab.h --- --- defaults.c --- --- eventtypes.h --- --- protocol-common.h --- --- y.tab.h --- bison -y -p graphyy -d <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/graph.y> --- defaults.c --- /usr/pkg/bin/python2.7 <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/gen-defaults.py> <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/defaults-tmpl.c> > defaults.c --- eventtypes.h --- /usr/pkg/bin/python2.7 <https://build.gluster.org/job/netbsd-periodic/ws/events/eventskeygen.py> C_HEADER --- protocol-common.h --- cp <https://build.gluster.org/job/netbsd-periodic/ws/rpc/rpc-lib/src/protocol-common.h> . --- graph.lex.c --- flex -Pgraphyy -t <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/graph.l> > graph.lex.c --- all --- make all-am --- libglusterfs_la-dict.lo --- --- libglusterfs_la-xlator.lo --- --- libglusterfs_la-logging.lo --- --- libglusterfs_la-hashfn.lo --- --- libglusterfs_la-dict.lo --- CC libglusterfs_la-dict.lo --- libglusterfs_la-xlator.lo --- CC libglusterfs_la-xlator.lo --- libglusterfs_la-logging.lo --- CC libglusterfs_la-logging.lo --- libglusterfs_la-hashfn.lo --- CC libglusterfs_la-hashfn.lo --- libglusterfs_la-dict.lo --- <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/dict.c>: In function 'dict_get_gfuuid': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/dict.c>:2420:65: error: macro "VALIDATE_DATA_AND_LOG" requires 4 arguments, but only 3 given VALIDATE_DATA_AND_LOG(data, GF_DATA_TYPE_GFUUID, -EINVAL); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/dict.c>:2420:9: error: 'VALIDATE_DATA_AND_LOG' undeclared (first use in this function) VALIDATE_DATA_AND_LOG(data, GF_DATA_TYPE_GFUUID, -EINVAL); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/dict.c>:2420:9: note: each undeclared identifier is reported only once for each function it appears in <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/dict.c>: In function 'dict_get_iatt': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/dict.c>:2452:63: error: macro "VALIDATE_DATA_AND_LOG" requires 4 arguments, but only 3 given VALIDATE_DATA_AND_LOG(data, GF_DATA_TYPE_IATT, -EINVAL); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/dict.c>:2452:9: error: 'VALIDATE_DATA_AND_LOG' undeclared (first use in this function) VALIDATE_DATA_AND_LOG(data, GF_DATA_TYPE_IATT, -EINVAL); ^ *** [libglusterfs_la-dict.lo] Error code 1 make[4]: stopped in /data/build/scratch/libglusterfs/src --- libglusterfs_la-logging.lo --- <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>: In function '_gf_log_callingfn': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:912:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, tv.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:912:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>: In function '_gf_msg_nomem': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1226:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, tv.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1226:25: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>: In function 'gf_log_glusterlog': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1391:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, tv.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1391:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>: In function 'gf_syslog_log_repetitions': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1505:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, latest.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1505:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1511:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, oldest.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1511:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>: In function 'gf_glusterlog_log_repetitions': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1556:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, latest.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1556:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1562:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, oldest.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:1562:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>: In function '_gf_log': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:2240:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, tv.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:2240:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>: In function 'gf_cmd_log': <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:2436:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] ".%"GF_PRI_SUSECONDS, tv.tv_usec); ^ <https://build.gluster.org/job/netbsd-periodic/ws/libglusterfs/src/logging.c>:2436:19: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'suseconds_t' [-Wformat=] 1 error make[4]: stopped in /data/build/scratch/libglusterfs/src *** [all] Error code 2 make[3]: stopped in /data/build/scratch/libglusterfs/src 1 error make[3]: stopped in /data/build/scratch/libglusterfs/src *** [all-recursive] Error code 1 make[2]: stopped in /data/build/scratch/libglusterfs 1 error make[2]: stopped in /data/build/scratch/libglusterfs *** [all-recursive] Error code 1 make[1]: stopped in /data/build/scratch 1 error make[1]: stopped in /data/build/scratch *** [all] Error code 2 make: stopped in /data/build/scratch 1 error make: stopped in /data/build/scratch error: fatal: change is closed fatal: one or more reviews failed; review output above Build step 'Execute shell' marked build as failure _______________________________________________ maintainers mailing list [email protected] http://lists.gluster.org/mailman/listinfo/maintainers
