Skip to content
Failed

Console Output

Skipping 4,075 KB.. Full Log
Running org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsNamedParameters -- Time elapsed: 0.003 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testDataSourceMetaData -- Time elapsed: 0.003 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceMajorVersion -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsMultipleOpenResults -- Time elapsed: 0.016 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetSortMode -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsMultipleResultSets -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsInParameters -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceMinorVersion -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceObjects -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetConnection -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceProductVersion -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetDataSourceProductName -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsNamedResultSets -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testSupportsOutParameters -- Time elapsed: 0.002 s
org.eclipse.birt.report.data.oda.jdbc.DataSourceMetaDataTest.testGetSQLStateType -- Time elapsed: 0.003 s
Running org.eclipse.birt.report.data.oda.jdbc.JDBCExceptionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.birt.report.data.oda.jdbc.JDBCExceptionTest
org.eclipse.birt.report.data.oda.jdbc.JDBCExceptionTest.testJDBCException -- Time elapsed: 0.001 s
Running org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest
Jun 07, 2024 11:06:47 AM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: -100 is not a valid log level.
Jun 07, 2024 11:06:47 AM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: -100 is not a valid log level.
Jun 07, 2024 11:06:47 AM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: -100 is not a valid log level.
Jun 07, 2024 11:06:48 AM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogHandler
WARNING: Cannot create FileHandler.
java.nio.file.NoSuchFileException: invalid directory?/invalid prefix?-20240607-110648.log.lck
	at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:92)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
	at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
	at java.base/sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:181)
	at java.base/java.nio.channels.FileChannel.open(FileChannel.java:298)
	at java.base/java.nio.channels.FileChannel.open(FileChannel.java:357)
	at java.logging/java.util.logging.FileHandler.openFiles(FileHandler.java:512)
	at java.logging/java.util.logging.FileHandler.<init>(FileHandler.java:342)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfig.setLogHandler(LogConfig.java:167)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfig.setLogConfiguration(LogConfig.java:97)
	at org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver.setLogConfiguration(OdaJdbcDriver.java:105)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testInvalidLogConfig(LogConfigurationTest.java:193)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)

Jun 07, 2024 11:06:48 AM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: Cannot create log handler for package.
Jun 07, 2024 11:06:48 AM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: Cannot setup Formatter object.
java.lang.ClassNotFoundException: invalid formatter class! cannot be found by org.eclipse.birt.report.data.oda.jdbc_4.16.0.v202406071019
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfig.setLogConfiguration(LogConfig.java:120)
	at org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver.setLogConfiguration(OdaJdbcDriver.java:105)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testInvalidLogConfig(LogConfigurationTest.java:200)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)

Jun 07, 2024 11:06:48 AM org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver setLogConfiguration
WARNING: Cannot setup Formatter object.
java.lang.ClassNotFoundException: invalid formatter class! cannot be found by org.eclipse.birt.report.data.oda.jdbc_4.16.0.v202406071019
	at org.eclipse.osgi.internal.loader.BundleLoader.generateException(BundleLoader.java:562)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass0(BundleLoader.java:557)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:434)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:174)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfig.setLogConfiguration(LogConfig.java:120)
	at org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriver.setLogConfiguration(OdaJdbcDriver.java:105)
	at org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testInvalidLogConfig(LogConfigurationTest.java:200)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:29)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:208)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:143)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:109)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:439)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:271)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:668)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:605)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1481)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1454)

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s -- in org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest
org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testValidLogConfig -- Time elapsed: 0.010 s
org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testInvalidLogConfig -- Time elapsed: 0.264 s
org.eclipse.birt.report.data.oda.jdbc.LogConfigurationTest.testFileLogging -- Time elapsed: 0.001 s
Running org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest
org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest.testSetAppContext -- Time elapsed: 0.003 s
org.eclipse.birt.report.data.oda.jdbc.OdaJdbcDriverTest.testGetConnection -- Time elapsed: 0 s
Running org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest
execute is called
execute is called
execute is called
execute is called
execute is called
execute is called
execute is called
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.517 s -- in org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest
org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetScale -- Time elapsed: 0.078 s
org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetParameterTypeName -- Time elapsed: 0.072 s
org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetParameterCount -- Time elapsed: 0.075 s
org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetPrecision -- Time elapsed: 0.063 s
org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testIsNullable -- Time elapsed: 0.073 s
org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetParameterMode -- Time elapsed: 0.085 s
org.eclipse.birt.report.data.oda.jdbc.ParameterMetaDataTest.testGetParameterType -- Time elapsed: 0.067 s
Running org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest
i = 1
rsmd_ResultSet getColumnName  = COL0
i = 2
rsmd_ResultSet getColumnName  = COL1
i = 3
rsmd_ResultSet getColumnName  = COL2
i = 4
rsmd_ResultSet getColumnName  = COL3
i = 5
rsmd_ResultSet getColumnName  = COL4
i = 6
rsmd_ResultSet getColumnName  = COL5
i = 7
rsmd_ResultSet getColumnName  = COL6
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.405 s -- in org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnType_ResultSet -- Time elapsed: 0.063 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetScale_Statment -- Time elapsed: 0.070 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetPrecision_Statment -- Time elapsed: 0.072 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnTypeName_Statment -- Time elapsed: 0.060 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnName_ResultSet -- Time elapsed: 0.064 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnCount_Statment -- Time elapsed: 0.072 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testIsNullable_Statment -- Time elapsed: 0.178 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetPrecision_ResultSet -- Time elapsed: 0.058 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnCount_ResultSet -- Time elapsed: 0.060 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnDisplayLength_ResultSet -- Time elapsed: 0.056 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnTypeName_ResultSet -- Time elapsed: 0.067 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnName_Statment -- Time elapsed: 0.058 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetScale_ResultSet -- Time elapsed: 0.060 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnLabel_ResultSet -- Time elapsed: 0.079 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnType_Statment -- Time elapsed: 0.100 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnLabel_Statment -- Time elapsed: 0.129 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testIsNullable_ResultSet -- Time elapsed: 0.090 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetMetaDataTest.testGetColumnDisplayLength_Statment -- Time elapsed: 0.062 s
Running org.eclipse.birt.report.data.oda.jdbc.ResultSetTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s -- in org.eclipse.birt.report.data.oda.jdbc.ResultSetTest
org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testClose -- Time elapsed: 0.079 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testSetMaxRows -- Time elapsed: 0.061 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testFindColumn -- Time elapsed: 0.061 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testResultValuesByColName -- Time elapsed: 0.062 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testGetMetaData -- Time elapsed: 0.056 s
org.eclipse.birt.report.data.oda.jdbc.ResultSetTest.testResultValuesByIndex -- Time elapsed: 0.057 s
Running org.eclipse.birt.report.data.oda.jdbc.StatementTest
execute is called
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.841 s -- in org.eclipse.birt.report.data.oda.jdbc.StatementTest
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testGetParameterMetaData -- Time elapsed: 0.077 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testClose -- Time elapsed: 0.052 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetIntintint -- Time elapsed: 0.060 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testClearInParameters -- Time elapsed: 0.054 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testPrepare -- Time elapsed: 0.064 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testExecuteQuery -- Time elapsed: 0.051 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetTimestampintTimestamp -- Time elapsed: 0.062 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetGetMaxRows -- Time elapsed: 0.074 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetDoubleintdouble -- Time elapsed: 0.070 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetStringintString -- Time elapsed: 0.052 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetBigDecimalintBigDecimal -- Time elapsed: 0.061 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testGetMetaData -- Time elapsed: 0.052 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetTimeintTime -- Time elapsed: 0.054 s
org.eclipse.birt.report.data.oda.jdbc.StatementTest.testSetDateintDate -- Time elapsed: 0.056 s

