D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ed25519-java-0.3.0-3.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.M0NsmR + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ed25519-java-0.3.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ed25519-java-0.3.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ed25519-java-0.3.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :maven-gpg-plugin + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin :maven-javadoc-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 :nexus-staging-maven-plugin + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:configuration/pom:instructions 'sun.security.x509;resolution:=optional,*' + /usr/bin/python3 /usr/share/java-utils/mvn_file.py net.i2p.crypto:eddsa ed25519-java eddsa + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.IrcbqV + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ed25519-java-0.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.i2p.crypto:eddsa >------------------------ [INFO] Building EdDSA-Java 0.3.0 [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @ eddsa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ eddsa --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/target/classes [WARNING] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/src/net/i2p/crypto/eddsa/EdDSAEngine.java:[32,25] sun.security.x509.X509Key is internal proprietary API and may be removed in a future release [WARNING] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/src/net/i2p/crypto/eddsa/EdDSAEngine.java:[160,41] sun.security.x509.X509Key is internal proprietary API and may be removed in a future release [INFO] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java: /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java uses or overrides a deprecated API. [INFO] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @ eddsa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ eddsa --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/target/test-classes [WARNING] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/test/net/i2p/crypto/eddsa/EdDSAEngineTest.java:[34,25] sun.security.util.DerValue is internal proprietary API and may be removed in a future release [WARNING] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/test/net/i2p/crypto/eddsa/EdDSAEngineTest.java:[35,25] sun.security.x509.X509Key is internal proprietary API and may be removed in a future release [WARNING] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/test/net/i2p/crypto/eddsa/EdDSAEngineTest.java:[227,51] sun.security.util.DerValue is internal proprietary API and may be removed in a future release [WARNING] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/test/net/i2p/crypto/eddsa/EdDSAEngineTest.java:[227,33] sun.security.x509.X509Key is internal proprietary API and may be removed in a future release [INFO] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/test/net/i2p/crypto/eddsa/EdDSAEngineTest.java: Some input files use or override a deprecated API. [INFO] /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/test/net/i2p/crypto/eddsa/EdDSAEngineTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ eddsa --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running net.i2p.crypto.eddsa.EdDSASecurityProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in net.i2p.crypto.eddsa.EdDSASecurityProviderTest [INFO] Running net.i2p.crypto.eddsa.EdDSAEngineTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.628 s - in net.i2p.crypto.eddsa.EdDSAEngineTest [INFO] Running net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpecTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in net.i2p.crypto.eddsa.spec.EdDSAPrivateKeySpecTest [INFO] Running net.i2p.crypto.eddsa.spec.EdDSANamedCurveTableTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in net.i2p.crypto.eddsa.spec.EdDSANamedCurveTableTest [INFO] Running net.i2p.crypto.eddsa.math.ConstantsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in net.i2p.crypto.eddsa.math.ConstantsTest [INFO] Running net.i2p.crypto.eddsa.math.GroupElementTest [INFO] Tests run: 53, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.354 s - in net.i2p.crypto.eddsa.math.GroupElementTest [INFO] Running net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElementTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in net.i2p.crypto.eddsa.math.bigint.BigIntegerFieldElementTest [INFO] Running net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOpsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in net.i2p.crypto.eddsa.math.bigint.BigIntegerScalarOpsTest [INFO] Running net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncodingTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.746 s - in net.i2p.crypto.eddsa.math.ed25519.Ed25519LittleEndianEncodingTest [INFO] Running net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOpsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in net.i2p.crypto.eddsa.math.ed25519.Ed25519ScalarOpsTest [INFO] Running net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElementTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.802 s - in net.i2p.crypto.eddsa.math.ed25519.Ed25519FieldElementTest [INFO] Running net.i2p.crypto.eddsa.EdDSAPrivateKeyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in net.i2p.crypto.eddsa.EdDSAPrivateKeyTest [INFO] Running net.i2p.crypto.eddsa.EdDSAPublicKeyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in net.i2p.crypto.eddsa.EdDSAPublicKeyTest [INFO] Running net.i2p.crypto.eddsa.UtilsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in net.i2p.crypto.eddsa.UtilsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 133, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-bundle-plugin:3.5.1:bundle (default-bundle) @ eddsa --- [WARNING] Bundle net.i2p.crypto:eddsa:bundle:0.3.0 : Export net.i2p.crypto.eddsa, has 1, private references [net.i2p.crypto.eddsa.math], [WARNING] Bundle net.i2p.crypto:eddsa:bundle:0.3.0 : Export net.i2p.crypto.eddsa.spec, has 1, private references [net.i2p.crypto.eddsa.math], [INFO] [INFO] ------------------------< net.i2p.crypto:eddsa >------------------------ [INFO] Building EdDSA-Java 0.3.0 [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- xmvn-mojo:3.1.0:install (default-cli) @ eddsa --- [INFO] [INFO] --- xmvn-mojo:3.1.0:javadoc (default-cli) @ eddsa --- /home/iurt/rpmbuild/BUILD/ed25519-java-0.3.0/src/net/i2p/crypto/eddsa/EdDSAEngine.java:32: error: package sun.security.x509 is not visible import sun.security.x509.X509Key; ^ (package sun.security.x509 is declared in module java.base, which does not export it to the unnamed module) [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16.214 s [INFO] Finished at: 2020-08-27T01:01:49Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.fedoraproject.xmvn:xmvn-mojo:3.1.0:javadoc (default-cli) on project eddsa: 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.IrcbqV (%build) RPM build errors: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.IrcbqV (%build) I: [iurt_root_command] ERROR: chroot