D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/jsonic-1.3.0-10.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.q0erZt + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf jsonic-1.3.0 + /usr/bin/unzip -qq /home/iurt/rpmbuild/SOURCES/jsonic-1.3.0.zip + STATUS=0 + '[' 0 -ne 0 ']' + cd jsonic-1.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find -name '*.class' -print -delete ./sample/WEB-INF/classes/sample/basic/web/rest/service/MemoService.class ./sample/WEB-INF/classes/sample/basic/web/rest/service/Memo.class ./sample/WEB-INF/classes/sample/basic/web/rest/service/MemoException.class ./sample/WEB-INF/classes/sample/basic/web/rpc/service/EditService.class ./sample/WEB-INF/classes/sample/basic/web/rpc/service/CalcService.class ./sample/WEB-INF/classes/sample/basic/web/rpc/service/CalcService$Parameters.class ./sample/WEB-INF/classes/sample/basic/service/RpcInfoService.class + find -name '*.jar' -print -delete ./sample/WEB-INF/lib/jsonic-1.3.0.jar ./jsonic-1.3.0.jar ./jsonic-1.3.0-sources.jar + rm -r docs/images docs/index.html docs/java docs/webservice.html + echo 'Patch #0 (jsonic-1.3.0-pom.patch):' Patch #0 (jsonic-1.3.0-pom.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file pom.xml + echo 'Patch #1 (jsonic-1.3.0-servlet.patch):' Patch #1 (jsonic-1.3.0-servlet.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file pom.xml patching file src/java/net/arnx/jsonic/web/GatewayFilter.java + sed -i 's/\r//' LICENSE.txt + /usr/bin/python3 /usr/share/java-utils/mvn_file.py : jsonic + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aIMk4u + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd jsonic-1.3.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/python3 /usr/share/java-utils/mvn_build.py --xmvn-javadoc Executing: xmvn --batch-mode --offline verify org.fedoraproject.xmvn:xmvn-mojo:install org.fedoraproject.xmvn:xmvn-mojo:javadoc org.fedoraproject.xmvn:xmvn-mojo:builddep ['xmvn', '--batch-mode', '--offline', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.fedoraproject.xmvn:xmvn-mojo:javadoc', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] [INFO] Scanning for projects... [INFO] [INFO] --------------------------< net.arnx:jsonic >--------------------------- [INFO] Building jsonic 1.3.0 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ jsonic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ jsonic --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/iurt/rpmbuild/BUILD/jsonic-1.3.0/target/classes [INFO] /home/iurt/rpmbuild/BUILD/jsonic-1.3.0/src/java/net/arnx/jsonic/web/Container.java: Some input files use or override a deprecated API. [INFO] /home/iurt/rpmbuild/BUILD/jsonic-1.3.0/src/java/net/arnx/jsonic/web/Container.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ jsonic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/jsonic-1.3.0/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ jsonic --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ jsonic --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.2.0:jar (default-jar) @ jsonic --- [INFO] Building jar: /home/iurt/rpmbuild/BUILD/jsonic-1.3.0/target/jsonic-1.3.0.jar [INFO] [INFO] --------------------------< net.arnx:jsonic >--------------------------- [INFO] Building jsonic 1.3.0 [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- xmvn-mojo:3.1.0:install (default-cli) @ jsonic --- [INFO] [INFO] --- xmvn-mojo:3.1.0:javadoc (default-cli) @ jsonic --- /home/iurt/rpmbuild/BUILD/jsonic-1.3.0/src/java/net/arnx/jsonic/web/extension/S2Container.java:23: error: package org.seasar.framework.container.factory does not exist import org.seasar.framework.container.factory.SingletonS2ContainerFactory; ^ /home/iurt/rpmbuild/BUILD/jsonic-1.3.0/src/java/net/arnx/jsonic/web/extension/S2Container.java:24: error: package org.seasar.framework.log does not exist import org.seasar.framework.log.Logger; ^ /home/iurt/rpmbuild/BUILD/jsonic-1.3.0/src/java/net/arnx/jsonic/web/extension/S2Container.java:27: error: cannot find symbol Logger log; ^ symbol: class Logger location: class S2Container [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15.667 s [INFO] Finished at: 2020-10-09T12:21:16Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.fedoraproject.xmvn:xmvn-mojo:3.1.0:javadoc (default-cli) on project jsonic: Javadoc failed with exit code 1 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException error: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.aIMk4u (%build) RPM build errors: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.aIMk4u (%build) I: [iurt_root_command] ERROR: chroot