Results:

Tests run: 77, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/build_master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco-it.exec
[INFO] Analyzed bundle 'org.eclipse.birt.report.data.oda.jdbc.tests' with 16 classes
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.data.oda.jdbc.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build_master/data/org.eclipse.birt.report.data.oda.jdbc.tests/target/jacoco.exec
[INFO] 
[INFO] --< org.eclipse.birt:org.eclipse.birt.report.engine.emitter.pdf.tests >--
[INFO] Building org.eclipse.birt.report.engine.emitter.pdf.tests 4.16.0-SNAPSHOT [227/279]
[INFO]   from engine/org.eclipse.birt.report.engine.emitter.pdf.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.7:build-qualifier (default-build-qualifier) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] The project's OSGi version is 4.16.0.v202406071019
[INFO] 
[INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-compiler:4.0.7:validate-classpath (default-validate-classpath) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Resolving class path of org.eclipse.birt.report.engine.emitter.pdf.tests
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:4.0.7:compile (default-compile) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/classes using Eclipse Compiler for Java(TM) 3.37.0.v20240215-1558
[INFO] 
[INFO] --- tycho-ds:4.0.7:declarative-services (default-declarative-services) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.16.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- resources:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.7:package-plugin (default-package-plugin) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/emitterpdf.jar
[INFO] Building jar: /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.16.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.16.0-SNAPSHOT.jar_unpacked_14358062673005558408/emitterpdf.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.16.0-SNAPSHOT.jar_unpacked_14358062673005558408/emitterpdf.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.16.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/org.eclipse.birt.report.engine.emitter.pdf.tests-4.16.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-p2:4.0.7:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/build_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco-it.exec
[INFO] 
[INFO] --- tycho-surefire:4.0.7:test (default-test) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.report.engine.emitter.pdf.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build_master/engine/org.eclipse.birt.report.engine.emitter.pdf.tests/target/jacoco.exec
[INFO] 
[INFO] ----------< org.eclipse.birt.features:org.eclipse.birt.tests >----------
[INFO] Building org.eclipse.birt.tests 4.16.0-SNAPSHOT                [228/279]
[INFO]   from features/org.eclipse.birt.tests.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt.features:org.eclipse.birt.tests:4.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.birt.tests ---
[INFO] Deleting /home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/target
[INFO] 
[INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.birt.tests ---
[INFO] The project's OSGi version is 4.16.0.v202406071019
[INFO] 
[INFO] --- tycho-packaging:4.0.7:validate-id (default-validate-id) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-packaging:4.0.7:validate-version (default-validate-version) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ org.eclipse.birt.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ org.eclipse.birt.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/src/main/resources
[INFO] 
[INFO] --- tycho-packaging:4.0.7:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- resources:3.3.0:copy-resources (process-about.mappings) @ org.eclipse.birt.tests ---
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-packaging:4.0.7:package-feature (default-package-feature) @ org.eclipse.birt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.16.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:4.0.7:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-p2:4.0.7:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ org.eclipse.birt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.16.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ org.eclipse.birt.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.16.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/target/org.eclipse.birt.tests-4.16.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:4.0.7:p2-metadata (attached-p2-metadata) @ org.eclipse.birt.tests ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ org.eclipse.birt.tests ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ org.eclipse.birt.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ org.eclipse.birt.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ org.eclipse.birt.tests ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build_master/features/org.eclipse.birt.tests.feature/target/jacoco.exec
[INFO] 
[INFO] ---------------------< org.eclipse.birt:birt-epp >----------------------
[INFO] Building birt-epp 4.16.0-SNAPSHOT                              [229/279]
[INFO]   from build/birt-packages/birt-epp/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-epp:4.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-epp/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-epp ---
[INFO] 
[INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-epp ---
[INFO] The project's OSGi version is 4.16.0.v202406071019
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-epp ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ birt-epp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-epp ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build_master/build/birt-packages/birt-epp/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ birt-epp ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-epp/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-osgi-ee (default-publish-osgi-ee) @ birt-epp ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] Published profile IUs: [a.jre.javase 23.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-products (default-publish-products) @ birt-epp ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-categories (default-publish-categories) @ birt-epp ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:attach-artifacts (default-attach-artifacts) @ birt-epp ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:assemble-repository (default-assemble-repository) @ birt-epp ---
[INFO] 
[INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ birt-epp ---
[INFO] 
[INFO] --- resources:3.3.0:copy-resources (process-about.mappings) @ birt-epp ---
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:archive-repository (default-archive-repository) @ birt-epp ---
[INFO] Building zip: /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-epp/target/birt-epp-4.16.0-202406071019.zip
[INFO] 
[INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ birt-epp ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ birt-epp ---
[INFO] 
[INFO] --- tycho-p2:4.0.7:p2-metadata (attached-p2-metadata) @ birt-epp ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent-integration (jacoco-prepare-agent-integration) @ birt-epp ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build_master/build/birt-packages/birt-epp/target/jacoco-it.exec
[INFO] 
[INFO] --- jacoco:0.8.9:report (jacoco-report) @ birt-epp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:report-integration (jacoco-integration) @ birt-epp ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- jacoco:0.8.9:check (jacoco-check) @ birt-epp ---
[INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/build_master/build/birt-packages/birt-epp/target/jacoco.exec
[INFO] 
[INFO] --------------< org.eclipse.birt:birt-report-all-in-one >---------------
[INFO] Building birt-report-all-in-one 4.16.0-SNAPSHOT                [230/279]
[INFO]   from build/birt-packages/birt-report-all-in-one/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] Resolving dependencies of MavenProject: org.eclipse.birt:birt-report-all-in-one:4.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/pom.xml
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- tycho-packaging:4.0.7:build-qualifier-aggregator (default-build-qualifier-aggregator) @ birt-report-all-in-one ---
[INFO] The project's OSGi version is 4.16.0.v202406071019
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- target-platform-configuration:4.0.7:target-platform (default-target-platform) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- jacoco:0.8.9:prepare-agent (jacoco-prepare-agent) @ birt-report-all-in-one ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/build_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.9/org.jacoco.agent-0.8.9-runtime.jar=destfile=/home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ birt-report-all-in-one ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-osgi-ee (default-publish-osgi-ee) @ birt-report-all-in-one ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] Published profile IUs: [a.jre.javase 23.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-products (default-publish-products) @ birt-report-all-in-one ---
[INFO] publishing result:
   The bundles specified in the product definition are ignored; verify the value of the 'type' or 'useFeatures' attribute.
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:publish-categories (default-publish-categories) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- tycho-p2-publisher:4.0.7:attach-artifacts (default-attach-artifacts) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:assemble-repository (default-assemble-repository) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- tycho-source:4.0.7:plugin-source (plugin-source) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- resources:3.3.0:copy-resources (process-about.mappings) @ birt-report-all-in-one ---
[INFO] Copying 0 resource
[INFO] 
[INFO] --- tycho-p2-repository:4.0.7:archive-repository (default-archive-repository) @ birt-report-all-in-one ---
[INFO] Building zip: /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/birt-report-all-in-one-4.16.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director:4.0.7:materialize-products (create-product-distributions) @ birt-report-all-in-one ---
[INFO] Installing product org.eclipse.birt.report.designer.all for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse using {org.eclipse.update.install.features=true}
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.report.designer.all 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.chart.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.doc.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.example.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.birt.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.draw2d.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.32.0.v20240528-0813.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20240314-0928.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.emf.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.200.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2400.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.gef.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.help.feature.group 2.3.1800.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.rcp.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202405122323.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.34.0.v202405020134.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.34.0.v202405130132.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - win32/win32/x86_64] Operation completed in 19199 ms.
[INFO] Installing product org.eclipse.birt.report.designer.all for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/linux/gtk/x86_64/eclipse using {org.eclipse.update.install.features=true}
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.report.designer.all 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.chart.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.doc.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.example.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.birt.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.draw2d.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.32.0.v20240528-0813.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20240314-0928.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.emf.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.200.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2400.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.gef.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.help.feature.group 2.3.1800.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.rcp.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202405122323.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.34.0.v202405020134.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.34.0.v202405130132.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/x86_64] Operation completed in 17119 ms.
[INFO] Installing product org.eclipse.birt.report.designer.all for environment linux/gtk/aarch64 to /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/linux/gtk/aarch64/eclipse using {org.eclipse.update.install.features=true}
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.report.designer.all 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.chart.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.doc.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.example.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.birt.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.draw2d.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.e4.rcp.feature.group 4.32.0.v20240528-0813.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20240314-0928.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.emf.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.200.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2400.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.gef.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.help.feature.group 2.3.1800.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.rcp.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202405122323.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.34.0.v202405020134.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.34.0.v202405130132.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - linux/gtk/aarch64] Operation completed in 19064 ms.
[INFO] Installing product org.eclipse.birt.report.designer.all for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/macosx/cocoa/x86_64/eclipse.app using {org.eclipse.update.install.features=true}
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.report.designer.all 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.chart.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.doc.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.example.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.birt.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.draw2d.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.e4.rcp.feature.group 4.32.0.v20240528-0813.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20240314-0928.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.emf.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.200.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2400.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.gef.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.help.feature.group 2.3.1800.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.rcp.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202405122323.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.34.0.v202405020134.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.34.0.v202405130132.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/x86_64] Operation completed in 17119 ms.
[INFO] Installing product org.eclipse.birt.report.designer.all for environment macosx/cocoa/aarch64 to /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/macosx/cocoa/aarch64/eclipse.app using {org.eclipse.update.install.features=true}
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.report.designer.all 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.osgi.runtime.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.chart.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.cshelp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.doc.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.example.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.report.designer.editor.xml.wtp.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.birt.feature.group 4.16.0.v202406071019.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.common.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.core.feature.feature.group 1.16.0.202311071345.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.connectivity.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.doc.user.feature.group 1.16.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.apache.derby.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.hsqldb.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ibm.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.ingres.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdbc.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.jdt.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.msft.feature.feature.group 1.16.0.202311071307.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.mysql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.designer.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oda.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.oracle.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.postgresql.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sap.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sqlite.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.enablement.sybase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.intro.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.modelbase.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.data.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddl.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.ddlgen.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.parsers.feature.feature.group 1.16.0.202311071638.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.results.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.schemaobjecteditor.feature.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqldevtools.sqlbuilder.feature.feature.group 1.16.0.202403060703.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.datatools.sqltools.doc.user.feature.group 1.15.0.202311071249.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.draw2d.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.e4.rcp.feature.group 4.32.0.v20240528-0813.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ecore.ui.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ecore.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.codegen.feature.group 2.24.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.common.ui.feature.group 2.21.0.v20231002-1020.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.common.feature.group 2.31.0.v20240314-0928.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.converter.feature.group 2.20.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.databinding.edit.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.databinding.feature.group 1.11.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.editor.feature.group 2.19.0.v20230224-1122.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.edit.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.ecore.feature.group 2.37.0.v20240203-0859.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.edit.ui.feature.group 2.25.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.edit.feature.group 2.22.0.v20231208-1346.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ecore.editor.feature.group 2.16.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ecore.feature.group 2.14.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.ui.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.mapping.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.emf.feature.group 2.38.0.v20240314-1003.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.core.feature.feature.group 1.7.200.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.2400.v20240515-1919.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.equinox.p2.user.ui.feature.group 2.4.2400.v20240519-2013.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.gef.feature.group 3.20.0.202405290843.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.help.feature.group 2.3.1800.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.jdt.feature.group 3.19.500.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.pde.feature.group 3.15.400.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.platform.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.rcp.feature.group 4.32.0.v20240601-0610.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.common_core.feature.feature.group 3.31.0.v202405122323.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.common_ui.feature.feature.group 3.34.0.v202405020134.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_core.feature.feature.group 3.34.0.v202405130132.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_ui.feature.feature.group 3.34.0.v202404170147.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.xsd.edit.feature.group 2.15.0.v20230211-1150.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.xsd.feature.group 2.21.0.v20231205-1420.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Installing org.eclipse.justj.epp.feature.group 21.0.0.v20240404-0625.
[INFO] [create-product-distributions - org.eclipse.birt.report.designer.all - macosx/cocoa/aarch64] Operation completed in 17073 ms.
[INFO] 
[INFO] --- tycho-p2-director:4.0.7:archive-products (create-product-distributions) @ birt-report-all-in-one ---
[INFO] Building zip: /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.16.0-202406071019-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.16.0-202406071019-linux.gtk.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.16.0-202406071019-linux.gtk.aarch64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.16.0-202406071019-macosx.cocoa.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/birt-report-designer-all-in-one-4.16.0-202406071019-macosx.cocoa.aarch64.tar.gz
[INFO] 
[INFO] --- tycho-source:4.0.7:feature-source (feature-source) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.4.3:sign (sign) @ birt-report-all-in-one ---
[INFO] 
[INFO] --- eclipse-winsigner:1.4.3:sign (sign) @ birt-report-all-in-one ---
[INFO] [Fri Jun 07 11:14:07 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/birt.exe'
[INFO] [Fri Jun 07 11:14:09 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/birtc.exe'
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.birt-parent 4.16.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.birt-parent ............................ SUCCESS [  2.712 s]
[INFO] org.eclipse.birt.target ............................ SUCCESS [ 28.989 s]
[INFO] org.eclipse.birt.example ........................... SUCCESS [ 18.445 s]
[INFO] org.eclipse.birt ................................... SUCCESS [ 10.398 s]
[INFO] org.eclipse.birt.build-parent ...................... SUCCESS [  0.021 s]
[INFO] org.eclipse.birt.build.package-parent .............. SUCCESS [  0.015 s]
[INFO] org.eclipse.birt.chart.cshelp ...................... SUCCESS [  9.057 s]
[INFO] org.eclipse.birt.features-parent ................... SUCCESS [  0.018 s]
[INFO] org.eclipse.birt.chart.cshelp ...................... SUCCESS [  9.183 s]
[INFO] org.eclipse.birt.core-parent ....................... SUCCESS [  0.017 s]
[INFO] org.eclipse.birt.core .............................. SUCCESS [ 37.972 s]
[INFO] org.eclipse.birt.chart.engine ...................... SUCCESS [ 27.760 s]
[INFO] org.eclipse.birt.chart.engine.extension ............ SUCCESS [ 13.503 s]
[INFO] org.eclipse.birt.chart.device.swt .................. SUCCESS [ 13.731 s]
[INFO] org.eclipse.birt.core.ui ........................... SUCCESS [ 10.222 s]
[INFO] org.eclipse.birt.chart.ui .......................... SUCCESS [ 17.150 s]
[INFO] org.eclipse.birt.chart.ui.extension ................ SUCCESS [ 13.783 s]
[INFO] org.eclipse.birt.chart.device.extension ............ SUCCESS [ 10.240 s]
[INFO] org.eclipse.birt.chart.device.svg .................. SUCCESS [ 12.250 s]
[INFO] org.eclipse.birt.chart.device.pdf .................. SUCCESS [ 27.681 s]
[INFO] org.eclipse.birt.chart.examples.core ............... SUCCESS [  8.752 s]
[INFO] org.eclipse.birt.chart ............................. SUCCESS [  7.473 s]
[INFO] org.eclipse.birt.chart.osgi.runtime ................ SUCCESS [  8.125 s]
[INFO] ChartRuntime ....................................... SUCCESS [  6.800 s]
[INFO] org.eclipse.birt.chart.osgi.runtime.sdk ............ SUCCESS [  4.038 s]
[INFO] org.eclipse.birt.model-parent ...................... SUCCESS [  0.012 s]
[INFO] org.eclipse.birt.report.model ...................... SUCCESS [ 31.209 s]
[INFO] org.eclipse.birt.report.engine.fonts ............... SUCCESS [  6.747 s]
[INFO] org.eclipse.birt.data .............................. SUCCESS [ 24.917 s]
[INFO] org.eclipse.birt.data.aggregation .................. SUCCESS [  7.907 s]
[INFO] org.eclipse.birt.report.data.adapter ............... SUCCESS [ 11.178 s]
[INFO] org.eclipse.birt.report.engine ..................... SUCCESS [ 35.409 s]
[INFO] org.eclipse.birt.report.item.crosstab.core ......... SUCCESS [ 12.082 s]
[INFO] org.eclipse.birt.chart.reportitem .................. SUCCESS [  9.342 s]
[INFO] org.eclipse.birt.chart.doc.isv ..................... SUCCESS [ 45.910 s]
[INFO] org.eclipse.birt.chart.doc.isv ..................... SUCCESS [  6.581 s]
[INFO] ChartSDK ........................................... SUCCESS [  5.210 s]
[INFO] DeploymentRuntime .................................. SUCCESS [  5.932 s]
[INFO] birt-charts ........................................ SUCCESS [  5.464 s]
[INFO] org.eclipse.birt.report.designer.core .............. SUCCESS [  9.928 s]
[INFO] org.eclipse.birt.report.engine.script.javascript ... SUCCESS [  7.268 s]
[INFO] org.eclipse.birt.report.designer.ui ................ SUCCESS [ 29.673 s]
[INFO] org.eclipse.birt.report.designer.ui.views .......... SUCCESS [ 13.186 s]
[INFO] org.eclipse.birt.report.model.adapter.oda .......... SUCCESS [  8.345 s]
[INFO] org.eclipse.birt.report.designer.ui.data ........... SUCCESS [ 11.081 s]
[INFO] org.eclipse.birt.report.engine.dataextraction ...... SUCCESS [  7.392 s]
[INFO] org.eclipse.birt.report.viewer ..................... SUCCESS [ 57.748 s]
[INFO] org.eclipse.birt.report.designer.ui.editors ........ SUCCESS [  8.545 s]
[INFO] org.eclipse.birt.report.designer.ui.editors.schematic SUCCESS [ 10.323 s]
[INFO] org.eclipse.birt.report.designer.ui.lib ............ SUCCESS [  9.817 s]
[INFO] org.eclipse.birt.report.designer.ui.lib.explorer ... SUCCESS [  8.693 s]
[INFO] org.eclipse.birt.report.designer.ui.ide ............ SUCCESS [ 25.202 s]
[INFO] org.eclipse.birt.report.designer.ui.cubebuilder .... SUCCESS [ 11.380 s]
[INFO] org.eclipse.birt.report.item.crosstab.ui ........... SUCCESS [ 13.456 s]
[INFO] org.eclipse.birt.chart.reportitem.ui ............... SUCCESS [ 13.982 s]
[INFO] org.eclipse.birt.data.oda.mongodb .................. SUCCESS [  8.582 s]
[INFO] org.eclipse.birt.report.data.bidi.utils ............ SUCCESS [ 10.275 s]
[INFO] org.eclipse.birt.data.oda.pojo ..................... SUCCESS [  9.577 s]
[INFO] org.eclipse.birt.data.oda.pojo.ui .................. SUCCESS [  8.665 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc .............. SUCCESS [ 15.677 s]
[INFO] org.eclipse.birt.report.data.oda.sampledb .......... SUCCESS [ 20.684 s]
[INFO] org.eclipse.birt.report.engine.emitter.config ...... SUCCESS [ 10.501 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.web .... SUCCESS [ 10.841 s]
[INFO] org.eclipse.birt.axis.overlay ...................... SUCCESS [ 10.518 s]
[INFO] org.eclipse.birt.report.engine.emitter.wpml ........ SUCCESS [  8.714 s]
[INFO] org.eclipse.birt.report.engine.ooxml ............... SUCCESS [ 10.414 s]
[INFO] org.eclipse.birt.report.engine.emitter.docx ........ SUCCESS [  7.548 s]
[INFO] org.eclipse.birt.report.data.oda.hive .............. SUCCESS [  7.198 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx . SUCCESS [  7.268 s]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp . SUCCESS [ 10.660 s]
[INFO] org.eclipse.birt.report.designer.editor.xml.wtp .... SUCCESS [  8.322 s]
[INFO] org.eclipse.birt.report.engine.emitter.pdf ......... SUCCESS [  9.339 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb SUCCESS [  8.365 s]
[INFO] org.eclipse.birt.report.designer.ui.preview ........ SUCCESS [  9.884 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.static_html SUCCESS [  8.535 s]
[INFO] org.eclipse.birt.data.oda.mongodb.ui ............... SUCCESS [ 11.274 s]
[INFO] org.eclipse.birt.report.engine.emitter.ppt ......... SUCCESS [  7.371 s]
[INFO] org.eclipse.birt.report.engine.emitter.pptx ........ SUCCESS [ 10.326 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.pptx . SUCCESS [  7.410 s]
[INFO] org.eclipse.birt.report.engine.odf ................. SUCCESS [ 10.287 s]
[INFO] org.eclipse.birt.report.engine.emitter.odt ......... SUCCESS [  7.740 s]
[INFO] org.eclipse.birt.report.engine.emitter.postscript .. SUCCESS [ 10.399 s]
[INFO] org.eclipse.birt.report.engine.emitter.html ........ SUCCESS [  9.789 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile .... SUCCESS [  8.507 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui . SUCCESS [ 12.634 s]
[INFO] org.eclipse.birt.report.engine.emitter.ods ......... SUCCESS [  7.858 s]
[INFO] org.eclipse.birt.report.designer.ui.editor.script .. SUCCESS [ 10.230 s]
[INFO] org.eclipse.birt.report.debug.core ................. SUCCESS [  9.547 s]
[INFO] uk.co.spudsoft.birt.emitters.excel ................. SUCCESS [ 21.199 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui SUCCESS [ 10.171 s]
[INFO] org.eclipse.birt.branding .......................... SUCCESS [  7.035 s]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv .. SUCCESS [ 10.432 s]
[INFO] org.eclipse.birt.report.data.bidi.utils.ui ......... SUCCESS [  9.157 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui ........... SUCCESS [  8.857 s]
[INFO] org.eclipse.birt.report.data.oda.hive.ui ........... SUCCESS [ 10.188 s]
[INFO] org.eclipse.birt.report.debug.ui ................... SUCCESS [ 10.726 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf .. SUCCESS [  7.270 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml . SUCCESS [  7.315 s]
[INFO] org.eclipse.birt.core.script.function .............. SUCCESS [  9.697 s]
[INFO] org.eclipse.birt.report.data.oda.excel ............. SUCCESS [ 10.432 s]
[INFO] org.eclipse.birt.report.data.oda.excel.ui .......... SUCCESS [  8.520 s]
[INFO] org.eclipse.birt.resources ......................... SUCCESS [  6.997 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.html . SUCCESS [  7.214 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt .. SUCCESS [  7.073 s]
[INFO] org.eclipse.birt.report.data.oda.xml.ui ............ SUCCESS [  6.997 s]
[INFO] org.eclipse.birt.report.data.oda.xml ............... SUCCESS [  7.154 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript SUCCESS [  7.350 s]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui ....... SUCCESS [  7.703 s]
[INFO] org.eclipse.birt ................................... SUCCESS [ 10.023 s]
[INFO] org.eclipse.birt.chart.examples .................... SUCCESS [ 10.446 s]
[INFO] org.eclipse.birt.report.designer.ui.samplesview .... SUCCESS [  7.895 s]
[INFO] org.eclipse.birt.report.designer.ui.samples.rcp .... SUCCESS [  7.505 s]
[INFO] org.eclipse.birt.report.designer.ui.samples.ide .... SUCCESS [  7.672 s]
[INFO] org.eclipse.birt.report.designer.samplereports ..... SUCCESS [  7.564 s]
[INFO] org.eclipse.birt.example ........................... SUCCESS [  7.751 s]
[INFO] org.eclipse.birt.integration.wtp.ui ................ SUCCESS [ 18.581 s]
[INFO] org.eclipse.birt.integration.wtp ................... SUCCESS [  7.823 s]
[INFO] org.eclipse.birt.report.model.testhelper ........... SUCCESS [ 10.501 s]
[INFO] org.eclipse.birt.core.testhelper ................... SUCCESS [ 10.497 s]
[INFO] org.eclipse.birt.report.engine.testhelper .......... SUCCESS [ 10.901 s]
[INFO] org.eclipse.birt.testhelper ........................ SUCCESS [  7.006 s]
[INFO] org.eclipse.birt.doc ............................... SUCCESS [  6.280 s]
[INFO] org.eclipse.birt.doc ............................... SUCCESS [  7.177 s]
[INFO] org.eclipse.birt.nl-parent ......................... SUCCESS [  2.043 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.nl1 .......... SUCCESS [  7.400 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.nl1  SUCCESS [  6.996 s]
[INFO] org.eclipse.birt.report.designer.ui.lib.explorer.nl1 SUCCESS [  7.344 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.pdf.nl1 SUCCESS [  7.337 s]
[INFO] org.eclipse.birt.data.aggregation.nl1 .............. SUCCESS [  7.193 s]
[INFO] org.eclipse.birt.report.designer.ui.editor.xml.wtp.nl1 SUCCESS [  7.886 s]
[INFO] org.eclipse.birt.report.designer.ui.ide.nl1 ........ SUCCESS [  8.612 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.ui.nl1 ....... SUCCESS [  7.799 s]
[INFO] org.eclipse.birt.report.designer.ui.views.nl1 ...... SUCCESS [  7.591 s]
[INFO] org.eclipse.birt.core.script.function.nl1 .......... SUCCESS [  7.146 s]
[INFO] org.eclipse.birt.report.item.crosstab.ui.nl1 ....... SUCCESS [  8.054 s]
[INFO] org.eclipse.birt.report.engine.nl1 ................. SUCCESS [  7.294 s]
[INFO] org.eclipse.birt.report.item.crosstab.core.nl1 ..... SUCCESS [  7.272 s]
[INFO] org.eclipse.birt.report.model.nl1 .................. SUCCESS [  8.637 s]
[INFO] org.eclipse.birt.report.designer.ui.cubebuilder.nl1  SUCCESS [  7.670 s]
[INFO] org.eclipse.birt.report.designer.ui.editors.nl1 .... SUCCESS [  7.359 s]
[INFO] org.eclipse.birt.report.data.oda.hive.nl1 .......... SUCCESS [  6.870 s]
[INFO] org.eclipse.birt.data.nl1 .......................... SUCCESS [  7.193 s]
[INFO] org.eclipse.birt.core.nl1 .......................... SUCCESS [  6.895 s]
[INFO] org.eclipse.birt.report.data.oda.xml.nl1 ........... SUCCESS [  6.967 s]
[INFO] org.eclipse.birt.chart.engine.nl1 .................. SUCCESS [  7.303 s]
[INFO] org.eclipse.birt.chart.examples.core.nl1 ........... SUCCESS [  7.094 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.nl1 .... SUCCESS [  7.541 s]
[INFO] org.eclipse.birt.chart.engine.extension.nl1 ........ SUCCESS [  7.193 s]
[INFO] org.eclipse.birt.report.viewers.nl1 ................ SUCCESS [  7.979 s]
[INFO] org.eclipse.birt.report.designer.ui.preview.web.nl1  SUCCESS [  7.897 s]
[INFO] org.eclipse.birt.chart.reportitem.nl1 .............. SUCCESS [  7.180 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel  SUCCESS [  7.086 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.excel.nl1 SUCCESS [  7.383 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.docx.nl1 SUCCESS [  8.306 s]
[INFO] org.eclipse.birt.report.data.oda.sampledb.ui.nl1 ... SUCCESS [  7.464 s]
[INFO] org.eclipse.birt.data.oda.mongodb.nl1 .............. SUCCESS [  7.066 s]
[INFO] org.eclipse.birt.report.data.oda.excel.nl1 ......... SUCCESS [  7.341 s]
[INFO] org.eclipse.birt.chart.ui.nl1 ...................... SUCCESS [  7.073 s]
[INFO] org.eclipse.birt.report.engine.dataextraction.nl1 .. SUCCESS [  7.207 s]
[INFO] org.eclipse.birt.report.data.bidi.utils.nl1 ........ SUCCESS [  7.053 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui.nl1 SUCCESS [  8.219 s]
[INFO] org.eclipse.birt.data.oda.mongodb.ui.nl1 ........... SUCCESS [  7.767 s]
[INFO] org.eclipse.birt.report.data.oda.xml.ui.nl1 ........ SUCCESS [  7.602 s]
[INFO] org.eclipse.birt.chart.device.swt.nl1 .............. SUCCESS [  6.940 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.wpml.nl1 SUCCESS [  7.224 s]
[INFO] org.eclipse.birt.report.data.oda.excel.ui.nl1 ...... SUCCESS [  7.988 s]
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.nl1 SUCCESS [  7.196 s]
[INFO] org.eclipse.birt.report.designer.ui.lib.nl1 ........ SUCCESS [  7.447 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.pptx.nl1 SUCCESS [  7.214 s]
[INFO] org.eclipse.birt.chart.examples.nl1 ................ SUCCESS [  7.839 s]
[INFO] org.eclipse.birt.chart.ui.extension.nl1 ............ SUCCESS [  7.702 s]
[INFO] org.eclipse.birt.report.designer.ui.editor.script.nl1 SUCCESS [  7.758 s]
[INFO] org.eclipse.birt.chart.reportitem.ui.nl1 ........... SUCCESS [  8.072 s]
[INFO] org.eclipse.birt.report.data.adapter.nl1 ........... SUCCESS [  7.103 s]
[INFO] org.eclipse.birt.chart.device.svg.nl1 .............. SUCCESS [  6.883 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.ppt.nl1 SUCCESS [  7.110 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.nl1 .. SUCCESS [  7.401 s]
[INFO] org.eclipse.birt.data.oda.pojo.ui.nl1 .............. SUCCESS [  8.097 s]
[INFO] org.eclipse.birt.resources.nl1 ..................... SUCCESS [  6.872 s]
[INFO] org.eclipse.birt.report.debug.ui.nl1 ............... SUCCESS [  8.745 s]
[INFO] org.eclipse.birt.report.designer.core.nl1 .......... SUCCESS [  8.715 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.html.nl1 SUCCESS [  7.479 s]
[INFO] org.eclipse.birt.report.data.oda.sampledb.nl1 ...... SUCCESS [  6.970 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.postscript.nl1 SUCCESS [  7.221 s]
[INFO] org.eclipse.birt.report.designer.ui.editors.schematic.nl1 SUCCESS [  7.282 s]
[INFO] org.eclipse.birt.core.ui.nl1 ....................... SUCCESS [  7.122 s]
[INFO] org.eclipse.birt.chart.device.extension.nl1 ........ SUCCESS [  7.201 s]
[INFO] org.eclipse.birt.report.designer.ui.nl1 ............ SUCCESS [  7.745 s]
[INFO] org.eclipse.birt.report.debug.core.nl1 ............. SUCCESS [  7.296 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.nl1 SUCCESS [  6.994 s]
[INFO] org.eclipse.birt.data.oda.pojo.nl1 ................. SUCCESS [  7.119 s]
[INFO] org.eclipse.birt.report.data.oda.hive.ui.nl1 ....... SUCCESS [  7.399 s]
[INFO] org.eclipse.birt.nl ................................ SUCCESS [  9.320 s]
[INFO] org.eclipse.birt.cshelp ............................ SUCCESS [  3.345 s]
[INFO] org.eclipse.birt.cshelp ............................ SUCCESS [  6.878 s]
[INFO] org.eclipse.birt.chart.integration.wtp.ui .......... SUCCESS [ 12.177 s]
[INFO] org.eclipse.birt.chart.integration.wtp ............. SUCCESS [  7.706 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.odp .. SUCCESS [  7.106 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.ods .. SUCCESS [  7.108 s]
[INFO] org.eclipse.birt.report.engine.emitter.config.odt .. SUCCESS [  7.220 s]
[INFO] org.eclipse.birt.report.engine.emitter.odp ......... SUCCESS [  7.328 s]
[INFO] org.eclipse.birt.osgi.runtime ...................... SUCCESS [  8.252 s]
[INFO] org.eclipse.birt.osgi.runtime.sdk .................. SUCCESS [  4.265 s]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel SUCCESS [  7.883 s]
[INFO] org.eclipse.birt.engine.runtime .................... SUCCESS [  7.913 s]
[INFO] org.eclipse.birt.tests ............................. SUCCESS [  7.090 s]
[INFO] org.eclipse.birt.report.engine.tests ............... SUCCESS [01:02 min]
[INFO] org.eclipse.birt.report.designer.tests ............. SUCCESS [ 13.221 s]
[INFO] org.eclipse.birt.report.tests.engine.emitter.html .. SUCCESS [  7.183 s]
[INFO] org.eclipse.birt.tests.core ........................ SUCCESS [ 11.264 s]
[INFO] org.eclipse.birt.data.tests ........................ SUCCESS [03:03 min]
[INFO] org.eclipse.birt.report.tests.model ................ SUCCESS [ 25.011 s]
[INFO] org.eclipse.birt.report.engine.emitter.prototype.excel.tests SUCCESS [ 17.446 s]
[INFO] org.eclipse.birt.report.engine.emitter.postscript.tests SUCCESS [ 19.990 s]
[INFO] org.eclipse.birt.report.tests.chart ................ SUCCESS [02:42 min]
[INFO] org.eclipse.birt.core.tests ........................ SUCCESS [ 18.240 s]
[INFO] org.eclipse.birt.tests.data ........................ SUCCESS [ 40.624 s]
[INFO] org.eclipse.birt.chart.tests ....................... SUCCESS [ 47.189 s]
[INFO] org.eclipse.birt.testsuites-parent ................. SUCCESS [  0.023 s]
[INFO] org.eclipse.birt.report.tests.engine ............... SUCCESS [01:54 min]
[INFO] org.eclipse.birt.report.model.testresources ........ SUCCESS [  3.807 s]
[INFO] org.eclipse.birt.report.modelextension.tests ....... SUCCESS [  7.805 s]
[INFO] org.eclipse.birt.report.model.tests ................ SUCCESS [ 18.318 s]
[INFO] org.eclipse.birt.report.engine.emitter.html.tests .. SUCCESS [ 25.438 s]
[INFO] org.eclipse.birt.report.model.adapter.oda.tests .... SUCCESS [ 20.453 s]
[INFO] org.eclipse.birt.report.data.oda.jdbc.tests ........ SUCCESS [ 24.002 s]
[INFO] org.eclipse.birt.report.engine.emitter.pdf.tests ... SUCCESS [ 10.916 s]
[INFO] org.eclipse.birt.tests ............................. SUCCESS [  8.806 s]
[INFO] birt-epp ........................................... SUCCESS [01:14 min]
[INFO] birt-report-all-in-one ............................. FAILURE [05:47 min]
[INFO] birt-report-framework .............................. SKIPPED
[INFO] org.eclipse.birt.doc.isv ........................... SKIPPED
[INFO] org.eclipse.birt.doc.isv ........................... SKIPPED
[INFO] birt-report-framework-sdk .......................... SKIPPED
[INFO] org.eclipse.birt.build ............................. SKIPPED
[INFO] org.eclipse.birt.integration.wtp.ui.nl1 ............ SKIPPED
[INFO] org.eclipse.birt.chart.integration.wtp.ui.nl1 ...... SKIPPED
[INFO] org.eclipse.birt.wtp.nl ............................ SKIPPED
[INFO] org.eclipse.birt.report.designer.ui.rcp ............ SKIPPED
[INFO] org.eclipse.birt.rcp ............................... SKIPPED
[INFO] org.eclipse.birt.report.designer.ui.rcp.nl1 ........ SKIPPED
[INFO] org.eclipse.birt.rcp.nl ............................ SKIPPED
[INFO] org.eclipse.birt.p2updatesite ...................... SKIPPED
[INFO] org.eclipse.birt.api ............................... SKIPPED
[INFO] birt-runtime-osgi .................................. SKIPPED
[INFO] birt-runtime ....................................... SKIPPED
[INFO] birt-sample-plugins ................................ SKIPPED
[INFO] birt-tests-suite ................................... SKIPPED
[INFO] org.eclipse.birt.integration.wtp.sdk ............... SKIPPED
[INFO] birt-wtp-integration-sdk ........................... SKIPPED
[INFO] org.eclipse.birt.chart.viewer ...................... SKIPPED
[INFO] org.eclipse.birt.chart.viewer ...................... SKIPPED
[INFO] birt-source ........................................ SKIPPED
[INFO] org.eclipse.birt.build.package.nl-parent ........... SKIPPED
[INFO] NLpack1-birt-charts ................................ SKIPPED
[INFO] NLpack1-birt-rcp-report-designer ................... SKIPPED
[INFO] NLpack1-birt-report-designer-all-in-one ............ SKIPPED
[INFO] NLpack1-birt-report-framework ...................... SKIPPED
[INFO] NLpack1-birt-runtime ............................... SKIPPED
[INFO] birt-runtime-test .................................. SKIPPED
[INFO] org.eclipse.birt.chart-parent ...................... SKIPPED
[INFO] org.eclipse.birt.data.oda.pojo.tests ............... SKIPPED
[INFO] org.eclipse.birt.data-parent ....................... SKIPPED
[INFO] org.eclipse.birt.docs-parent ....................... SKIPPED
[INFO] org.eclipse.birt.report.engine.dataextraction.csv.tests SKIPPED
[INFO] org.eclipse.birt.report.engine.emitter.pptx.tests .. SKIPPED
[INFO] uk.co.spudsoft.birt.emitters.excel.tests ........... SKIPPED
[INFO] org.eclipse.birt.engine-parent ..................... SKIPPED
[INFO] org.eclipse.birt.sdk ............................... SKIPPED
[INFO] org.eclipse.birt.report.designer.ui.samples.ide.nl1  SKIPPED
[INFO] org.eclipse.birt.report.designer.ui.samplesview.nl1  SKIPPED
[INFO] org.eclipse.birt.report.designer.ui.preview.test ... SKIPPED
[INFO] org.eclipse.birt.UI-parent ......................... SKIPPED
[INFO] org.eclipse.birt.jetty.overlay ..................... SKIPPED
[INFO] org.eclipse.birt.report.viewer.tests ............... SKIPPED
[INFO] org.eclipse.birt.viewer-parent ..................... SKIPPED
[INFO] org.eclipse.birt.report.item.crosstab.core.tests ... SKIPPED
[INFO] org.eclipse.birt.xtab-parent ....................... SKIPPED
[INFO] org.eclipse.birt.promote ........................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  55:07 min
[INFO] Finished at: 2024-06-07T11:14:13Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-winsigner-plugin:1.4.3:sign (sign) on project birt-report-all-in-one: [Fri Jun 07 11:14:13 UTC 2024] Path '/home/jenkins/agent/workspace/build_master/build/birt-packages/birt-report-all-in-one/target/products/org.eclipse.birt.report.designer.all/win32/win32/x86_64/eclipse/eclipsec.exe' does not exist or is not a file. It won't be signed. -> [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] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :birt-report-all-in-one
Exception in thread "Thread-3" java.lang.NoClassDefFoundError: org/eclipse/jgit/internal/JGitText
	at org.eclipse.jgit.internal.util.ShutdownHook.cleanup(ShutdownHook.java:85)
	at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: java.lang.ClassNotFoundException: org.eclipse.jgit.internal.JGitText
	... 2 more
[Pipeline] }
Terminating xvnc.

Fri Jun  7 11:14:20 2024
 ComparingUpdateTracker: 0 pixels in / 0 pixels out
 ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 123 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // script
Post stage
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] mail
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE