D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-netcdf4-1.5.4-7.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.0kzB5k + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf netcdf4-python-1.5.4rel + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/netcdf4-python-1.5.4rel.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd netcdf4-python-1.5.4rel + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (netcdf4-python-1.4.0-norpath.patch):' Patch #0 (netcdf4-python-1.4.0-norpath.patch): + /usr/bin/patch --no-backup-if-mismatch -f -p1 -b --suffix .norpath --fuzz=0 patching file setup.py Hunk #1 succeeded at 471 (offset 26 lines). + rm test/tst_dap.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mpTCx1 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd netcdf4-python-1.5.4rel + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' Package hdf5 was not found in the pkg-config search path. Perhaps you should add the directory containing `hdf5.pc' to the PKG_CONFIG_PATH environment variable Package 'hdf5', required by 'virtual:world', not found reading from setup.cfg... using nc-config ... HDF5_DIR environment variable not set, checking some standard locations .. checking /home/pterjan ... checking /usr/local ... checking /sw ... checking /opt ... checking /opt/local ... checking /usr ... HDF5 library version: 1.10.8 found in /usr using netcdf library version b'4.8.1' using Cython to compile netCDF4.pyx... netcdf lib has group rename capability netcdf lib has nc_inq_path function netcdf lib has nc_inq_format_extended function netcdf lib has nc_open_mem function netcdf lib has nc_create_mem function netcdf lib has cdf-5 format capability netcdf lib does not have netcdf4 parallel functions netcdf lib does not have pnetcdf parallel functions running build running build_py creating build creating build/lib.linux-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/netCDF4 copying netCDF4/__init__.py -> build/lib.linux-x86_64-cpython-310/netCDF4 copying netCDF4/utils.py -> build/lib.linux-x86_64-cpython-310/netCDF4 running build_ext cythoning netCDF4/_netCDF4.pyx to netCDF4/_netCDF4.c /usr/lib64/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /home/pterjan/rpmbuild/BUILD/netcdf4-python-1.5.4rel/netCDF4/_netCDF4.pyx tree = Parsing.p_module(s, pxd, full_module_name) building 'netCDF4._netCDF4' extension creating build/temp.linux-x86_64-cpython-310 creating build/temp.linux-x86_64-cpython-310/netCDF4 gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include -I/usr/include -I/usr/lib64/python3.10/site-packages/numpy/core/include -Iinclude -I/usr/include/python3.10 -c netCDF4/_netCDF4.c -o build/temp.linux-x86_64-cpython-310/netCDF4/_netCDF4.o In file included from /usr/lib64/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1948, from /usr/lib64/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /usr/lib64/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5, from netCDF4/_netCDF4.c:751: /usr/lib64/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp] 17 | #warning "Using deprecated NumPy API, disable it with " \ | ^~~~~~~ netCDF4/_netCDF4.c: In function '__pyx_pf_7netCDF4_8_netCDF4_7_MemBuf_4__dealloc__': netCDF4/_netCDF4.c:4838:20: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4838 | free(__pyx_v_self->memory); | ~~~~~~~~~~~~^~~~~~~~ In file included from /usr/include/python3.10/Python.h:34, from netCDF4/_netCDF4.c:6: /usr/include/stdlib.h:568:25: note: expected 'void *' but argument is of type 'const void *' 568 | extern void free (void *__ptr) __THROW; | ~~~~~~^~~~~ netCDF4/_netCDF4.c: In function '__pyx_f_7netCDF4_8_netCDF4__set_att': netCDF4/_netCDF4.c:8906:97: warning: passing argument 5 of 'nc_put_att_string' from incompatible pointer type [-Wincompatible-pointer-types] 8906 | __pyx_v_ierr = nc_put_att_string(__pyx_t_6, __pyx_v_varid, __pyx_v_attname, __pyx_t_10, __pyx_v_string_ptrs); | ^~~~~~~~~~~~~~~~~~~ | | | char ** In file included from netCDF4/_netCDF4.c:749: /usr/include/netcdf.h:1052:44: note: expected 'const char **' but argument is of type 'char **' 1052 | size_t len, const char **op); | ~~~~~~~~~~~~~^~ netCDF4/_netCDF4.c:9347:94: warning: passing argument 5 of 'nc_put_att_string' from incompatible pointer type [-Wincompatible-pointer-types] 9347 | __pyx_v_ierr = nc_put_att_string(__pyx_t_14, __pyx_v_varid, __pyx_v_attname, 1, (&__pyx_v_datstring)); | ~^~~~~~~~~~~~~~~~~~~ | | | char ** /usr/include/netcdf.h:1052:44: note: expected 'const char **' but argument is of type 'char **' 1052 | size_t len, const char **op); | ~~~~~~~~~~~~~^~ netCDF4/_netCDF4.c: In function '__pyx_f_7netCDF4_8_netCDF4__read_compound': netCDF4/_netCDF4.c:63287:35: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 63287 | for (__pyx_v_nf = 0; __pyx_v_nf < __pyx_t_4; __pyx_v_nf++) { | ^ netCDF4/_netCDF4.c: In function '__pyx_f_7netCDF4_8_netCDF4__read_enum': netCDF4/_netCDF4.c:67146:39: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 67146 | for (__pyx_v_nmem = 0; __pyx_v_nmem < __pyx_t_11; __pyx_v_nmem++) { | ^ netCDF4/_netCDF4.c: In function '__pyx_pymod_exec__netCDF4': netCDF4/_netCDF4.c:87200:3: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion] 87200 | import_array(); | ^~~~~~~~~~~~ gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-x86_64-cpython-310/netCDF4/_netCDF4.o -L/usr/lib64 -L/usr/lib -L/usr/lib64 -lnetcdf -lhdf5_hl -lhdf5 -lpython3.10 -o build/lib.linux-x86_64-cpython-310/netCDF4/_netCDF4.cpython-310-x86_64-linux-gnu.so /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s /usr/bin/ld: skipping incompatible /usr/lib/libgcc_s.so when searching for -lgcc_s + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.g0GqAa + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64 + cd netcdf4-python-1.5.4rel + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64 Package hdf5 was not found in the pkg-config search path. Perhaps you should add the directory containing `hdf5.pc' to the PKG_CONFIG_PATH environment variable Package 'hdf5', required by 'virtual:world', not found reading from setup.cfg... using nc-config ... HDF5_DIR environment variable not set, checking some standard locations .. checking /home/pterjan ... checking /usr/local ... checking /sw ... checking /opt ... checking /opt/local ... checking /usr ... HDF5 library version: 1.10.8 found in /usr using netcdf library version b'4.8.1' using Cython to compile netCDF4.pyx... netcdf lib has group rename capability netcdf lib has nc_inq_path function netcdf lib has nc_inq_format_extended function netcdf lib has nc_open_mem function netcdf lib has nc_create_mem function netcdf lib has cdf-5 format capability netcdf lib does not have netcdf4 parallel functions netcdf lib does not have pnetcdf parallel functions running install /usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr creating /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64 creating /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10 creating /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages/netCDF4 copying build/lib.linux-x86_64-cpython-310/netCDF4/_netCDF4.cpython-310-x86_64-linux-gnu.so -> /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages/netCDF4 copying build/lib.linux-x86_64-cpython-310/netCDF4/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages/netCDF4 copying build/lib.linux-x86_64-cpython-310/netCDF4/utils.py -> /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages/netCDF4 byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages/netCDF4/__init__.py to __init__.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages/netCDF4/utils.py to utils.cpython-310.pyc writing byte-compilation script '/tmp/tmpg43m39oh.py' /usr/bin/python3 /tmp/tmpg43m39oh.py removing /tmp/tmpg43m39oh.py running install_egg_info running egg_info creating netCDF4.egg-info writing netCDF4.egg-info/PKG-INFO writing dependency_links to netCDF4.egg-info/dependency_links.txt writing entry points to netCDF4.egg-info/entry_points.txt writing requirements to netCDF4.egg-info/requires.txt writing top-level names to netCDF4.egg-info/top_level.txt writing manifest file 'netCDF4.egg-info/SOURCES.txt' reading manifest file 'netCDF4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'appveyor.yml' adding license file 'COPYING' writing manifest file 'netCDF4.egg-info/SOURCES.txt' Copying netCDF4.egg-info to /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages/netCDF4-1.5.4-py3.10.egg-info running install_scripts Installing nc3tonc4 script to /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/bin Installing nc4tonc3 script to /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/bin Installing ncinfo script to /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/bin + rm -rfv /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j32 --strict-build-id -m -i --build-id-seed 1.5.4-7.mga9 --unique-debug-suffix -1.5.4-7.mga9.x86_64 --unique-debug-src-base python-netcdf4-1.5.4-7.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/netcdf4-python-1.5.4rel extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10/site-packages/netCDF4/_netCDF4.cpython-310-x86_64-linux-gnu.so original debug info size: 4516kB, size after compression: 4380kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. cpio: netCDF4/_netCDF4.c: Cannot stat: No such file or directory 0 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib64/python3.10 using python3.10 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/lib/debug/usr/lib64/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.noUv8R + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd netcdf4-python-1.5.4rel + '[' 1 -eq 1 ']' + cd test + export NO_NET=1 + NO_NET=1 ++ echo '../build/lib.*3.10' + PYTHONPATH='../build/lib.*3.10' + /usr/bin/python3 run_all.py Traceback (most recent call last): File "/home/pterjan/rpmbuild/BUILD/netcdf4-python-1.5.4rel/test/run_all.py", line 2, in from netCDF4 import getlibversion,__hdf5libversion__,__netcdf4libversion__,__version__ ModuleNotFoundError: No module named 'netCDF4' + : + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-netcdf4-1.5.4-7.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.3xrzL5 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd netcdf4-python-1.5.4rel + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/doc/python3-netcdf4 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/doc/python3-netcdf4 + cp -pr Changelog /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/doc/python3-netcdf4 + cp -pr docs /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/doc/python3-netcdf4 + cp -pr examples /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/doc/python3-netcdf4 + cp -pr README.md /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/doc/python3-netcdf4 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.uBx7nv + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd netcdf4-python-1.5.4rel + LICENSEDIR=/home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/licenses/python3-netcdf4 + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/licenses/python3-netcdf4 + cp -pr COPYING /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64/usr/share/licenses/python3-netcdf4 + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-netcdf4 = 1.5.4-7.mga9 python3-netcdf4 = 1.5.4-7.mga9 python3-netcdf4(x86-64) = 1.5.4-7.mga9 python3.10-netcdf4 = 1.5.4-7.mga9 python3.10dist(netcdf4) = 1.5.4 python3dist(netcdf4) = 1.5.4 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) libhdf5.so.103()(64bit) libnetcdf.so.19()(64bit) libpython3.10.so.1.0()(64bit) python(abi) = 3.10 python3.10dist(cftime) python3.10dist(numpy) >= 1.9 Obsoletes: python-netcdf4 < 1.5.4-7.mga9 Processing files: python-netcdf4-debugsource-1.5.4-7.mga9.x86_64 Provides: python-netcdf4-debugsource = 1.5.4-7.mga9 python-netcdf4-debugsource(x86-64) = 1.5.4-7.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-netcdf4-debuginfo-1.5.4-7.mga9.x86_64 Provides: debuginfo(build-id) = 229e5ffce8ee9422506eb7cf8aa461e257a1eebc python-netcdf4-debuginfo = 1.5.4-7.mga9 python3-netcdf4-debuginfo = 1.5.4-7.mga9 python3-netcdf4-debuginfo(x86-64) = 1.5.4-7.mga9 python3.10-netcdf4-debuginfo = 1.5.4-7.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-netcdf4-debugsource(x86-64) = 1.5.4-7.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python-netcdf4-debugsource-1.5.4-7.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-netcdf4-1.5.4-7.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-netcdf4-debuginfo-1.5.4-7.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.oAANeV + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd netcdf4-python-1.5.4rel + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-netcdf4-1.5.4-7.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.TKRhfS + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf netcdf4-python-1.5.4rel netcdf4-python-1.5.4rel.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!