D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/pterjan/rpmbuild/SRPMS/miglayout-4.2-5.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ilaJys Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.vT7CLY + umask 022 + cd /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + rm -rf miglayout-4.2 + /usr/bin/mkdir -p miglayout-4.2 + cd miglayout-4.2 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/miglayout-core-4.2-sources.jar + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + unzip -oq /home/pterjan/rpmbuild/SOURCES/miglayout-swing-4.2-sources.jar + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.NvNA8t + umask 022 + cd /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd miglayout-4.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + javac -encoding utf8 net/miginfocom/layout/AC.java net/miginfocom/layout/BoundSize.java net/miginfocom/layout/CC.java net/miginfocom/layout/ComponentWrapper.java net/miginfocom/layout/ConstraintParser.java net/miginfocom/layout/ContainerWrapper.java net/miginfocom/layout/DimConstraint.java net/miginfocom/layout/Grid.java net/miginfocom/layout/InCellGapProvider.java net/miginfocom/layout/LC.java net/miginfocom/layout/LayoutCallback.java net/miginfocom/layout/LayoutUtil.java net/miginfocom/layout/LinkHandler.java net/miginfocom/layout/PlatformDefaults.java net/miginfocom/layout/ResizeConstraint.java net/miginfocom/layout/UnitConverter.java net/miginfocom/layout/UnitValue.java net/miginfocom/swing/MigLayout.java net/miginfocom/swing/SwingComponentWrapper.java net/miginfocom/swing/SwingContainerWrapper.java net/miginfocom/layout/AC.java:430: warning: [removal] Float(float) in Float has been deprecated and marked for removal Float gw = new Float(w); ^ net/miginfocom/layout/AC.java:502: warning: [removal] Float(float) in Float has been deprecated and marked for removal Float sw = new Float(w); ^ net/miginfocom/layout/AC.java:518: warning: [dep-ann] deprecated item is not annotated with @Deprecated public final AC shrinkWeight(float w) ^ net/miginfocom/layout/AC.java:531: warning: [dep-ann] deprecated item is not annotated with @Deprecated public final AC shrinkWeight(float w, int... indexes) ^ net/miginfocom/layout/ResizeConstraint.java:43: warning: [removal] Float(float) in Float has been deprecated and marked for removal static final Float WEIGHT_100 = new Float(100); ^ net/miginfocom/layout/UnitValue.java:581: warning: [dep-ann] deprecated item is not annotated with @Deprecated public static int getDefaultUnit() ^ net/miginfocom/layout/UnitValue.java:592: warning: [dep-ann] deprecated item is not annotated with @Deprecated public static void setDefaultUnit(int unit) ^ net/miginfocom/layout/CC.java:280: warning: [removal] Float(float) in Float has been deprecated and marked for removal hor.setGrow(new Float(w)); ^ net/miginfocom/layout/CC.java:344: warning: [removal] Float(float) in Float has been deprecated and marked for removal hor.setShrink(new Float(w)); ^ net/miginfocom/layout/CC.java:556: warning: [removal] Float(float) in Float has been deprecated and marked for removal ver.setShrink(new Float(w)); ^ net/miginfocom/layout/ConstraintParser.java:1000: warning: [removal] Float(float) in Float has been deprecated and marked for removal return s.length() > 0 ? new Float(Float.parseFloat(s)) : nullVal; ^ Note: net/miginfocom/layout/Grid.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 11 warnings + jar cmf META-INF/MANIFEST.MF miglayout-core.jar net/miginfocom/layout/AC.class 'net/miginfocom/layout/BoundSize$1.class' net/miginfocom/layout/BoundSize.class net/miginfocom/layout/CC.class net/miginfocom/layout/ComponentWrapper.class net/miginfocom/layout/ConstraintParser.class net/miginfocom/layout/ContainerWrapper.class net/miginfocom/layout/DimConstraint.class 'net/miginfocom/layout/Grid$Cell.class' 'net/miginfocom/layout/Grid$CompWrap.class' 'net/miginfocom/layout/Grid$FlowSizeSpec.class' 'net/miginfocom/layout/Grid$LinkedDimGroup.class' 'net/miginfocom/layout/Grid$WeakCell.class' net/miginfocom/layout/Grid.class net/miginfocom/layout/InCellGapProvider.class net/miginfocom/layout/LC.class net/miginfocom/layout/LayoutCallback.class 'net/miginfocom/layout/LayoutUtil$1.class' net/miginfocom/layout/LayoutUtil.class net/miginfocom/layout/LinkHandler.class net/miginfocom/layout/PlatformDefaults.class net/miginfocom/layout/ResizeConstraint.class net/miginfocom/layout/UnitConverter.class 'net/miginfocom/layout/UnitValue$1.class' net/miginfocom/layout/UnitValue.class + jar cmf META-INF/MANIFEST.MF miglayout-swing.jar 'net/miginfocom/swing/MigLayout$1.class' 'net/miginfocom/swing/MigLayout$2.class' 'net/miginfocom/swing/MigLayout$MyDebugRepaintListener.class' net/miginfocom/swing/MigLayout.class net/miginfocom/swing/SwingComponentWrapper.class net/miginfocom/swing/SwingContainerWrapper.class + javadoc -Xdoclint:none -d doc net.miginfocom.layout net.miginfocom.swing Loading source files for package net.miginfocom.layout... Loading source files for package net.miginfocom.swing... Constructing Javadoc information... Creating destination directory: "doc/" Building index for all the packages and classes... Standard Doclet version 21.0.6+7-LTS Building tree for all the packages and classes... Generating doc/net/miginfocom/layout/AC.html... ./net/miginfocom/layout/AC.java:64: warning: invalid input: '<' * These contains all information in this class. ^ Generating doc/net/miginfocom/layout/BoundSize.html... Generating doc/net/miginfocom/layout/CC.html... ./net/miginfocom/layout/CC.java:1090: warning: invalid usage of tag {@link #setDockSide(int 3) /** Same functionality as {@link #setDockSide(int 3)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1054: warning: invalid usage of tag {@link #setDockSide(int 0) /** Same functionality as {@link #setDockSide(int 0)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1078: warning: invalid usage of tag {@link #setDockSide(int 2) /** Same functionality as {@link #setDockSide(int 2)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1066: warning: invalid usage of tag {@link #setDockSide(int 1) /** Same functionality as {@link #setDockSide(int 1)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:939: warning: invalid usage of tag {@link #setExternal(boolean true) /** Same functionality as {@link #setExternal(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:990: warning: invalid usage of tag {@link #setNewline(boolean true) /** Same functionality as {@link #setNewline(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:836: warning: invalid usage of tag {@link #setPushY(Float)) /** Same functionality as {@link #setPushY(Float))} which means this cell will push the rest of the column. ^ ./net/miginfocom/layout/CC.java:752: warning: invalid usage of tag {@link #setSpanY(int LayoutUtil.INF) /** Same functionality as {@link #setSpanY(int LayoutUtil.INF)} which means this cell will span the rest of the column. ^ ./net/miginfocom/layout/CC.java:1022: warning: invalid usage of tag {@link #setWrap(boolean true) /** Same functionality as {@link #setWrap(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:752: warning: invalid usage of tag {@link #setSpanY(int LayoutUtil.INF) /** Same functionality as {@link #setSpanY(int LayoutUtil.INF)} which means this cell will span the rest of the column. ^ ./net/miginfocom/layout/CC.java:836: warning: invalid usage of tag {@link #setPushY(Float)) /** Same functionality as {@link #setPushY(Float))} which means this cell will push the rest of the column. ^ ./net/miginfocom/layout/CC.java:939: warning: invalid usage of tag {@link #setExternal(boolean true) /** Same functionality as {@link #setExternal(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:990: warning: invalid usage of tag {@link #setNewline(boolean true) /** Same functionality as {@link #setNewline(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1022: warning: invalid usage of tag {@link #setWrap(boolean true) /** Same functionality as {@link #setWrap(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1054: warning: invalid usage of tag {@link #setDockSide(int 0) /** Same functionality as {@link #setDockSide(int 0)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1066: warning: invalid usage of tag {@link #setDockSide(int 1) /** Same functionality as {@link #setDockSide(int 1)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1078: warning: invalid usage of tag {@link #setDockSide(int 2) /** Same functionality as {@link #setDockSide(int 2)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1090: warning: invalid usage of tag {@link #setDockSide(int 3) /** Same functionality as {@link #setDockSide(int 3)} only this method returns this for chaining multiple calls. ^ Generating doc/net/miginfocom/layout/ComponentWrapper.html... Generating doc/net/miginfocom/layout/ConstraintParser.html... Generating doc/net/miginfocom/layout/ContainerWrapper.html... Generating doc/net/miginfocom/layout/DimConstraint.html... Generating doc/net/miginfocom/layout/Grid.html... Generating doc/net/miginfocom/layout/InCellGapProvider.html... ./net/miginfocom/layout/InCellGapProvider.java:47: warning: invalid input: '&' * if (adjacentComp.getComponentType(false) == ComponentWrapper.TYPE_LABEL && comp.getComponentType(false) == ComponentWrapper.TYPE_TEXT_FIELD) ^ ./net/miginfocom/layout/InCellGapProvider.java:47: warning: invalid input: '&' * if (adjacentComp.getComponentType(false) == ComponentWrapper.TYPE_LABEL && comp.getComponentType(false) == ComponentWrapper.TYPE_TEXT_FIELD) ^ ./net/miginfocom/layout/InCellGapProvider.java:51: warning: invalid input: '<' * this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:652: warning: invalid usage of tag {@link #setFillX(boolean true) /** Same functionality as {@link #setFillX(boolean true)} and {@link #setFillY(boolean true)} conmbined.T his method returns ^ ./net/miginfocom/layout/LC.java:652: warning: invalid usage of tag {@link #setFillY(boolean true) /** Same functionality as {@link #setFillX(boolean true)} and {@link #setFillY(boolean true)} conmbined.T his method returns ^ ./net/miginfocom/layout/LC.java:665: warning: invalid usage of tag {@link #setFillX(boolean true) /** Same functionality as {@link #setFillX(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:676: warning: invalid usage of tag {@link #setFillY(boolean true) /** Same functionality as {@link #setFillY(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:641: warning: invalid usage of tag {@link #setFlowX(boolean true) /** Same functionality as {@link #setFlowX(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:630: warning: invalid usage of tag {@link #setFlowX(boolean false) /** Same functionality as {@link #setFlowX(boolean false)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:619: warning: invalid usage of tag {@link #setNoCache(boolean true) /** Same functionality as {@link #setNoCache(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:734: warning: invalid usage of tag {@link #setNoGrid(boolean true) /** Same functionality as {@link #setNoGrid(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:745: warning: invalid usage of tag {@link #setVisualPadding(boolean false) /** Same functionality as {@link #setVisualPadding(boolean false)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:722: warning: invalid usage of tag {@link #setTopToBottom(boolean true) /** Same functionality as {@link #setTopToBottom(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:596: warning: invalid usage of tag {@link #setWrapAfter(int 0) * Same functionality as {@link #setWrapAfter(int 0)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:619: warning: invalid usage of tag {@link #setNoCache(boolean true) /** Same functionality as {@link #setNoCache(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:630: warning: invalid usage of tag {@link #setFlowX(boolean false) /** Same functionality as {@link #setFlowX(boolean false)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:641: warning: invalid usage of tag {@link #setFlowX(boolean true) /** Same functionality as {@link #setFlowX(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:652: warning: invalid usage of tag {@link #setFillX(boolean true) /** Same functionality as {@link #setFillX(boolean true)} and {@link #setFillY(boolean true)} conmbined.T his method returns ^ ./net/miginfocom/layout/LC.java:652: warning: invalid usage of tag {@link #setFillY(boolean true) /** Same functionality as {@link #setFillX(boolean true)} and {@link #setFillY(boolean true)} conmbined.T his method returns ^ ./net/miginfocom/layout/LC.java:665: warning: invalid usage of tag {@link #setFillX(boolean true) /** Same functionality as {@link #setFillX(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:676: warning: invalid usage of tag {@link #setFillY(boolean true) /** Same functionality as {@link #setFillY(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:711: warning: invalid usage of tag {@link #setTopToBottom(boolean false) /** Same functionality as {@link #setTopToBottom(boolean false)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:722: warning: invalid usage of tag {@link #setTopToBottom(boolean true) /** Same functionality as {@link #setTopToBottom(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:734: warning: invalid usage of tag {@link #setNoGrid(boolean true) /** Same functionality as {@link #setNoGrid(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:745: warning: invalid usage of tag {@link #setVisualPadding(boolean false) /** Same functionality as {@link #setVisualPadding(boolean false)} only this method returns this for chaining multiple calls. ^ Generating doc/net/miginfocom/layout/LinkHandler.html... Generating doc/net/miginfocom/swing/MigLayout.html... Generating doc/net/miginfocom/layout/PlatformDefaults.html... ./net/miginfocom/layout/PlatformDefaults.java:479: warning: invalid input: '&feel' * and letters in lower case will get the width the current look&feel specifies. ^ ./net/miginfocom/layout/PlatformDefaults.java:496: warning: invalid input: '<' *
  • 'B' - A tag for the "< back>" or "< previous" button. ^ ./net/miginfocom/layout/PlatformDefaults.java:496: warning: invalid input: '<' *
  • 'B' - A tag for the "< back>" or "< previous" button. ^ Generating doc/net/miginfocom/swing/SwingComponentWrapper.html... Generating doc/net/miginfocom/swing/SwingContainerWrapper.html... Generating doc/net/miginfocom/layout/UnitConverter.html... Generating doc/net/miginfocom/layout/UnitValue.html... Generating doc/net/miginfocom/layout/package-summary.html... Generating doc/net/miginfocom/layout/package-tree.html... Generating doc/net/miginfocom/swing/package-summary.html... Generating doc/net/miginfocom/swing/package-tree.html... Generating doc/constant-values.html... Generating doc/serialized-form.html... Generating doc/overview-tree.html... Generating doc/deprecated-list.html... Generating doc/index.html... Building index for all classes... Generating doc/allclasses-index.html... Generating doc/allpackages-index.html... Generating doc/index-all.html... ./net/miginfocom/layout/LC.java:711: warning: invalid usage of tag {@link #setTopToBottom(boolean false) /** Same functionality as {@link #setTopToBottom(boolean false)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1090: warning: invalid usage of tag {@link #setDockSide(int 3) /** Same functionality as {@link #setDockSide(int 3)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1054: warning: invalid usage of tag {@link #setDockSide(int 0) /** Same functionality as {@link #setDockSide(int 0)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1078: warning: invalid usage of tag {@link #setDockSide(int 2) /** Same functionality as {@link #setDockSide(int 2)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1066: warning: invalid usage of tag {@link #setDockSide(int 1) /** Same functionality as {@link #setDockSide(int 1)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:939: warning: invalid usage of tag {@link #setExternal(boolean true) /** Same functionality as {@link #setExternal(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:652: warning: invalid usage of tag {@link #setFillX(boolean true) /** Same functionality as {@link #setFillX(boolean true)} and {@link #setFillY(boolean true)} conmbined.T his method returns ^ ./net/miginfocom/layout/LC.java:652: warning: invalid usage of tag {@link #setFillY(boolean true) /** Same functionality as {@link #setFillX(boolean true)} and {@link #setFillY(boolean true)} conmbined.T his method returns ^ ./net/miginfocom/layout/LC.java:665: warning: invalid usage of tag {@link #setFillX(boolean true) /** Same functionality as {@link #setFillX(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:676: warning: invalid usage of tag {@link #setFillY(boolean true) /** Same functionality as {@link #setFillY(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:641: warning: invalid usage of tag {@link #setFlowX(boolean true) /** Same functionality as {@link #setFlowX(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:630: warning: invalid usage of tag {@link #setFlowX(boolean false) /** Same functionality as {@link #setFlowX(boolean false)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:990: warning: invalid usage of tag {@link #setNewline(boolean true) /** Same functionality as {@link #setNewline(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:619: warning: invalid usage of tag {@link #setNoCache(boolean true) /** Same functionality as {@link #setNoCache(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:734: warning: invalid usage of tag {@link #setNoGrid(boolean true) /** Same functionality as {@link #setNoGrid(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/LC.java:745: warning: invalid usage of tag {@link #setVisualPadding(boolean false) /** Same functionality as {@link #setVisualPadding(boolean false)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:836: warning: invalid usage of tag {@link #setPushY(Float)) /** Same functionality as {@link #setPushY(Float))} which means this cell will push the rest of the column. ^ ./net/miginfocom/layout/CC.java:752: warning: invalid usage of tag {@link #setSpanY(int LayoutUtil.INF) /** Same functionality as {@link #setSpanY(int LayoutUtil.INF)} which means this cell will span the rest of the column. ^ ./net/miginfocom/layout/LC.java:722: warning: invalid usage of tag {@link #setTopToBottom(boolean true) /** Same functionality as {@link #setTopToBottom(boolean true)} only this method returns this for chaining multiple calls. ^ ./net/miginfocom/layout/CC.java:1022: warning: invalid usage of tag {@link #setWrap(boolean true) /** Same functionality as {@link #setWrap(boolean true)} only this method returns this for chaining multiple calls. ^ Generating doc/search.html... Generating doc/overview-summary.html... Generating doc/help-doc.html... 68 warnings + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.5gsyBW + umask 022 + cd /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + mkdir /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd miglayout-4.2 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT/usr/share/java + mkdir -p /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT/usr/share/javadoc + cp -a miglayout-core.jar miglayout-swing.jar /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT/usr/share/java + cp -a doc /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT/usr/share/javadoc/miglayout + /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/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: miglayout-4.2-5.mga10.noarch Provides: miglayout = 4.2-5.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Obsoletes: miglayout-examples < 4.2-5.mga10 Processing files: miglayout-javadoc-4.2-5.mga10.noarch Provides: miglayout-javadoc = 4.2-5.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/noarch/miglayout-4.2-5.mga10.noarch.rpm Wrote: /home/pterjan/rpmbuild/RPMS/noarch/miglayout-javadoc-4.2-5.mga10.noarch.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.m8HdnO + umask 022 + cd /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + test -d /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + rm -rf /home/pterjan/rpmbuild/BUILD/miglayout-4.2-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!