D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/simple-xml1-1.3-10.mga8.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.QSpFnR
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf simple-xml-1.3
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/simple-xml-1.3.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd simple-xml-1.3
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ find -name '*.jar' -exec rm -f '{}' ';'
+ find -name '*.class' -exec rm -f '{}' ';'
+ rm -rf javadoc/allclasses-frame.html javadoc/allclasses-noframe.html javadoc/constant-values.html javadoc/deprecated-list.html javadoc/help-doc.html javadoc/index-all.html javadoc/index.html javadoc/overview-frame.html javadoc/overview-summary.html javadoc/overview-tree.html javadoc/package-list javadoc/resources javadoc/serialized-form.html javadoc/simple javadoc/stylesheet.css
+ echo 'Patch #0 (simple-xml-1.3-build.patch):'
Patch #0 (simple-xml-1.3-build.patch):
+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0
patching file build.xml
patching file test/build.xml
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.v9yxEQ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd simple-xml-1.3
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
+ ant build javadoc test
Buildfile: /home/iurt/rpmbuild/BUILD/simple-xml-1.3/build.xml

layout:

clean:
   [delete] Deleting directory /home/iurt/rpmbuild/BUILD/simple-xml-1.3/jar

prepare:
    [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/simple-xml-1.3/build
    [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/simple-xml-1.3/jar

build:
    [javac] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/build.xml:25: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 115 source files to /home/iurt/rpmbuild/BUILD/simple-xml-1.3/build
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
      [jar] Building jar: /home/iurt/rpmbuild/BUILD/simple-xml-1.3/jar/simple-xml-1.3.jar
   [delete] Deleting directory /home/iurt/rpmbuild/BUILD/simple-xml-1.3/build

layout:

javadoc:
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package simple.xml...
  [javadoc] Loading source files for package simple.xml.filter...
  [javadoc] Loading source files for package simple.xml.graph...
  [javadoc] Loading source files for package simple.xml.load...
  [javadoc] Loading source files for package simple.xml.stream...
  [javadoc] Loading source files for package simple.xml.util...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.8.0_242
  [javadoc] Building tree for all the packages and classes...
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/Serializer.java:61: warning: no @param for <T>
  [javadoc]    public <T> T read(Class<? extends T> type, String source) throws Exception;
  [javadoc]                 ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/Serializer.java:77: warning: no @param for <T>
  [javadoc]    public <T> T read(Class<? extends T> type, File source) throws Exception;
  [javadoc]                 ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/Serializer.java:93: warning: no @param for <T>
  [javadoc]    public <T> T read(Class<? extends T> type, InputStream source) throws Exception;
  [javadoc]                 ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/Serializer.java:110: warning: no @param for <T>
  [javadoc]    public <T> T read(Class<? extends T> type, InputStream source, String charset) throws Exception;
  [javadoc]                 ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/Serializer.java:126: warning: no @param for <T>
  [javadoc]    public <T> T read(Class<? extends T> type, Reader source) throws Exception;
  [javadoc]                 ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/load/Persister.java:347: warning: no @param for <T>
  [javadoc]    public <T> T read(Class<? extends T> type, InputNode source) throws Exception {
  [javadoc]                 ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/load/Type.java:59: warning: no @throws for java.lang.Exception
  [javadoc]    public Object getInstance() throws Exception;
  [javadoc]                  ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/load/Type.java:70: warning: no @throws for java.lang.Exception
  [javadoc]    public Object getInstance(Class convert) throws Exception;
  [javadoc]                  ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/stream/NodeBuilder.java:60: warning: no @return
  [javadoc]    public static InputNode read(Reader source) throws Exception {
  [javadoc]                            ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/stream/NodeBuilder.java:87: warning: no @return
  [javadoc]    public static OutputNode write(Writer result) throws Exception {
  [javadoc]                             ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/stream/NodeBuilder.java:102: warning: no @return
  [javadoc]    public static OutputNode write(Writer result, Format format) throws Exception {
  [javadoc]                             ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/stream/OutputNode.java:95: error: exception not thrown: java.lang.Exception
  [javadoc]     * @throws Exception thrown if the text value cannot be added
  [javadoc]               ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/stream/OutputNode.java:128: warning: no @return
  [javadoc]    public OutputNode getChild(String name) throws Exception;        
  [javadoc]                      ^
  [javadoc] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/src/simple/xml/stream/OutputNode.java:128: warning: no @throws for java.lang.Exception
  [javadoc]    public OutputNode getChild(String name) throws Exception;        
  [javadoc]                      ^
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /home/iurt/rpmbuild/BUILD/simple-xml-1.3/javadoc/help-doc.html...
  [javadoc] 1 error
  [javadoc] 13 warnings

layout:

test:

layout:

clean:

prepare:
    [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build
    [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build/core
    [mkdir] Created dir: /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build/test

test:
    [javac] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build.xml:24: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 115 source files to /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build/core
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copied 7 empty directories to 7 empty directories under /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build
    [javac] /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build.xml:38: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 37 source files to /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build/test
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [junit] Running simple.xml.graph.ArrayCycleTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 sec
    [junit] Running simple.xml.graph.CycleTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.703 sec
    [junit] Running simple.xml.graph.ListCycleTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 sec
    [junit] Running simple.xml.load.ArrayTest
    [junit] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 sec
    [junit] Running simple.xml.load.CallbackTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
    [junit] Running simple.xml.load.CollectionTest
    [junit] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec
    [junit] Running simple.xml.load.ContextualCallbackTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
    [junit] Running simple.xml.load.DataTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec
    [junit] Running simple.xml.load.DefaultTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 sec
    [junit] Running simple.xml.load.EmptyTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
    [junit] Running simple.xml.load.ExceptionTest
    [junit] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec
    [junit] Running simple.xml.load.ExtendTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
    [junit] Running simple.xml.load.FieldScannerTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
    [junit] Running simple.xml.load.FilterTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 sec
    [junit] Running simple.xml.load.IndentTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec
    [junit] Running simple.xml.load.InlineTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec
    [junit] Running simple.xml.load.MethodContactTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
    [junit] Running simple.xml.load.MethodScannerTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec
    [junit] Running simple.xml.load.MethodTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 sec
    [junit] Running simple.xml.load.OverrideTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec
    [junit] Running simple.xml.load.PerformanceTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.526 sec
    [junit] Running simple.xml.load.PrologTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
    [junit] Running simple.xml.load.RequiredTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 sec
    [junit] Running simple.xml.load.RootTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 sec
    [junit] Running simple.xml.load.ScannerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec
    [junit] Running simple.xml.load.StrategyTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec
    [junit] Running simple.xml.load.StrictTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.146 sec
    [junit] Running simple.xml.load.TemplateTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 sec
    [junit] Running simple.xml.load.TextTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 sec
    [junit] Running simple.xml.load.TypeTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 sec
    [junit] Running simple.xml.load.UnicodeTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 sec
    [junit] Running simple.xml.load.VersionTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
    [junit] Running simple.xml.stream.NodeReaderTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
    [junit] Running simple.xml.stream.NodeWriterTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
    [junit] Running simple.xml.util.DictionaryTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec
    [junit] Running simple.xml.util.ResolverTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
   [delete] Deleting directory /home/iurt/rpmbuild/BUILD/simple-xml-1.3/test/build

BUILD SUCCESSFUL
Total time: 35 seconds
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.vBnDoQ
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64
+ cd simple-xml-1.3
+ '[' 1 -eq 1 ']'
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64/usr/share/java
+ install -pm 0644 jar/simple-xml-1.3.jar /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64/usr/share/java/simple-xml1.jar
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64/usr/share/javadoc/simple-xml1
+ cp -pr javadoc/allclasses-frame.html javadoc/allclasses-noframe.html javadoc/constant-values.html javadoc/deprecated-list.html javadoc/help-doc.html javadoc/index-all.html javadoc/index.html javadoc/overview-frame.html javadoc/overview-summary.html javadoc/overview-tree.html javadoc/package-list javadoc/script.js javadoc/serialized-form.html javadoc/simple javadoc/stylesheet.css /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64/usr/share/javadoc/simple-xml1/
+ /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.3-10.mga8 --unique-debug-suffix -1.3-10.mga8.aarch64 --unique-debug-src-base simple-xml1-1.3-10.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/simple-xml-1.3

+ '[' -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/translate_menu
+ '[' -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-python-bytecompile /usr/bin/python 1 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: simple-xml1-1.3-10.mga8.noarch
Provides: simple-xml1 = 1.3-10.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: simple-xml1-javadoc-1.3-10.mga8.noarch
Provides: simple-xml1-javadoc = 1.3-10.mga8
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/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/simple-xml1-1.3-10.mga8.noarch.rpm
Wrote: /home/iurt/rpmbuild/RPMS/noarch/simple-xml1-javadoc-1.3-10.mga8.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AhkYUR
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd simple-xml-1.3
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/simple-xml1-1.3-10.mga8.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3RxvlO
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf simple-xml-1.3
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!