D: [iurt_root_command] chroot
Installing /home/iurt/rpmbuild/SRPMS/mahout-collection-codegen-plugin-1.0-13.mga8.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1Ot9P8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf mahout-collection-codegen-plugin-1.0
+ /usr/bin/mkdir -p mahout-collection-codegen-plugin-1.0
+ cd mahout-collection-codegen-plugin-1.0
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
++ pwd
+ _TOPLEVEL=/home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0
+ mkdir -p src/main/java
+ pushd src/main/java
~/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/src/main/java ~/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0
+ /usr/lib/jvm/java-1.8.0-openjdk/bin/jar -xf /home/iurt/rpmbuild/SOURCES/mahout_collection_codegen_plugin_1.0_sources.jar
+ cp -p META-INF/LICENSE META-INF/NOTICE /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0
+ rm -rf META-INF
+ popd
~/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0
+ find . -depth -type f -name '*.jar' -print0
+ xargs -0 rm -f
+ install -pm0644 /home/iurt/rpmbuild/SOURCES/mahout_collection_codegen_plugin_1.0.pom pom.xml
+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_add_plugin org.apache.maven.plugins:maven-jar-plugin . '

<configuration>
  <archive>
    <manifest>
      <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
      <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
    </manifest>
  </archive>
</configuration>'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.mPvpM5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd mahout-collection-codegen-plugin-1.0
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ /usr/bin/python3 /usr/share/java-utils/mvn_file.py :mahout-collection-codegen-plugin mahout-collection-codegen-plugin
+ /usr/bin/python3 /usr/share/java-utils/mvn_build.py -- -Dproject.build.sourceEncoding=UTF-8
Executing: xmvn --batch-mode --offline -Dproject.build.sourceEncoding=UTF-8 verify org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep
['xmvn', '--batch-mode', '--offline', '-Dproject.build.sourceEncoding=UTF-8', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep']
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------< org.apache.mahout:mahout-collection-codegen-plugin >---------
[INFO] Building Maven Mojo to generate code for collections 1.0
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ mahout-collection-codegen-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ mahout-collection-codegen-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mahout-collection-codegen-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/src/main/resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mahout-collection-codegen-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/classes
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.1:descriptor (default-descriptor) @ mahout-collection-codegen-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[WARNING] org.apache.mahout.collection_codegen.CodeGenerator#project:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[WARNING] org.apache.mahout.collection_codegen.CodeGenerator#testOutputDirectory:
[WARNING]   The syntax
[WARNING]     @parameter expression="${property}"
[WARNING]   is deprecated, please use
[WARNING]     @parameter property="property"
[WARNING]   instead.
[INFO] java-javadoc mojo extractor found 1 mojo descriptor.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ mahout-collection-codegen-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/src/test/resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ mahout-collection-codegen-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ mahout-collection-codegen-plugin ---
[INFO] 
[INFO] --- maven-jar-plugin:3.1.2:jar (default-jar) @ mahout-collection-codegen-plugin ---
[INFO] Building jar: /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/mahout-collection-codegen-plugin-1.0.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ mahout-collection-codegen-plugin ---
[INFO] 
[INFO] ---------< org.apache.mahout:mahout-collection-codegen-plugin >---------
[INFO] Building Maven Mojo to generate code for collections 1.0
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- xmvn-mojo:3.0.0:install (default-cli) @ mahout-collection-codegen-plugin ---
[INFO] 
[INFO] >>> maven-javadoc-plugin:3.0.1:aggregate (default-cli) > compile @ mahout-collection-codegen-plugin >>>
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @ mahout-collection-codegen-plugin ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ mahout-collection-codegen-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ mahout-collection-codegen-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/src/main/resources
[INFO] Copying 5 resources
[INFO] Copying 5 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ mahout-collection-codegen-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/classes
[INFO] 
[INFO] <<< maven-javadoc-plugin:3.0.1:aggregate (default-cli) < compile @ mahout-collection-codegen-plugin <<<
[INFO] 
[INFO] 
[INFO] --- maven-javadoc-plugin:3.0.1:aggregate (default-cli) @ mahout-collection-codegen-plugin ---
[INFO] 
Loading source files for package org.apache.mahout.collection_codegen...
Constructing Javadoc information...
Standard Doclet version 1.8.0_242
Building tree for all the packages and classes...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/org/apache/mahout/collection_codegen/CodeGenerator.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/org/apache/mahout/collection_codegen/package-frame.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/org/apache/mahout/collection_codegen/package-summary.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/org/apache/mahout/collection_codegen/package-tree.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/constant-values.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/org/apache/mahout/collection_codegen/class-use/CodeGenerator.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/org/apache/mahout/collection_codegen/package-use.html...
Building index for all the packages and classes...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/overview-tree.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/index-all.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/allclasses-frame.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/allclasses-noframe.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/index.html...
Generating /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/target/site/apidocs/help-doc.html...
4 warnings
[WARNING] Javadoc Warnings
[WARNING] /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/src/main/java/org/apache/mahout/collection_codegen/CodeGenerator.java:47: warning - @description is an unknown tag.
[WARNING] /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/src/main/java/org/apache/mahout/collection_codegen/CodeGenerator.java:47: warning - @goal is an unknown tag.
[WARNING] /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/src/main/java/org/apache/mahout/collection_codegen/CodeGenerator.java:47: warning - @phase is an unknown tag.
[WARNING] /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0/src/main/java/org/apache/mahout/collection_codegen/CodeGenerator.java:47: warning - @requiresProject is an unknown tag.
[INFO] 
[INFO] --- xmvn-mojo:3.0.0:builddep (default-cli) @ mahout-collection-codegen-plugin ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.953 s
[INFO] Finished at: 2020-01-29T11:40:07Z
[INFO] ------------------------------------------------------------------------
-----BEGIN MAVEN BUILD DEPENDENCIES-----
H4sIAAAAAAACA72SMU/DMBCF9/6KI7sd2NNUwJSBqarU9YivrpF9thwnav49CaFKYIgqQEyn9/RJ
3xuu2F2chY5iYzxvswd5nwFx7ZVhvc0Oe/G4f66qbFduijsh4Kk1VoGiQKwGzFADmpgiJlLw2sPx
pWMQYqCXTLkBmIt+jEOho29DpUoftcSA9ZmK/NpNBMZkTlinobgCi2pi6JKIx/Fl8K7I5zg686/S
WzZIhx2xDLbVhpuVRR+cmLjP833ez/23ejGY/5RG/0Z1+jujbM4YSa2IT8aScMioyRH/Qt2R9bVJ
/YprRtYkizS+9jsms4ICQQMAAA==
-----END MAVEN BUILD DEPENDENCIES-----
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kqTTO4
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64
+ cd mahout-collection-codegen-plugin-1.0
+ '[' 1 -eq 1 ']'
+ xmvn-install -R .xmvn-reactor -n mahout-collection-codegen-plugin -d /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64
[INFO] Installing artifact org.apache.mahout:mahout-collection-codegen-plugin:jar:1.0
[INFO] Installing artifact org.apache.mahout:mahout-collection-codegen-plugin:pom:1.0
[INFO] Installation successful
+ jdir=target/site/apidocs
+ '[' -d .xmvn/apidocs ']'
+ jdir=.xmvn/apidocs
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/licenses
+ '[' -d .xmvn/apidocs ']'
+ install -dm755 /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/javadoc/mahout-collection-codegen-plugin
+ cp -pr .xmvn/apidocs/allclasses-frame.html .xmvn/apidocs/allclasses-noframe.html .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/org .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-list .xmvn/apidocs/script.js .xmvn/apidocs/stylesheet.css /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/javadoc/mahout-collection-codegen-plugin
+ echo /usr/share/javadoc/mahout-collection-codegen-plugin
+ /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.0-13.mga8 --unique-debug-suffix -1.0-13.mga8.aarch64 --unique-debug-src-base mahout-collection-codegen-plugin-1.0-13.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/mahout-collection-codegen-plugin-1.0

+ '[' -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: mahout-collection-codegen-plugin-1.0-13.mga8.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.w31Jb8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd mahout-collection-codegen-plugin-1.0
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/doc/mahout-collection-codegen-plugin
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/doc/mahout-collection-codegen-plugin
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/doc/mahout-collection-codegen-plugin
+ cp -pr NOTICE /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/doc/mahout-collection-codegen-plugin
+ RPM_EC=0
++ jobs -p
+ exit 0
[INFO maven.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/maven-metadata/mahout-collection-codegen-plugin.xml']
[INFO maven.prov] mvn(org.apache.mahout:mahout-collection-codegen-plugin) = 1.0, mvn(org.apache.mahout:mahout-collection-codegen-plugin:pom:) = 1.0
[INFO osgi.prov] input: ['/home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/java/mahout-collection-codegen-plugin.jar']
[INFO maven.req] input: ['/home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/maven-metadata/mahout-collection-codegen-plugin.xml']
[INFO maven.req] mvn(velocity:velocity), mvn(org.apache.maven.shared:file-management), javapackages-filesystem, java-headless >= 1:1.6
[INFO osgi.req] input: ['/home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/java/mahout-collection-codegen-plugin.jar']
Provides: mahout-collection-codegen-plugin = 1.0-13.mga8 mvn(org.apache.mahout:mahout-collection-codegen-plugin) = 1.0 mvn(org.apache.mahout:mahout-collection-codegen-plugin:pom:) = 1.0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: java-headless >= 1:1.6 javapackages-filesystem mvn(org.apache.maven.shared:file-management) mvn(velocity:velocity)
Processing files: mahout-collection-codegen-plugin-javadoc-1.0-13.mga8.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UlcaR5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd mahout-collection-codegen-plugin-1.0
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/doc/mahout-collection-codegen-plugin-javadoc
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/doc/mahout-collection-codegen-plugin-javadoc
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/doc/mahout-collection-codegen-plugin-javadoc
+ cp -pr NOTICE /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64/usr/share/doc/mahout-collection-codegen-plugin-javadoc
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: mahout-collection-codegen-plugin-javadoc = 1.0-13.mga8
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: javapackages-filesystem
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/mahout-collection-codegen-plugin-1.0-13.mga8.noarch.rpm
Wrote: /home/iurt/rpmbuild/RPMS/noarch/mahout-collection-codegen-plugin-javadoc-1.0-13.mga8.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EMlHE8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd mahout-collection-codegen-plugin-1.0
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/mahout-collection-codegen-plugin-1.0-13.mga8.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FJG5b5
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf mahout-collection-codegen-plugin-1.0
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!