D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/felix-shell-1.4.3-12.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.3mM8fw + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf org.apache.felix.shell-1.4.3 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/org.apache.felix.shell-1.4.3-source-release.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd org.apache.felix.shell-1.4.3 + /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 org.codehaus.mojo:rat-maven-plugin + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_change_dep :org.osgi.core org.osgi:osgi.core + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_change_dep :org.osgi.compendium org.osgi:osgi.cmpn + /usr/bin/python3 /usr/share/java-utils/mvn_file.py :org.apache.felix.shell felix/org.apache.felix.shell + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.zExjYv + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd org.apache.felix.shell-1.4.3 + '[' 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 org.apache.felix:org.apache.felix.shell:bundle:1.4.3 [WARNING] The expression ${pom.artifactId} is deprecated. Please use ${project.artifactId} instead. [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] --------------< org.apache.felix:org.apache.felix.shell >--------------- [INFO] Building Apache Felix Shell Service 1.4.3 [INFO] -------------------------------[ bundle ]------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven-version) @ org.apache.felix.shell --- [INFO] [INFO] --- maven-remote-resources-plugin:1.7.0:process (process-resource-bundles) @ org.apache.felix.shell --- [INFO] Preparing remote bundle org.apache:apache-jar-resource-bundle:1.4 [INFO] Copying 5 resources from 1 bundle. [INFO] Copying appended resource: META-INF/NOTICE [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.apache.felix.shell --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 0 resource [INFO] Copying 0 resource to META-INF [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.apache.felix.shell --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/target/classes [INFO] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/main/java/org/apache/felix/shell/impl/InspectCommandImpl.java: Some input files use or override a deprecated API. [INFO] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/main/java/org/apache/felix/shell/impl/InspectCommandImpl.java: Recompile with -Xlint:deprecation for details. [INFO] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/main/java/org/apache/felix/shell/impl/InstallCommandImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/main/java/org/apache/felix/shell/impl/InstallCommandImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.apache.felix.shell --- [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/org.apache.felix.shell-1.4.3/src/test/resources [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.apache.felix.shell --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/target/test-classes [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[24,23] package junit.framework does not exist [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[26,43] cannot find symbol symbol: class TestCase [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[21,23] package junit.framework does not exist [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[23,37] cannot find symbol symbol: class TestCase [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[34,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String) location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[40,9] cannot find symbol symbol: method assertTrue(boolean) location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[45,9] cannot find symbol symbol: method assertNull(java.lang.String) location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[47,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String) location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[53,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String) location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[57,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String) location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[63,9] cannot find symbol symbol: method assertEquals(java.lang.String,java.lang.String) location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[66,9] cannot find symbol symbol: method assertNull(java.lang.String) location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[28,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[29,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[32,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[33,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[39,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[40,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[43,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[44,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[50,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[51,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[54,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[55,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[61,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[62,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[65,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[66,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[72,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[73,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[76,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[77,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[83,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[84,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[90,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[91,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[94,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[95,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[101,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[102,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[105,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[106,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[112,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[113,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[116,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[117,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[123,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[124,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[127,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[128,9] cannot find symbol symbol: method assertEquals(int,int) location: class org.apache.felix.shell.impl.LogOptionsTest [INFO] 50 errors [INFO] ------------------------------------------------------------- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping Apache Felix Shell Service [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.825 s [INFO] Finished at: 2020-10-08T05:07:12Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project org.apache.felix.shell: Compilation failure: Compilation failure: [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[24,23] package junit.framework does not exist [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[26,43] cannot find symbol [ERROR] symbol: class TestCase [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[21,23] package junit.framework does not exist [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[23,37] cannot find symbol [ERROR] symbol: class TestCase [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[34,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String) [ERROR] location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[40,9] cannot find symbol [ERROR] symbol: method assertTrue(boolean) [ERROR] location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[45,9] cannot find symbol [ERROR] symbol: method assertNull(java.lang.String) [ERROR] location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[47,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String) [ERROR] location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[53,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String) [ERROR] location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[57,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String) [ERROR] location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[63,9] cannot find symbol [ERROR] symbol: method assertEquals(java.lang.String,java.lang.String) [ERROR] location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/SystemPropertiesTest.java:[66,9] cannot find symbol [ERROR] symbol: method assertNull(java.lang.String) [ERROR] location: class org.apache.felix.shell.impl.SystemPropertiesTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[28,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[29,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[32,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[33,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[39,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[40,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[43,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[44,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[50,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[51,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[54,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[55,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[61,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[62,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[65,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[66,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[72,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[73,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[76,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[77,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[83,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[84,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[90,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[91,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[94,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[95,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[101,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[102,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[105,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[106,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[112,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[113,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[116,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[117,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[123,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[124,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[127,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [ERROR] /home/iurt/rpmbuild/BUILD/org.apache.felix.shell-1.4.3/src/test/java/org/apache/felix/shell/impl/LogOptionsTest.java:[128,9] cannot find symbol [ERROR] symbol: method assertEquals(int,int) [ERROR] location: class org.apache.felix.shell.impl.LogOptionsTest [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/iurt/rpmbuild/tmp/rpm-tmp.zExjYv (%build) RPM build errors: Bad exit status from /home/iurt/rpmbuild/tmp/rpm-tmp.zExjYv (%build) I: [iurt_root_command] ERROR: chroot