D: [iurt_root_command] chroot
Building target platforms: noarch
Building for target noarch
Installing /home/pterjan/rpmbuild/SRPMS/java-base64-2.3.8-14.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.FFdhBW
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build
+ test -d /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yRGI7j
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build
+ rm -rf base64-release-2.3.8
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/release-2.3.8.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd base64-release-2.3.8
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ echo 'Patch #0 (java-base64-2.3.8-elasticsearch.patch):'
Patch #0 (java-base64-2.3.8-elasticsearch.patch):
+ /usr/bin/patch --no-backup-if-mismatch -f -p0 --fuzz=0
patching file src/main/java/net/iharder/Base64.java
+ sed -i 's|2.3.9-SNAPSHOT|2.3.8|' pom.xml
+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :maven-release-plugin
+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :maven-scm-plugin
+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :maven-source-plugin
+ /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :maven-javadoc-plugin
+ /usr/bin/python3 /usr/share/java-utils/mvn_file.py :base64 java-base64
+ /usr/bin/python3 /usr/share/java-utils/mvn_file.py :base64 base64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.gqa73J
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build
+ cd base64-release-2.3.8
+ '[' 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...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for net.iharder:base64:jar:2.3.8
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 54, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] -------------------------< net.iharder:base64 >-------------------------
[INFO] Building base64 2.3.8
[INFO] from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- resources:3.3.1:resources (default-resources) @ base64 ---
[INFO] skip non existing resourceDirectory /home/pterjan/rpmbuild/BUILD/java-base64-2.3.8-build/base64-release-2.3.8/src/main/resources
[INFO]
[INFO] --- compiler:3.12.1:compile (default-compile) @ base64 ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 1 source file with javac [debug target 1.6] to target/classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] bootstrap class path not set in conjunction with -source 6
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 6 is no longer supported. Use 8 or later.
[ERROR] Target option 6 is no longer supported. Use 8 or later.
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Skipping base64
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.079 s
[INFO] Finished at: 2024-12-20T20:38:20Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.12.1:compile (default-compile) on project base64: Compilation failure: Compilation failure:
[ERROR] Source option 6 is no longer supported. Use 8 or later.
[ERROR] Target option 6 is no longer supported. Use 8 or later.
[ERROR] -> [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/MojoFailureException
error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.gqa73J (%build)
RPM build errors:
Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.gqa73J (%build)
I: [iurt_root_command] ERROR: chroot