Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/CBFlib.spec'], chrootPath='/var/lib/mock/f28-build-11339047-851783/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/CBFlib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False warning: Macro expanded in comment on line 117: %{_bindir}/convert_image Building target platforms: s390x Building for target s390x Wrote: /builddir/build/SRPMS/CBFlib-0.9.5.15-6.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/CBFlib.spec'], chrootPath='/var/lib/mock/f28-build-11339047-851783/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/CBFlib.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: s390x Building for target s390x Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.YHQgrc warning: Macro expanded in comment on line 117: %{_bindir}/convert_image + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf CBFlib-0.9.5.15 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/CBFlib-0.9.5.15.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd CBFlib-0.9.5.15 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + iconv -f iso8859-15 -t utf-8 doc/cif_img_1.5.3_8Jul07.dic + mv -f doc/cif_img_1.5.3_8Jul07.dic.conv doc/cif_img_1.5.3_8Jul07.dic + rm doc/.symlinks + rm doc/.undosymlinks + chmod 644 examples/adscimg2cbf.c examples/adscimg2cbf_sub.c examples/arvai_test.c examples/cbf2adscimg.c examples/cbf2adscimg_sub.c examples/cbf2nexus.c examples/cbf_standardize_numbers.c examples/cbf_tail.c examples/cbf_testxfelread.c examples/changtestcompression.c examples/cif2c.c examples/cif2cbf.c examples/convert_image.c examples/convert_minicbf.c examples/dps_peaksearch.c examples/img2cif.c examples/makecbf.c examples/minicbf2nexus.c examples/nexus2cbf.c examples/roi_peaksearch_test.c examples/seqmatchsub.c examples/sequence_match.c examples/test_cbf_airy_disk.c examples/testalloc.c examples/testcbf.c examples/testflat.c examples/testflatpacked.c examples/testhdf5.c examples/testreals.c examples/testtree.c examples/testulp.c examples/tiff2cbf.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.mmrVDh + umask 022 + cd /builddir/build/BUILD + cd CBFlib-0.9.5.15 + cd src + gcc -fPIC -DCBF_DONT_USE_LONG_LONG -D_USE_XOPEN_EXTENDED -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c cbf.c cbf_airy_disk.c cbf_alloc.c cbf_ascii.c cbf_binary.c cbf_byte_offset.c cbf_canonical.c cbf_codes.c cbf_compress.c cbf_context.c cbf_copy.c cbf_file.c cbf_getopt.c cbf_hdf5.c cbf_hdf5_filter.c cbf_lex.c cbf_minicbf_header.c cbf_nibble_offset.c cbf_packed.c cbf_predictor.c cbf_read_binary.c cbf_read_mime.c cbf_simple.c cbf_string.c cbf_stx.c cbf_tree.c cbf_ulp.c cbf_uncompressed.c cbf_write.c cbf_write_binary.c cbf_ws.c cbff.c fgetln.c img.c md5c.c -I../include/ cbf.c: In function 'cbf_validate': cbf.c:7218:12: warning: variable 'dtest' set but not used [-Wunused-but-set-variable] double dtest; ^~~~~ cbf.c:7216:10: warning: variable 'ltest' set but not used [-Wunused-but-set-variable] long ltest; ^~~~~ cbf.c: In function 'cbf_mpint_leftshift_acc': cbf.c:8386:16: warning: variable 'sign' set but not used [-Wunused-but-set-variable] unsigned int sign; ^~~~ cbf_byte_offset.c: In function 'cbf_compress_byte_offset': cbf_byte_offset.c:284:29: warning: variable 'borrow' set but not used [-Wunused-but-set-variable] unsigned int count, borrow, element[4], prevelement[4], ^~~~~~ cbf_byte_offset.c: In function 'cbf_decompress_byte_offset_slow': cbf_byte_offset.c:1075:49: warning: variable 'carry' set but not used [-Wunused-but-set-variable] int errorcode, overflow, numints, iint, carry; ^~~~~ cbf_byte_offset.c:1075:13: warning: variable 'errorcode' set but not used [-Wunused-but-set-variable] int errorcode, overflow, numints, iint, carry; ^~~~~~~~~ cbf_canonical.c: In function 'cbf_compress_canonical': cbf_canonical.c:1821:24: warning: variable 'node' set but not used [-Wunused-but-set-variable] cbf_compress_node *node, *start; ^~~~ cbf_canonical.c:1815:89: warning: variable 'endcode' set but not used [-Wunused-but-set-variable] unsigned int count, i, iint, element[4], lastelement[4], bits, unsign, sign, limit, endcode; ^~~~~~~ cbf_canonical.c: In function 'cbf_decompress_canonical': cbf_canonical.c:2176:57: warning: variable 'count64' set but not used [-Wunused-but-set-variable] unsigned int bits, element[4], sign, unsign, limit, count64, count; ^~~~~~~ cbf_codes.c: In function 'cbf_tobase32k': cbf_codes.c:600:23: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] unsigned char tmp[3]; ^~~ cbf_codes.c: In function 'cbf_frombase32k': cbf_codes.c:1317:13: warning: variable 'mah' set but not used [-Wunused-but-set-variable] int mah =0; /*the number of bytes that should be cut from the end*/ ^~~ cbf_hdf5.c: In function 'cbf_h5handle_require_detector': cbf_hdf5.c:5961:26: warning: variable 'cur_name' set but not used [-Wunused-but-set-variable] const char * cur_name = NULL; ^~~~~~~~ cbf_hdf5.c: In function 'cbf_write_array_h5file2': cbf_hdf5.c:6730:72: warning: variable 'wuvaslong' set but not used [-Wunused-but-set-variable] int wsvasstr, wuvasstr, wsvasdbl, wuvasdbl, wsvaslong, wuvaslong; ^~~~~~~~~ cbf_hdf5.c:6730:61: warning: variable 'wsvaslong' set but not used [-Wunused-but-set-variable] int wsvasstr, wuvasstr, wsvasdbl, wuvasdbl, wsvaslong, wuvaslong; ^~~~~~~~~ cbf_hdf5.c: In function 'cbf_require_nxdata': cbf_hdf5.c:8004:15: warning: variable 'dsetid' set but not used [-Wunused-but-set-variable] hid_t dsetid; ^~~~~~ cbf_hdf5.c:7960:22: warning: variable 'nxdetector' set but not used [-Wunused-but-set-variable] const char * nxdetector; ^~~~~~~~~~ cbf_hdf5.c: In function 'cbf_strcat': cbf_hdf5.c:9369:13: warning: variable 'errorcode' set but not used [-Wunused-but-set-variable] int errorcode; ^~~~~~~~~ cbf_hdf5.c: In function 'cbf_write_h5nxaxes': cbf_hdf5.c:10938:29: warning: unused variable 'maxsize' [-Wunused-variable] hsize_t maxsize[] = {H5S_UNLIMITED}; ^~~~~~~ cbf_hdf5.c:10936:29: warning: unused variable 'chunk' [-Wunused-variable] hsize_t chunk[] = {1}; ^~~~~ cbf_hdf5.c:10934:27: warning: unused variable 'mtype' [-Wunused-variable] hid_t mtype = CBF_H5FAIL; ^~~~~ cbf_hdf5.c:11333:49: warning: passing argument 1 of 'cbf_free_text' from incompatible pointer type [-Wincompatible-pointer-types] if (axisendpointpath) cbf_free_text(&axisendpointpath,0); ^~~~~~~~~~~~~~~~~ In file included from cbf_hdf5.c:270: ../include/cbf_alloc.h:274:33: note: expected 'const char **' but argument is of type 'char **' int cbf_free_text (const char **old_block, size_t *old_nelem); ~~~~~~~~~~~~~^~~~~~~~~ cbf_hdf5.c:10732:21: warning: unused variable 'two' [-Wunused-variable] hsize_t two = 2; ^~~ cbf_hdf5.c:10730:21: warning: unused variable 'one' [-Wunused-variable] hsize_t one = 1; ^~~ cbf_hdf5.c:10702:26: warning: variable 'axisequipment' set but not used [-Wunused-but-set-variable] const char * axisequipment = NULL; ^~~~~~~~~~~~~ cbf_hdf5.c:10690:26: warning: variable 'equipmentclass' set but not used [-Wunused-but-set-variable] const char * equipmentclass = NULL; ^~~~~~~~~~~~~~ cbf_hdf5.c:10684:60: warning: unused variable 'dprop' [-Wunused-variable] hid_t dtype = CBF_H5FAIL, dspace = CBF_H5FAIL, dprop = CBF_H5FAIL; ^~~~~ cbf_hdf5.c:10684:19: warning: unused variable 'dtype' [-Wunused-variable] hid_t dtype = CBF_H5FAIL, dspace = CBF_H5FAIL, dprop = CBF_H5FAIL; ^~~~~ cbf_hdf5.c:10682:19: warning: unused variable 'nxaxisrangetotid' [-Wunused-variable] hid_t nxaxisrangetotid = CBF_H5FAIL; ^~~~~~~~~~~~~~~~ cbf_hdf5.c:10680:19: warning: unused variable 'nxaxisrangeavgid' [-Wunused-variable] hid_t nxaxisrangeavgid = CBF_H5FAIL; ^~~~~~~~~~~~~~~~ cbf_hdf5.c:10678:19: warning: unused variable 'nxaxisendpointid' [-Wunused-variable] hid_t nxaxisendpointid = CBF_H5FAIL; ^~~~~~~~~~~~~~~~ cbf_hdf5.c:10590:16: warning: variable 'zero' set but not used [-Wunused-but-set-variable] double zero[1]; ^~~~ cbf_hdf5.c: In function 'cbf_apply_h5vector_attribute': cbf_hdf5.c:11532:30: warning: unused variable 'adim' [-Wunused-variable] size_t ii, rank, adim; ^~~~ cbf_hdf5.c:11528:21: warning: unused variable 'attribsize' [-Wunused-variable] hsize_t attribsize = CBF_H5ERROR; ^~~~~~~~~~ cbf_hdf5.c: In function 'cbf_add_h5double_vector_dataset_slab': cbf_hdf5.c:12953:17: warning: variable 'dssize' set but not used [-Wunused-but-set-variable] hsize_t dssize[2]; ^~~~~~ cbf_hdf5.c:12951:16: warning: unused variable 'dsexists' [-Wunused-variable] htri_t dsexists; ^~~~~~~~ cbf_hdf5.c:12943:17: warning: unused variable 'count' [-Wunused-variable] hsize_t count[2] = {1,1}; ^~~~~ cbf_hdf5.c:12941:17: warning: unused variable 'stride' [-Wunused-variable] hsize_t stride[2] = {1,1}; ^~~~~~ cbf_hdf5.c:12937:13: warning: unused variable 'ndims' [-Wunused-variable] int ndims = 0; ^~~~~ cbf_hdf5.c:12933:15: warning: variable 'ndatasetspace' set but not used [-Wunused-but-set-variable] hid_t ndatasetspace; ^~~~~~~~~~~~~ cbf_hdf5.c: In function 'cbf_add_h5double_dataset_slab': cbf_hdf5.c:13066:17: warning: variable 'memsize' set but not used [-Wunused-but-set-variable] hsize_t memsize[1] = {1}; ^~~~~~~ cbf_hdf5.c:13050:15: warning: variable 'ndatasetspace' set but not used [-Wunused-but-set-variable] hid_t ndatasetspace; ^~~~~~~~~~~~~ cbf_hdf5.c: In function 'cbf_add_h5long_dataset_slab': cbf_hdf5.c:13334:17: warning: variable 'memsize' set but not used [-Wunused-but-set-variable] hsize_t memsize[1] = {1}; ^~~~~~~ cbf_hdf5.c:13318:15: warning: variable 'ndatasetspace' set but not used [-Wunused-but-set-variable] hid_t ndatasetspace; ^~~~~~~~~~~~~ cbf_hdf5.c: In function 'cbf_add_h5ulong_dataset_slab': cbf_hdf5.c:13601:17: warning: variable 'memsize' set but not used [-Wunused-but-set-variable] hsize_t memsize[1] = {1}; ^~~~~~~ cbf_hdf5.c:13585:15: warning: variable 'ndatasetspace' set but not used [-Wunused-but-set-variable] hid_t ndatasetspace; ^~~~~~~~~~~~~ cbf_hdf5.c: In function 'cbf_write_h5category': cbf_hdf5.c:15602:34: warning: variable 'units' set but not used [-Wunused-but-set-variable] const char * units; ^~~~~ cbf_hdf5.c:15600:34: warning: variable 'mappedname' set but not used [-Wunused-but-set-variable] const char * mappedname; ^~~~~~~~~~ cbf_hdf5.c: In function 'cbf_write_nx2cbf': cbf_hdf5.c:21054:36: warning: variable 'node' set but not used [-Wunused-but-set-variable] cbf_node * node = NULL; ^~~~ cbf_hdf5.c:21307:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pixel_offset_name[i]) free((void*)pixel_offset_name[i]);pixel_offset_name[i]=NULL; ^~ cbf_hdf5.c:21307:85: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pixel_offset_name[i]) free((void*)pixel_offset_name[i]);pixel_offset_name[i]=NULL; ^~~~~~~~~~~~~~~~~ cbf_hdf5.c:21308:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pixel_offset_long_name[i]) free((void*)pixel_offset_long_name[i]);pixel_offset_long_name[i]=NULL; ^~ cbf_hdf5.c:21308:95: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pixel_offset_long_name[i]) free((void*)pixel_offset_long_name[i]);pixel_offset_long_name[i]=NULL; ^~~~~~~~~~~~~~~~~~~~~~ cbf_hdf5.c:21309:25: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pixel_size_name[i]) free((void*)pixel_size_name[i]);pixel_size_name[i]=NULL; ^~ cbf_hdf5.c:21309:81: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pixel_size_name[i]) free((void*)pixel_size_name[i]);pixel_size_name[i]=NULL; ^~~~~~~~~~~~~~~ cbf_hdf5.c:20648:30: warning: variable 'data_row' set but not used [-Wunused-but-set-variable] unsigned int data_row = ~0x0; ^~~~~~~~ cbf_hdf5.c:21374:32: warning: variable 'diffrn_scan_axis' set but not used [-Wunused-but-set-variable] cbf_node * diffrn_scan_axis = NULL; ^~~~~~~~~~~~~~~~ cbf_hdf5.c: In function 'cbf_write_cbf2nx__array_structure_list_axis': cbf_hdf5.c:25031:50: warning: unused variable 'rotation_axis_path' [-Wunused-variable] const char * rotation_axis_path = NULL; ^~~~~~~~~~~~~~~~~~ cbf_hdf5.c: In function 'cbf_write_cbf2nx__cbf_general_axes': cbf_hdf5.c:25242:26: warning: unused variable 'equipment_component' [-Wunused-variable] const char * equipment_component = NULL; ^~~~~~~~~~~~~~~~~~~ cbf_hdf5.c: In function 'cbf_write_cbf2nx__axis': cbf_hdf5.c:25572:28: warning: variable 'axis_rotation_axis' set but not used [-Wunused-but-set-variable] cbf_node * axis_rotation_axis = NULL; ^~~~~~~~~~~~~~~~~~ cbf_hdf5.c: In function 'cbf_object_visit': cbf_hdf5.c:28573:42: warning: variable 'checked_digest' set but not used [-Wunused-but-set-variable] int binary_id, bits, sign, type, checked_digest, realarray = 0; ^~~~~~~~~~~~~~ cbf_hdf5.c:28573:36: warning: variable 'type' set but not used [-Wunused-but-set-variable] int binary_id, bits, sign, type, checked_digest, realarray = 0; ^~~~ At top level: cbf_hdf5.c:8871:16: warning: 'cbf_require_nxdetectors' defined but not used [-Wunused-function] static int cbf_require_nxdetectors(const cbf_handle handle, ^~~~~~~~~~~~~~~~~~~~~~~ cbf_minicbf_header.c: In function 'cbf_set_minicbf_header': cbf_minicbf_header.c:347:27: warning: variable 'precedence' set but not used [-Wunused-but-set-variable] int dimension[2], precedence[2]; ^~~~~~~~~~ cbf_nibble_offset.c: In function 'cbf_compress_nibble_offset': cbf_nibble_offset.c:603:14: warning: variable 'termflag' set but not used [-Wunused-but-set-variable] int *termflag[17]; ^~~~~~~~ cbf_nibble_offset.c:569:29: warning: variable 'borrow' set but not used [-Wunused-but-set-variable] unsigned int count, borrow, element[4], prevelement[4], ^~~~~~ cbf_nibble_offset.c: In function 'cbf_decompress_nibble_offset': cbf_nibble_offset.c:1043:13: warning: variable 'errorcode' set but not used [-Wunused-but-set-variable] int errorcode, overflow, numints, iint; ^~~~~~~~~ cbf_nibble_offset.c: In function 'cbf_compress_nibble_offset': cbf_nibble_offset.c:932:21: warning: 'inrun' may be used uninitialized in this function [-Wmaybe-uninitialized] curmode = dmode[inrun]; ~~~~~~~~^~~~~~~~~~~~~~ cbf_nibble_offset.c:932:21: warning: 'dmode[inrun]' may be used uninitialized in this function [-Wmaybe-uninitialized] cbf_simple.c: In function 'cbf_get_array_section_rank': cbf_simple.c:1879:13: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error = 0; ^~~~~ cbf_simple.c: In function 'cbf_get_array_section_section': cbf_simple.c:2019:13: warning: variable 'error' set but not used [-Wunused-but-set-variable] int error; ^~~~~ cbf_simple.c: In function 'cbf_set_beam_center': cbf_simple.c:8391:44: warning: variable 'ncenter2' set but not used [-Wunused-but-set-variable] double nindex1, nindex2, ncenter1, ncenter2; ^~~~~~~~ cbf_simple.c:8391:34: warning: variable 'ncenter1' set but not used [-Wunused-but-set-variable] double nindex1, nindex2, ncenter1, ncenter2; ^~~~~~~~ cbf_simple.c: In function 'cbf_set_reference_beam_center': cbf_simple.c:8562:44: warning: variable 'ncenter2' set but not used [-Wunused-but-set-variable] double nindex1, nindex2, ncenter1, ncenter2; ^~~~~~~~ cbf_simple.c:8562:34: warning: variable 'ncenter1' set but not used [-Wunused-but-set-variable] double nindex1, nindex2, ncenter1, ncenter2; ^~~~~~~~ cbf_stx.c: In function 'cbf_lex_wrapper': cbf_stx.c:370:13: warning: variable 'cbffile' set but not used [-Wunused-but-set-variable] cbf_file *cbffile; ^~~~~~~ At top level: cbf_stx.c:827:26: warning: 'yytname' defined but not used [-Wunused-const-variable=] static const char *const yytname[] = ^~~~~~~ cbf_ws.c:313:16: warning: 'cbf_create_bracket_tree' defined but not used [-Wunused-function] static int cbf_create_bracket_tree(cbf_node * * brackettree, CBF_NODETYPE brackettype) { ^~~~~~~~~~~~~~~~~~~~~~~ cbf_ws.c: In function 'cbf_find_bracketstring': cbf_ws.c:1087:26: warning: 'tokentype' may be used uninitialized in this function [-Wmaybe-uninitialized] tokentype[depth-1]= *stringtype; ^ img.c: In function 'img_read_mar345header': img.c:1334:44: warning: array subscript -1 is below array bounds of 'char[65]' [-Warray-bounds] for (C = C64+strlen(C64)-1; (C != C64-1 && *C == ' '); C-- ) *C = '\0'; ~~~^~ + gcc -shared -Wl,-soname,libcbf.so.0 -o libcbf.so.0.0.0 cbf.o cbf_airy_disk.o cbf_alloc.o cbf_ascii.o cbf_binary.o cbf_byte_offset.o cbf_canonical.o cbf_codes.o cbf_compress.o cbf_context.o cbf_copy.o cbf_file.o cbf_getopt.o cbf_hdf5.o cbf_hdf5_filter.o cbf_lex.o cbf_minicbf_header.o cbf_nibble_offset.o cbf_packed.o cbf_predictor.o cbf_read_binary.o cbf_read_mime.o cbf_simple.o cbf_string.o cbf_stx.o cbf_tree.o cbf_ulp.o cbf_uncompressed.o cbf_write.o cbf_write_binary.o cbf_ws.o cbff.o fgetln.o img.o md5c.o -lhdf5 -lz -lm + rm cbf.o cbf_airy_disk.o cbf_alloc.o cbf_ascii.o cbf_binary.o cbf_byte_offset.o cbf_canonical.o cbf_codes.o cbf_compress.o cbf_context.o cbf_copy.o cbf_file.o cbf_getopt.o cbf_hdf5.o cbf_hdf5_filter.o cbf_lex.o cbf_minicbf_header.o cbf_nibble_offset.o cbf_packed.o cbf_predictor.o cbf_read_binary.o cbf_read_mime.o cbf_simple.o cbf_string.o cbf_stx.o cbf_tree.o cbf_ulp.o cbf_uncompressed.o cbf_write.o cbf_write_binary.o cbf_ws.o cbff.o fgetln.o img.o md5c.o + gfortran -fPIC -fno-range-check -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection -c fcb_atol_wcnt.f90 fcb_ci_strncmparr.f90 fcb_nblen_array.f90 fcb_read_byte.f90 fcb_read_line.f90 fcb_skip_whitespace.f90 -I../include/ fcb_atol_wcnt.f90:10:31: INTEGER, PARAMETER :: I0=Z'30',& !IACHAR('0') 1 Warning: Conversion from 'INTEGER(16)' to 'INTEGER(4)' at (1) [-Wconversion] fcb_atol_wcnt.f90:11:1: I9=Z'39',& !IACHAR('9') 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:11:10: I9=Z'39',& !IACHAR('9') 1 Warning: Conversion from 'INTEGER(16)' to 'INTEGER(4)' at (1) [-Wconversion] fcb_atol_wcnt.f90:12:1: IM=Z'2D',& !IACHAR('-') 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:12:10: IM=Z'2D',& !IACHAR('-') 1 Warning: Conversion from 'INTEGER(16)' to 'INTEGER(4)' at (1) [-Wconversion] fcb_atol_wcnt.f90:13:1: IP=Z'2B',& !IACHAR('+') 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:13:10: IP=Z'2B',& !IACHAR('+') 1 Warning: Conversion from 'INTEGER(16)' to 'INTEGER(4)' at (1) [-Wconversion] fcb_atol_wcnt.f90:14:1: SP=Z'20',& !IACHAR(' ') 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:14:10: SP=Z'20',& !IACHAR(' ') 1 Warning: Conversion from 'INTEGER(16)' to 'INTEGER(4)' at (1) [-Wconversion] fcb_atol_wcnt.f90:15:1: HT=Z'09' !tab position in the ASCII code 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:15:10: HT=Z'09' !tab position in the ASCII code 1 Warning: Conversion from 'INTEGER(16)' to 'INTEGER(4)' at (1) [-Wconversion] fcb_atol_wcnt.f90:23:1: K=ARRAY(I) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:24:1: IF (K.GE.I0 .AND. K.LE.I9 ) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:25:1: FCB_ATOL_WCNT = FCB_ATOL_WCNT*10+(K-I0) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:26:1: BLANK = -1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:27:1: IF (VORZEICHEN.EQ.0) VORZEICHEN=1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:28:1: ELSE IF (K.EQ.IM .OR. K.EQ.IP ) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:29:1: IF (VORZEICHEN.NE.0) EXIT 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:30:1: IF (K.EQ.IM) VORZEICHEN =-1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:31:1: IF (K.EQ.IP) VORZEICHEN = 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:32:1: ELSE IF (K.EQ.SP .OR. K.EQ.HT ) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:33:1: IF (BLANK.LT.0) EXIT 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:34:1: BLANK = BLANK+1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:35:1: ELSE 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:36:1: EXIT 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:37:1: END IF 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_atol_wcnt.f90:38:1: CNT = CNT+1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:17:1: J=0 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:18:1: IF (I.LE.LEN(STRING)) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:19:1: J=IACHAR(STRING(I:I)) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:20:1: IF ((J.GE.IA).AND.(J.LE.IZ))J=J+UP 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:21:1: ENDIF 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:22:1: K=0 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:23:1: IF (I.LE.N) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:24:1: K=ARRAY(I) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:25:1: IF ((K.GE.IA).AND.(K.LE.IZ))K=K+UP 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:26:1: ENDIF 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:27:1: FCB_CI_STRNCMPARR = J-K 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_ci_strncmparr.f90:28:1: IF (J.NE.K)EXIT 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_nblen_array.f90:12:1: IF (FCB_NBLEN_ARRAY.NE.0)EXIT 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_nblen_array.f90:13:1: J=ARRAY(I) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_nblen_array.f90:14:1: IF ((J.NE.IACHAR(' ')).AND.(J.NE.Z'09').AND.(J.NE.Z'0A').AND. & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_nblen_array.f90:15:1: (J.NE.Z'0D').AND.(J.NE.0)) FCB_NBLEN_ARRAY = I 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_read_byte.f90:2:1: REC_IN_FILE,BYTE_IN_FILE,IBYTE) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_read_byte.f90:13:12: IBYTE=0 1 Warning: Conversion from 'INTEGER(4)' to 'INTEGER(1)' at (1) [-Wconversion] fcb_read_byte.f90:28:26: BUFFER(K) = 0 1 Warning: Conversion from 'INTEGER(4)' to 'INTEGER(1)' at (1) [-Wconversion] fcb_read_line.f90:2:1: BYTE_IN_FILE,REC_IN_FILE,BUFFER,LINE,N,LINELEN) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:2:1: FCB_BYTES_IN_REC,BYTE_IN_FILE,REC_IN_FILE,BUFFER,& 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:3:1: LINE,N,LINELEN,ICUR,FRESH_LINE) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:14:1: FRESH_LINE 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:16:1: LAST_CHAR 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:24:1: ICUR = LINELEN+1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:25:1: RETURN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:31:1: IF ((IC.LE.LINELEN).AND.(LINE(IC).NE.IACHAR(' ')).AND. & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:32:1: (LINE(IC).NE.Z'09').AND.(LINE(IC).NE.IACHAR('(')) )EXIT 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:34:1: IF (IC.GT.LINELEN) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:35:1: FCB_SKIP_WHITESPACE = FCB_READ_LINE (TAPIN,LAST_CHAR, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:36:1: FCB_BYTES_IN_REC,BYTE_IN_FILE,REC_IN_FILE,BUFFER,& 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:37:1: LINE,N,LINELEN) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:38:1: IF (FCB_SKIP_WHITESPACE.NE.0) RETURN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:39:1: IC = 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:40:1: IF ((LINELEN.EQ.0) & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:41:1: .OR.(FCB_NBLEN_ARRAY(LINE(1:LINELEN),LINELEN).EQ.0) & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:42:1: .OR.(FCB_NBLEN_ARRAY(LINE(1:1),1).NE.0)) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:41:1: .OR.(FCB_NBLEN_ARRAY(LINE(1:LINELEN),LINELEN).EQ.0) & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:42:1: .OR.(FCB_NBLEN_ARRAY(LINE(1:1),1).NE.0)) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:43:1: FRESH_LINE = 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:44:1: ICUR = LINELEN+1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:45:1: RETURN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:46:1: END IF 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:47:1: ELSE 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:48:1: IF (LINE(IC) .EQ. IACHAR('(')) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:49:1: IC = IC+1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:50:1: COMMENT_LEVEL = COMMENT_LEVEL+1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:51:1: DO 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:52:1: IF (COMMENT_LEVEL.EQ.0)EXIT 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:53:1: IF (IC.GT.LINELEN) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:54:1: FCB_SKIP_WHITESPACE=FCB_READ_LINE(TAPIN,LAST_CHAR, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:55:1: FCB_BYTES_IN_REC,BYTE_IN_FILE,REC_IN_FILE, & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:56:1: BUFFER,LINE,N,LINELEN) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:57:1: IF (FCB_SKIP_WHITESPACE.NE.0) RETURN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:58:1: IC = 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:59:1: IF ((LINELEN.EQ.0).OR. & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:60:1: (FCB_NBLEN_ARRAY(LINE(1:LINELEN),LINELEN).EQ.0) & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:61:1: .OR. FCB_NBLEN_ARRAY(LINE(1:1),1).NE.0) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:60:1: (FCB_NBLEN_ARRAY(LINE(1:LINELEN),LINELEN).EQ.0) & 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:61:1: .OR. FCB_NBLEN_ARRAY(LINE(1:1),1).NE.0) THEN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:62:1: FRESH_LINE = 1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:63:1: ICUR = LINELEN+1 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:64:1: RETURN 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:65:1: END IF 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:66:1: ELSE 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:67:1: SELECT CASE (LINE(IC)) 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:68:1: CASE (Z'5C') ! backslash 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:69:1: IC = IC+1 ! force skip of next character 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:70:1: CASE (Z'28') ! open paren 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:71:1: COMMENT_LEVEL = COMMENT_LEVEL+1; 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:72:1: CASE (Z'29') ! close paren 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:73:1: COMMENT_LEVEL = COMMENT_LEVEL-1; 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:74:1: END SELECT 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:75:1: IC = IC+1; 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:76:1: END IF 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:77:1: END DO 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:78:1: ELSE 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:79:1: IC = IC+1; 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:80:1: END IF 1 Warning: Nonconforming tab character at (1) [-Wtabs] fcb_skip_whitespace.f90:81:1: END IF 1 Warning: Nonconforming tab character at (1) [-Wtabs] + gfortran -shared -Wl,-soname,libfcb.so.0 -o libfcb.so.0.0.0 fcb_atol_wcnt.o fcb_ci_strncmparr.o fcb_nblen_array.o fcb_read_byte.o fcb_read_line.o fcb_skip_whitespace.o + cd ../examples + utilsublist='adscimg2cbf cbf2adscimg adscimg2cbf' + for i in $utilsublist + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection adscimg2cbf.c adscimg2cbf_sub.c -I../include ../src/libcbf.so.0.0.0 -o adscimg2cbf -lm adscimg2cbf.c: In function 'main': adscimg2cbf.c:245:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strstrhit = cbf_cistrnstr(argv[iarg], flags[j], strlen(flags[j])); ^ adscimg2cbf.c:176:10: warning: unused variable 'thickness' [-Wunused-variable] double thickness=0.; ^~~~~~~~~ adscimg2cbf.c:162:7: warning: variable 'cbf_status' set but not used [-Wunused-but-set-variable] int cbf_status; ^~~~~~~~~~ adscimg2cbf_sub.c: In function 'adscimg2cbf_sub2': adscimg2cbf_sub.c:793:20: warning: passing argument 1 of 'convertroi' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (convertroi(roi, smv_size1, smv_size2, ^~~ adscimg2cbf_sub.c:433:22: note: expected 'char *' but argument is of type 'const char *' int convertroi(char *roi, int fastdim, int slowdim, ~~~~~~^~~ adscimg2cbf_sub.c:1727:27: warning: passing argument 1 of 'cbf_free_text' from incompatible pointer type [-Wincompatible-pointer-types] cbf_free_text(&log,NULL); ^~~~ In file included from ../include/cbf_minicbf_header.h:262, from adscimg2cbf_sub.c:179: ../include/cbf_alloc.h:274:33: note: expected 'const char **' but argument is of type 'char **' int cbf_free_text (const char **old_block, size_t *old_nelem); ~~~~~~~~~~~~~^~~~~~~~~ adscimg2cbf_sub.c:1868:30: warning: variable 'valmax' set but not used [-Wunused-but-set-variable] double valnew,valmin,valmax; ^~~~~~ adscimg2cbf_sub.c:1868:16: warning: variable 'valnew' set but not used [-Wunused-but-set-variable] double valnew,valmin,valmax; ^~~~~~ adscimg2cbf_sub.c:530:27: warning: unused variable 'kjcm' [-Wunused-variable] int ki, kj, kicm, kjcm; ^~~~ adscimg2cbf_sub.c:530:21: warning: unused variable 'kicm' [-Wunused-variable] int ki, kj, kicm, kjcm; ^~~~ adscimg2cbf_sub.c:522:28: warning: variable 'smv_bin_type' set but not used [-Wunused-but-set-variable] int smv_bin, smv_adc, smv_bin_type; ^~~~~~~~~~~~ adscimg2cbf_sub.c: In function 'adscimg2cbf_sub': adscimg2cbf_sub.c:2075:34: warning: passing argument 4 of 'adscimg2cbf_sub2' makes integer from pointer without a cast [-Wint-conversion] NULL,NULL,NULL,NULL, ^~~~ adscimg2cbf_sub.c:481:29: note: expected 'size_t' {aka 'long unsigned int'} but argument is of type 'void *' size_t old_int_data_size, ~~~~~~~^~~~~~~~~~~~~~~~~ adscimg2cbf_sub.c: In function 'adscimg2cbf_sub2': adscimg2cbf_sub.c:588:27: warning: '%s' directive writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(temp, "%s=%s;\n", s, s1); ^~ ~~ In file included from /usr/include/stdio.h:862, from ../include/cbf_file.h:259, from ../include/cbf_context.h:259, from ../include/cbf_tree.h:259, from ../include/cbf.h:280, from adscimg2cbf_sub.c:177: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 4 and 2050 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adscimg2cbf_sub.c:1846:53: warning: 'smooth_data_as_int' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ki > 0 && smooth_data_as_int[(ki-1)*(1+fasthigh-fastlow+fastpadlow+fastpadhigh)/(bin+1)+kj] > 0) { ^ + for i in $utilsublist + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection cbf2adscimg.c cbf2adscimg_sub.c -I../include ../src/libcbf.so.0.0.0 -o cbf2adscimg -lm cbf2adscimg_sub.c: In function 'padhd': cbf2adscimg_sub.c:217:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for ( hp=header; *hp != '}'; hp++); hp++; ^~~ cbf2adscimg_sub.c:217:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' for ( hp=header; *hp != '}'; hp++); hp++; ^~ cbf2adscimg_sub.c: In function 'cbfhandle2img_sub': cbf2adscimg_sub.c:247:57: warning: variable 'dirinc' set but not used [-Wunused-but-set-variable] int i, k, colrow, first, second,dirsta[2], dirend[2], dirinc[2]; ^~~~~~ cbf2adscimg_sub.c:247:46: warning: variable 'dirend' set but not used [-Wunused-but-set-variable] int i, k, colrow, first, second,dirsta[2], dirend[2], dirinc[2]; ^~~~~~ cbf2adscimg_sub.c:247:35: warning: variable 'dirsta' set but not used [-Wunused-but-set-variable] int i, k, colrow, first, second,dirsta[2], dirend[2], dirinc[2]; ^~~~~~ cbf2adscimg_sub.c:247:28: warning: variable 'second' set but not used [-Wunused-but-set-variable] int i, k, colrow, first, second,dirsta[2], dirend[2], dirinc[2]; ^~~~~~ cbf2adscimg_sub.c:247:21: warning: variable 'first' set but not used [-Wunused-but-set-variable] int i, k, colrow, first, second,dirsta[2], dirend[2], dirinc[2]; ^~~~~ cbf2adscimg_sub.c:247:13: warning: variable 'colrow' set but not used [-Wunused-but-set-variable] int i, k, colrow, first, second,dirsta[2], dirend[2], dirinc[2]; ^~~~~~ + for i in $utilsublist + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection adscimg2cbf.c adscimg2cbf_sub.c -I../include ../src/libcbf.so.0.0.0 -o adscimg2cbf -lm adscimg2cbf.c: In function 'main': adscimg2cbf.c:245:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] strstrhit = cbf_cistrnstr(argv[iarg], flags[j], strlen(flags[j])); ^ adscimg2cbf.c:176:10: warning: unused variable 'thickness' [-Wunused-variable] double thickness=0.; ^~~~~~~~~ adscimg2cbf.c:162:7: warning: variable 'cbf_status' set but not used [-Wunused-but-set-variable] int cbf_status; ^~~~~~~~~~ adscimg2cbf_sub.c: In function 'adscimg2cbf_sub2': adscimg2cbf_sub.c:793:20: warning: passing argument 1 of 'convertroi' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if (convertroi(roi, smv_size1, smv_size2, ^~~ adscimg2cbf_sub.c:433:22: note: expected 'char *' but argument is of type 'const char *' int convertroi(char *roi, int fastdim, int slowdim, ~~~~~~^~~ adscimg2cbf_sub.c:1727:27: warning: passing argument 1 of 'cbf_free_text' from incompatible pointer type [-Wincompatible-pointer-types] cbf_free_text(&log,NULL); ^~~~ In file included from ../include/cbf_minicbf_header.h:262, from adscimg2cbf_sub.c:179: ../include/cbf_alloc.h:274:33: note: expected 'const char **' but argument is of type 'char **' int cbf_free_text (const char **old_block, size_t *old_nelem); ~~~~~~~~~~~~~^~~~~~~~~ adscimg2cbf_sub.c:1868:30: warning: variable 'valmax' set but not used [-Wunused-but-set-variable] double valnew,valmin,valmax; ^~~~~~ adscimg2cbf_sub.c:1868:16: warning: variable 'valnew' set but not used [-Wunused-but-set-variable] double valnew,valmin,valmax; ^~~~~~ adscimg2cbf_sub.c:530:27: warning: unused variable 'kjcm' [-Wunused-variable] int ki, kj, kicm, kjcm; ^~~~ adscimg2cbf_sub.c:530:21: warning: unused variable 'kicm' [-Wunused-variable] int ki, kj, kicm, kjcm; ^~~~ adscimg2cbf_sub.c:522:28: warning: variable 'smv_bin_type' set but not used [-Wunused-but-set-variable] int smv_bin, smv_adc, smv_bin_type; ^~~~~~~~~~~~ adscimg2cbf_sub.c: In function 'adscimg2cbf_sub': adscimg2cbf_sub.c:2075:34: warning: passing argument 4 of 'adscimg2cbf_sub2' makes integer from pointer without a cast [-Wint-conversion] NULL,NULL,NULL,NULL, ^~~~ adscimg2cbf_sub.c:481:29: note: expected 'size_t' {aka 'long unsigned int'} but argument is of type 'void *' size_t old_int_data_size, ~~~~~~~^~~~~~~~~~~~~~~~~ adscimg2cbf_sub.c: In function 'adscimg2cbf_sub2': adscimg2cbf_sub.c:588:27: warning: '%s' directive writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(temp, "%s=%s;\n", s, s1); ^~ ~~ In file included from /usr/include/stdio.h:862, from ../include/cbf_file.h:259, from ../include/cbf_context.h:259, from ../include/cbf_tree.h:259, from ../include/cbf.h:280, from adscimg2cbf_sub.c:177: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 4 and 2050 bytes into a destination of size 1024 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ adscimg2cbf_sub.c:1846:53: warning: 'smooth_data_as_int' may be used uninitialized in this function [-Wmaybe-uninitialized] if (ki > 0 && smooth_data_as_int[(ki-1)*(1+fasthigh-fastlow+fastpadlow+fastpadhigh)/(bin+1)+kj] > 0) { ^ + utillist='convert_minicbf makecbf img2cif cif2cbf cif2c' + for i in $utillist + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection convert_minicbf.c -I../include ../src/libcbf.so.0.0.0 -o convert_minicbf -lm convert_minicbf.c: In function 'cbf_parse_sls_header': convert_minicbf.c:613:17: warning: variable 'notime' set but not used [-Wunused-but-set-variable] int notime; ^~~~~~ convert_minicbf.c: In function 'main': convert_minicbf.c:2110:17: warning: variable 'ignore' set but not used [-Wunused-but-set-variable] int ignore; ^~~~~~ convert_minicbf.c:1855:9: warning: variable 'transpose' set but not used [-Wunused-but-set-variable] int transpose; ^~~~~~~~~ + for i in $utillist + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection makecbf.c -I../include ../src/libcbf.so.0.0.0 -o makecbf -lm + for i in $utillist + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection img2cif.c -I../include ../src/libcbf.so.0.0.0 -o img2cif -lm + for i in $utillist + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection cif2cbf.c -I../include ../src/libcbf.so.0.0.0 -o cif2cbf -lm cif2cbf.c: In function 'main': cif2cbf.c:1731:41: warning: unused variable 'arrayfreed' [-Wunused-variable] { int arrayfreed = 0; ^~~~~~~~~~ cif2cbf.c:1706:49: warning: unused variable 'elements_read' [-Wunused-variable] size_t elements,elements_read, elsize; ^~~~~~~~~~~~~ cif2cbf.c:1540:30: warning: unused variable 'element_number' [-Wunused-variable] unsigned int element_number; ^~~~~~~~~~~~~~ cif2cbf.c:1539:30: warning: unused variable 'frame_number' [-Wunused-variable] unsigned int frame_number; ^~~~~~~~~~~~ cif2cbf.c:2027:89: warning: unused variable 'slowhigh' [-Wunused-variable] size_t fastlow, fasthigh, midlow, midhigh, slowlow, slowhigh; ^~~~~~~~ cif2cbf.c:2027:80: warning: unused variable 'slowlow' [-Wunused-variable] size_t fastlow, fasthigh, midlow, midhigh, slowlow, slowhigh; ^~~~~~~ cif2cbf.c:2027:71: warning: unused variable 'midhigh' [-Wunused-variable] size_t fastlow, fasthigh, midlow, midhigh, slowlow, slowhigh; ^~~~~~~ cif2cbf.c:2027:63: warning: unused variable 'midlow' [-Wunused-variable] size_t fastlow, fasthigh, midlow, midhigh, slowlow, slowhigh; ^~~~~~ cif2cbf.c:2027:53: warning: unused variable 'fasthigh' [-Wunused-variable] size_t fastlow, fasthigh, midlow, midhigh, slowlow, slowhigh; ^~~~~~~~ cif2cbf.c:2027:44: warning: unused variable 'fastlow' [-Wunused-variable] size_t fastlow, fasthigh, midlow, midhigh, slowlow, slowhigh; ^~~~~~~ cif2cbf.c:713:17: warning: variable 'hdf5out' set but not used [-Wunused-but-set-variable] const char *hdf5out; ^~~~~~~ cif2cbf.c: In function 'cbf_convertioi': cif2cbf.c:684:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ + for i in $utillist + gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -march=zEC12 -mtune=z13 -fasynchronous-unwind-tables -fstack-clash-protection cif2c.c -I../include ../src/libcbf.so.0.0.0 -o cif2c -lm + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.AyGrmp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x ++ dirname /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x + cd CBFlib-0.9.5.15 + rm -rf /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x + mkdir -p /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/lib64 + install -p -m 644 src/libcbf.so.0.0.0 src/libfcb.so.0.0.0 /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/lib64/ ~/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/lib64 ~/build/BUILD/CBFlib-0.9.5.15 + pushd /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/lib64 + chmod +x libcbf.so.0.0.0 + ln -sf libcbf.so.0.0.0 libcbf.so.0 + ln -sf libcbf.so.0.0.0 libcbf.so + chmod +x libfcb.so.0.0.0 + ln -sf libfcb.so.0.0.0 libfcb.so.0 + ln -sf libfcb.so.0.0.0 libfcb.so ~/build/BUILD/CBFlib-0.9.5.15 + popd + mkdir -p /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin + utilsublist='adscimg2cbf cbf2adscimg adscimg2cbf' + for i in $utilsublist + install -p -m 755 examples/adscimg2cbf /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/ + for i in $utilsublist + install -p -m 755 examples/cbf2adscimg /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/ + for i in $utilsublist + install -p -m 755 examples/adscimg2cbf /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/ + utillist='convert_minicbf makecbf img2cif cif2cbf cif2c' + for i in $utillist + install -p -m 755 examples/convert_minicbf /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/ + for i in $utillist + install -p -m 755 examples/makecbf /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/ + for i in $utillist + install -p -m 755 examples/img2cif /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/ + for i in $utillist + install -p -m 755 examples/cif2cbf /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/ + for i in $utillist + install -p -m 755 examples/cif2c /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/ + mkdir -p /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/include/cbf + install -p -m 644 include/cbf.h include/cbf_airy_disk.h include/cbf_alloc.h include/cbf_ascii.h include/cbf_binary.h include/cbf_byte_offset.h include/cbf_canonical.h include/cbf_codes.h include/cbf_compress.h include/cbf_context.h include/cbf_copy.h include/cbf_file.h include/cbf_getopt.h include/cbf_hdf5.h include/cbf_hdf5_filter.h include/cbf_lex.h include/cbf_minicbf_header.h include/cbf_nibble_offset.h include/cbf_packed.h include/cbf_predictor.h include/cbf_read_binary.h include/cbf_read_mime.h include/cbf_simple.h include/cbf_string.h include/cbf_stx.h include/cbf_tree.h include/cbf_ulp.h include/cbf_uncompressed.h include/cbf_write.h include/cbf_write_binary.h include/cbf_ws.h include/cbff.h include/global.h include/img.h include/md5.h /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/include/cbf/ + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 0.9.5.15-6.fc28 --unique-debug-suffix -0.9.5.15-6.fc28.s390x --unique-debug-src-base CBFlib-0.9.5.15-6.fc28.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/CBFlib-0.9.5.15 extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/lib64/libcbf.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/lib64/libfcb.so.0.0.0 extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/adscimg2cbf extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/cbf2adscimg extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/convert_minicbf extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/makecbf extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/img2cif extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/cif2cbf extracting debug info from /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/bin/cif2c /usr/lib/rpm/sepdebugcrcfix: Updated 9 CRC32s, 0 CRC32s did match. 9509 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Processing files: CBFlib-0.9.5.15-6.fc28.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.KxPN8H + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs + umask 022 + cd /builddir/build/BUILD + cd CBFlib-0.9.5.15 + DOCDIR=/builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/doc/CBFlib + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/doc/CBFlib + cp -pr README /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/doc/CBFlib Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.QkP1r3 + exit 0 + umask 022 + cd /builddir/build/BUILD + cd CBFlib-0.9.5.15 + LICENSEDIR=/builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/licenses/CBFlib + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/licenses/CBFlib + cp -pr doc/gpl.txt /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/licenses/CBFlib + exit 0 Provides: CBFlib = 0.9.5.15-6.fc28 CBFlib(s390-64) = 0.9.5.15-6.fc28 libcbf.so.0()(64bit) libfcb.so.0()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libcbf.so.0()(64bit) libgcc_s.so.1()(64bit) libgfortran.so.5()(64bit) libgfortran.so.5(GFORTRAN_8)(64bit) libhdf5.so.10()(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: CBFlib-devel-0.9.5.15-6.fc28.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.76NKqQ + umask 022 + cd /builddir/build/BUILD + cd CBFlib-0.9.5.15 + DOCDIR=/builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/doc/CBFlib-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/doc/CBFlib-devel + cp -pr doc /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x/usr/share/doc/CBFlib-devel + exit 0 Provides: CBFlib-devel = 0.9.5.15-6.fc28 CBFlib-devel(s390-64) = 0.9.5.15-6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libcbf.so.0()(64bit) libfcb.so.0()(64bit) Processing files: CBFlib-debugsource-0.9.5.15-6.fc28.s390x Provides: CBFlib-debugsource = 0.9.5.15-6.fc28 CBFlib-debugsource(s390-64) = 0.9.5.15-6.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: CBFlib-debuginfo-0.9.5.15-6.fc28.s390x Provides: CBFlib-debuginfo = 0.9.5.15-6.fc28 CBFlib-debuginfo(s390-64) = 0.9.5.15-6.fc28 debuginfo(build-id) = 0113d036e2bc6bbdd119e2e2794e103dc34f8299 debuginfo(build-id) = 01f598b6a8945edae7b5a91578aaad2ee854d10d debuginfo(build-id) = 0f2a55a18a655695ec999a8d23cb82c89626224f debuginfo(build-id) = 1c5a5c7411f2c7049dcde1a7de4c3f3e07bf4322 debuginfo(build-id) = 3757a7f22ba3adf688a5dfb42097a04f4dc825e7 debuginfo(build-id) = 4ae3e2bd366b43fb7fd619b884059803e58e8a19 debuginfo(build-id) = 9a1875711275a20f2e345d70218c714f7d16a088 debuginfo(build-id) = c1d59c28dccdaa90d1289874211553b9f976b7a3 debuginfo(build-id) = ee2416c8f7e02773d4f1dd25445fca7ebc15d0df Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: CBFlib-debugsource(s390-64) = 0.9.5.15-6.fc28 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x Wrote: /builddir/build/RPMS/CBFlib-0.9.5.15-6.fc28.s390x.rpm Wrote: /builddir/build/RPMS/CBFlib-devel-0.9.5.15-6.fc28.s390x.rpm Wrote: /builddir/build/RPMS/CBFlib-debugsource-0.9.5.15-6.fc28.s390x.rpm Wrote: /builddir/build/RPMS/CBFlib-debuginfo-0.9.5.15-6.fc28.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.QGfN3w + umask 022 + cd /builddir/build/BUILD + cd CBFlib-0.9.5.15 + rm -rf /builddir/build/BUILDROOT/CBFlib-0.9.5.15-6.fc28.s390x + exit 0 Child return code was: 0