D: [iurt_root_command] chroot Building target platforms: noarch Building for target noarch Installing /home/iurt/rpmbuild/SRPMS/@2373050:osgi-core-8.0.0-10.mga11.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rGQ3nN Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zh5N7F + umask 022 + cd /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + rm -rf osgi-core-8.0.0 + /usr/bin/mkdir -p osgi-core-8.0.0 + cd osgi-core-8.0.0 + /usr/lib/rpm/rpmuncompress -x /home/iurt/rpmbuild/SOURCES/osgi.core-8.0.0.jar + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -r org + find -name '*.class' -delete + mkdir -p src/main/java src/main/resources + mv OSGI-OPT/src/org src/main/java/ + mv META-INF/maven/org.osgi/osgi.core/pom.xml . + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_xpath_inject pom:project $'\n\nbundle\n\n UTF-8\n\n\n \n \n org.apache.felix\n maven-bundle-plugin\n true\n \n \n ${project.artifactId}\n ${project.artifactId}\n \n \n \n \n' + /usr/bin/python3 /usr/share/java-utils/mvn_alias.py : org.osgi:org.osgi.core + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.q5urT9 + umask 022 + cd /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd osgi-core-8.0.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + PATH=/usr/libexec/javapackages-bootstrap:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/iurt/.local/bin:/home/iurt/bin + /usr/bin/python3 /usr/share/java-utils/mvn_build.py --xmvn-javadoc -j -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 Executing: xmvn --batch-mode --offline -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 verify org.fedoraproject.xmvn:xmvn-mojo:install org.fedoraproject.xmvn:xmvn-mojo:builddep ['xmvn', '--batch-mode', '--offline', '-Dmaven.compiler.source=1.8', '-Dmaven.compiler.target=1.8', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper (file:/usr/share/javapackages-bootstrap/lib/guava.jar) WARNING: Please consider reporting this to the maintainers of class com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release [WARNING] Unable to find the root directory. Create a .mvn directory in the root directory or add the root="true" attribute on the root project's model to identify it. [INFO] Scanning for projects... [INFO] [INFO] -------------------------< org.osgi:osgi.core >------------------------- [INFO] Building org.osgi:osgi.core 8.0.0 [INFO] from pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [WARNING] Version not locked for default bindings plugins [maven-resources-plugin, maven-compiler-plugin, maven-surefire-plugin], you should define versions in pluginManagement section of your pom.xml or parent [INFO] [INFO] --- org.apache.maven.plugins:maven-resources-plugin:3.3.1.MBI:resources (default-resources) @ osgi.core --- [INFO] Copying 0 resource from src/main/resources to target/classes [INFO] [INFO] --- org.apache.maven.plugins:maven-compiler-plugin:3.12.1.MBI:compile (default-compile) @ osgi.core --- [INFO] Recompiling the module because of changed source code. [INFO] Compiling 158 source files with javac [debug target 1.8] to target/classes [WARNING] bootstrap class path is not set in conjunction with -source 8 not setting the bootstrap class path may lead to class files that cannot run on JDK 8 --release 8 is recommended instead of -source 8 -target 1.8 because it sets the bootstrap class path automatically [WARNING] source value 8 is obsolete and will be removed in a future release [WARNING] target value 8 is obsolete and will be removed in a future release [WARNING] To suppress warnings about obsolete options, use -Xlint:-options. [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/AdaptPermission.java:[24,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/AdminPermission.java:[24,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/CapabilityPermission.java:[24,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/FilterImpl.java:[25,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/FrameworkUtil.java:[21,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/PackagePermission.java:[24,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/ServicePermission.java:[24,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/service/condpermadmin/BundleLocationCondition.java:[19,21] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/service/condpermadmin/ConditionalPermissionAdmin.java:[19,21] java.security.AccessControlContext in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/AdaptPermission.java:[443,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/AdminPermission.java:[843,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/CapabilityPermission.java:[507,17] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/FilterImpl.java:[850,33] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/FrameworkUtil.java:[228,45] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/FrameworkUtil.java:[245,75] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/PackagePermission.java:[544,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/ServicePermission.java:[562,25] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/service/condpermadmin/BundleLocationCondition.java:[69,41] java.security.AccessController in java.security has been deprecated and marked for removal [WARNING] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/service/condpermadmin/ConditionalPermissionAdmin.java:[155,9] java.security.AccessControlContext in java.security has been deprecated and marked for removal [INFO] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/FilterImpl.java: Some input files use or override a deprecated API. [INFO] /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/main/java/org/osgi/framework/FilterImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- org.apache.maven.plugins:maven-resources-plugin:3.3.1.MBI:testResources (default-testResources) @ osgi.core --- [INFO] skip non existing resourceDirectory /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/src/test/resources [INFO] [INFO] --- org.apache.maven.plugins:maven-compiler-plugin:3.12.1.MBI:testCompile (default-testCompile) @ osgi.core --- [INFO] No sources to compile [INFO] [INFO] --- org.apache.maven.plugins:maven-surefire-plugin:3.2.2.MBI:test (default-test) @ osgi.core --- [INFO] No tests to run. [INFO] [INFO] --- org.apache.felix:maven-bundle-plugin:5.1.9.MBI:bundle (default-bundle) @ osgi.core --- [INFO] Building bundle: /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/target/osgi.core-8.0.0.jar [INFO] Writing manifest: /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/target/classes/META-INF/MANIFEST.MF [INFO] Copying org.osgi:osgi.core:pom:8.0.0 to project local repository [INFO] Copying org.osgi:osgi.core:jar:8.0.0 to project local repository [INFO] Copying org.osgi:osgi.core:pom:consumer:8.0.0 to project local repository [WARNING] artifact 'org.osgi:osgi.core:pom:consumer:8.0.0' already attached, replacing previous instance [INFO] [INFO] -------------------------< org.osgi:osgi.core >------------------------- [INFO] Building org.osgi:osgi.core 8.0.0 [INFO] from pom.xml [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- org.fedoraproject.xmvn:xmvn-mojo:5.1.0.MBI:install (default-cli) @ osgi.core --- [INFO] [INFO] --- org.fedoraproject.xmvn:xmvn-mojo:5.1.0.MBI:builddep (default-cli) @ osgi.core --- [WARNING] Goal 'builddep' is deprecated: No reason given [WARNING] Legacy deprecated builddep MOJO called, it does nothing [INFO] Copying org.osgi:osgi.core:pom:8.0.0 to project local repository [INFO] Copying org.osgi:osgi.core:jar:8.0.0 to project local repository [INFO] Copying org.osgi:osgi.core:pom:consumer:8.0.0 to project local repository [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8.328 s [INFO] Finished at: 2026-09-25T11:59:13Z [INFO] ------------------------------------------------------------------------ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.xGxjXH + umask 022 + cd /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT ++ dirname /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT + mkdir -p /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + mkdir /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd osgi-core-8.0.0 + '[' 1 -eq 1 ']' + PATH=/usr/libexec/javapackages-bootstrap:/usr/lib/jvm/java-25-openjdk/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/iurt/.local/bin:/home/iurt/bin + xmvn-install -R .xmvn-reactor -n osgi-core -d /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT [INFO] Installing artifact org.osgi:osgi.core:pom:8.0.0 [INFO] Installing artifact org.osgi:osgi.core:jar:8.0.0 [INFO] Installation successful + jdir=target/site/apidocs + '[' -d .xmvn/apidocs ']' + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT/usr/share/licenses + '[' -d target/site/apidocs ']' + /usr/lib/rpm/check-buildroot + /usr/lib/jvm/java-25-openjdk-25.0.4.1.1-4.mga11.x86_64/bin/java -cp /usr/lib/javapackages-bootstrap/dola-generator.jar io.kojan.dola.callback.CallbackEntry /tmp/dola-18367622541356358721/socket + '[' -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/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-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j24 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: osgi-core-8.0.0-10.mga11.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ZqZm3Q + umask 022 + cd /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + cd osgi-core-8.0.0 + DOCDIR=/home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT/usr/share/doc/osgi-core + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT/usr/share/doc/osgi-core + cp -pr /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/about.html /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT/usr/share/doc/osgi-core + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7YZya8 + umask 022 + cd /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + cd osgi-core-8.0.0 + LICENSEDIR=/home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT/usr/share/licenses/osgi-core + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT/usr/share/licenses/osgi-core + cp -pr /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/osgi-core-8.0.0/LICENSE /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT/usr/share/licenses/osgi-core + RPM_EC=0 ++ jobs -p + exit 0 Provides: mvn(org.osgi:org.osgi.core) = 8.0.0 mvn(org.osgi:org.osgi.core:pom:) = 8.0.0 mvn(org.osgi:osgi.core) = 8.0.0 mvn(org.osgi:osgi.core:pom:) = 8.0.0 osgi-core = 8.0.0-10.mga11 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: javapackages-filesystem Obsoletes: osgi-core-javadoc < 8.0.0-34 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build/BUILDROOT Wrote: /home/iurt/rpmbuild/RPMS/noarch/osgi-core-8.0.0-10.mga11.noarch.rpm Executing(rmbuild): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5krRYz + umask 022 + cd /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + test -d /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + rm -rf /home/iurt/rpmbuild/BUILD/osgi-core-8.0.0-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!