[INFO] [INFO] --------< org.eclipse.sensinact.gateway.distribution:launcher >--------- [INFO] Building Eclipse sensiNact Feature Launcher 0.0.2-SNAPSHOT [55/68] [INFO] from distribution/launcher/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.pom (4.6 kB at 379 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-export-maven-plugin/6.4.0/bnd-export-maven-plugin-6.4.0.jar (18 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom (16 kB at 737 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar (187 kB at 17 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ launcher --- [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ launcher --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/src/main/resources [INFO] [INFO] --- compiler:3.10.1:compile (default-compile) @ launcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/classes [INFO] [INFO] --- bnd:7.0.0:bnd-process (default) @ launcher --- [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ launcher --- [INFO] Copying 45 resources [INFO] [INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ launcher --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/test-classes [INFO] [INFO] --- bnd:7.0.0:bnd-process-tests (bnd-process-tests) @ launcher --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ launcher --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.launcher.FeatureLaunchingTest ERROR o.e.s.g.launcher.FeatureLauncher - No feature file for feature unkown_extension ERROR o.e.s.g.launcher.FeatureLauncher - Unable to locate a valid feature unkown_extension ERROR o.e.s.g.launcher.FeatureLauncher - The feature need_foo depends on the feature org.eclipse.sensinact.gateway.launcher.test:foo:1.0.0 which is not installed before it ERROR o.e.s.g.launcher.FeatureLauncher - The feature bad_depends_type includes a sensinact.feature.depends extension of the wrong type TEXT ERROR o.e.s.g.launcher.FeatureLauncher - The feature need_foo depends on the feature org.eclipse.sensinact.gateway.launcher.test:foo:1.0.0 which is not installed before it [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.875 s - in org.eclipse.sensinact.gateway.launcher.FeatureLaunchingTest [INFO] Running org.eclipse.sensinact.gateway.launcher.ConfigurationManagerTest ERROR o.e.s.g.l.ConfigurationManager - No longer able to monitor the configuration file target/test-classes/configs/invalid/configuration.json java.nio.file.ClosedWatchServiceException: null at java.base/sun.nio.fs.AbstractWatchService.checkOpen(AbstractWatchService.java:80) at java.base/sun.nio.fs.AbstractWatchService.checkKey(AbstractWatchService.java:92) at java.base/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:119) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.watch(ConfigurationManager.java:137) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) ERROR o.e.s.g.l.ConfigurationManager - An unexpected error occurred parsing the configuration file /tmp/sensinact-config-test7467351255785574136/configuration.json java.lang.IllegalStateException: null doesn't support getObject() at org.apache.johnzon.core.JohnzonJsonParserImpl.getObject(JohnzonJsonParserImpl.java:72) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.loadConfigFile(ConfigurationManager.java:218) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.reloadConfigFile(ConfigurationManager.java:242) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) ERROR o.e.s.g.l.ConfigurationManager - No longer able to monitor the configuration file /tmp/sensinact-config-test7467351255785574136/configuration.json java.nio.file.ClosedWatchServiceException: null at java.base/sun.nio.fs.AbstractWatchService.checkOpen(AbstractWatchService.java:80) at java.base/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:117) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.watch(ConfigurationManager.java:137) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) ERROR o.e.s.g.l.ConfigurationManager - An unexpected error occurred parsing the configuration file /tmp/sensinact-config-test11535987314822063647/configuration.json java.lang.IllegalStateException: null doesn't support getObject() at org.apache.johnzon.core.JohnzonJsonParserImpl.getObject(JohnzonJsonParserImpl.java:72) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.loadConfigFile(ConfigurationManager.java:218) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.reloadConfigFile(ConfigurationManager.java:242) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) ERROR o.e.s.g.l.ConfigurationManager - No longer able to monitor the configuration file /tmp/sensinact-config-test11535987314822063647/configuration.json java.nio.file.ClosedWatchServiceException: null at java.base/sun.nio.fs.AbstractWatchService.checkOpen(AbstractWatchService.java:80) at java.base/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:117) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.watch(ConfigurationManager.java:137) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) ERROR o.e.s.g.l.ConfigurationManager - No longer able to monitor the configuration file target/test-classes/configs/a/configuration.json java.nio.file.ClosedWatchServiceException: null at java.base/sun.nio.fs.AbstractWatchService.checkOpen(AbstractWatchService.java:80) at java.base/sun.nio.fs.AbstractWatchService.checkKey(AbstractWatchService.java:92) at java.base/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:119) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.watch(ConfigurationManager.java:137) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) ERROR o.e.s.g.l.ConfigurationManager - No longer able to monitor the configuration file target/test-classes/configs/b/configuration.json java.nio.file.ClosedWatchServiceException: null at java.base/sun.nio.fs.AbstractWatchService.checkOpen(AbstractWatchService.java:80) at java.base/sun.nio.fs.AbstractWatchService.checkKey(AbstractWatchService.java:92) at java.base/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:119) at org.eclipse.sensinact.gateway.launcher.ConfigurationManager.watch(ConfigurationManager.java:137) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:840) [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.239 s - in org.eclipse.sensinact.gateway.launcher.ConfigurationManagerTest [INFO] Running org.eclipse.sensinact.gateway.launcher.FeatureLaunchingMultipleFoldersTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.sensinact.gateway.launcher.FeatureLaunchingMultipleFoldersTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 35, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:verify (verify-export) @ launcher --- [INFO] Verifying /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/export.bndrun: [INFO] The bndrun file /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/export.bndrun validated successfully [INFO] [INFO] --- bnd-export:6.4.0:export (export) @ launcher --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/6.4.0/biz.aQute.bnd.maven-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/6.4.0/biz.aQute.bnd.maven-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/6.4.0/biz.aQute.bnd.maven-6.4.0.pom (6.0 kB at 6.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.pom (2.7 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.pom (5.2 kB at 749 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.resolve/6.4.0/biz.aQute.resolve-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.4.0/biz.aQute.resolve-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.4.0/biz.aQute.resolve-6.4.0.pom (5.4 kB at 5.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.pom (5.1 kB at 5.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 547 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 15 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.4.0/biz.aQute.bnd.embedded-repo-6.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.4.0/biz.aQute.bnd.embedded-repo-6.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.4.0/biz.aQute.bnd.embedded-repo-6.4.0.pom (2.5 kB at 226 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.maven/6.4.0/biz.aQute.bnd.maven-6.4.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.resolve/6.4.0/biz.aQute.resolve-6.4.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.4.0/biz.aQute.bnd.embedded-repo-6.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/6.4.0/biz.aQute.bnd.maven-6.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.maven/6.4.0/biz.aQute.bnd.maven-6.4.0.jar (196 kB at 39 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.4.0/biz.aQute.resolve-6.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 68 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.4.0/biz.aQute.bnd.util-6.4.0.jar (429 kB at 86 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.4.0/biz.aQute.bnd.embedded-repo-6.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.resolve/6.4.0/biz.aQute.resolve-6.4.0.jar (652 kB at 93 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.repository/6.4.0/biz.aQute.repository-6.4.0.jar (1.1 MB at 89 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.4.0/biz.aQute.bndlib-6.4.0.jar (3.2 MB at 100 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.embedded-repo/6.4.0/biz.aQute.bnd.embedded-repo-6.4.0.jar (6.0 MB at 73 MB/s) [INFO] Exporting /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/export.bndrun: [INFO] -runbundles: ch.qos.logback.classic;version='[1.4.14,1.4.15)',ch.qos.logback.core;version='[1.4.14,1.4.15)',jakarta.json-api;version='[2.1.3,2.1.4)',org.apache.aries.spifly.dynamic.framework.extension;version='[1.3.7,1.3.8)',org.apache.felix.cm.json;version='[2.0.4,2.0.5)',org.apache.felix.configadmin;version='[1.9.24,1.9.25)',org.apache.felix.feature;version='[1.0.2,1.0.3)',org.apache.felix.scr;version='[2.2.2,2.2.3)',org.apache.johnzon.core;version='[2.0.0,2.0.1)',org.eclipse.sensinact.gateway.distribution.launcher;version='[0.0.2,0.0.3)',org.osgi.service.component;version='[1.5.0,1.5.1)',org.osgi.service.feature;version='[1.0.0,1.0.1)',org.osgi.util.converter;version='[1.0.9,1.0.10)',org.osgi.util.function;version='[1.1.0,1.1.1)',org.osgi.util.promise;version='[1.3.0,1.3.1)',slf4j.api;version='[2.0.11,2.0.12)' [INFO] [INFO] --- jar:3.3.0:test-jar (test-jar) @ launcher --- [INFO] Building jar: /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- bnd-resolver:7.1.0-SNAPSHOT:resolve (resolve-test) @ launcher --- [WARNING] No bndrun files were specified with or found as *.bndrun in the project. This is unexpected. [INFO] [INFO] --- dependency:3.3.0:copy (generate-repo) @ launcher --- [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom (7.2 kB at 717 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom (3.8 kB at 269 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 3.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 226 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 6.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 2.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 3.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 20 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 128 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 345 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 825 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 1.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 7.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 10 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 5.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 846 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 5.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 363 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 180 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 583 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 3.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 3.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 1.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 279 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 319 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 9.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 1.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 1.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 4.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 5.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 15 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 5.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 8.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 18 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 3.4 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 2.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 7.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 18 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 6.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 16 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 17 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 5.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 13 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 19 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 19 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 2.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 13 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 3.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 2.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 8.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 3.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 1.9 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 3.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 998 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 6.1 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 4.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 7.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 18 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 60 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 866 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 7.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 6.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 24 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 24 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 167 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 6.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 974 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 2.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 163 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 171 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 3.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 2.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 142 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 140 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 11 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 6.2 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 21 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 15 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 257 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 2.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 4.5 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.8 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 14 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 954 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom (7.2 kB at 377 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 302 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 634 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 229 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 73 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom (6.9 kB at 121 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 390 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 543 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 122 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 226 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 236 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 148 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 121 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 512 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 422 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 434 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 109 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 360 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 964 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 712 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 42 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 734 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 190 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 352 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 204 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 1.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 90 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 216 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 11 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 64 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 1.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 579 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 197 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 2.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 414 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 661 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 136 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 153 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 129 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 279 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 154 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 351 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 409 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 334 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 5.6 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 5.3 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 728 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 553 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 764 kB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 21 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 13 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 2.7 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 12 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 12 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 9.0 MB/s) [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse-dash: https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar (19 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 30 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 53 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 36 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 94 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 8.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar (11 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 28 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 49 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 578 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 52 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar (37 kB at 846 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar (86 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar (85 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 748 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 990 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 493 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 754 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 7.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 16 MB/s) [INFO] Configured Artifact: org.apache.felix:org.apache.felix.http.jetty:5.0.0:jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.pom (24 kB at 1.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.parent/13/org.apache.felix.http.parent-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.parent/13/org.apache.felix.http.parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.parent/13/org.apache.felix.http.parent-13.pom (5.3 kB at 444 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 753 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 9.2 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar (3.2 MB at 78 MB/s) [INFO] Configured Artifact: org.apache.felix:org.apache.felix.http.servlet-api:2.1.0:jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.pom (5.4 kB at 335 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.parent/12/org.apache.felix.http.parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.parent/12/org.apache.felix.http.parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.parent/12/org.apache.felix.http.parent-12.pom (5.4 kB at 299 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 2.0 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 8.6 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar (591 kB at 31 MB/s) [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.shell:1.1.4:jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.pom (3.7 kB at 1.9 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/gogo-parent/6/gogo-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/gogo-parent/6/gogo-parent-6.pom (5.4 kB at 5.4 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/felix-parent/5/felix-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/5/felix-parent-5.pom (22 kB at 11 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 7.7 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar (59 kB at 59 MB/s) [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.runtime:1.1.4:jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.pom (3.9 kB at 3.9 MB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar (203 kB at 15 MB/s) [INFO] Configured Artifact: org.apache.felix:org.apache.felix.gogo.command:1.1.2:jar [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.pom (3.5 kB at 584 kB/s) [INFO] Downloading from eclipse-sensinact: https://repo.eclipse.org/content/groups/sensinact/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar (40 kB at 40 MB/s) [INFO] Copying org.apache.felix.http.jetty-5.0.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/dependency/org.apache.felix.http.jetty-5.0.0.jar [INFO] Copying org.apache.felix.http.servlet-api-2.1.0.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/dependency/org.apache.felix.http.servlet-api-2.1.0.jar [INFO] Copying org.apache.felix.gogo.shell-1.1.4.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/dependency/org.apache.felix.gogo.shell-1.1.4.jar [INFO] Copying org.apache.felix.gogo.runtime-1.1.4.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/dependency/org.apache.felix.gogo.runtime-1.1.4.jar [INFO] Copying org.apache.felix.gogo.command-1.1.2.jar to /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/dependency/org.apache.felix.gogo.command-1.1.2.jar [INFO] [INFO] --- surefire:2.22.2:test (integration-test) @ launcher --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.sensinact.gateway.launcher.integration.FeatureLaunchingIntegrationTest Feb 06, 2024 5:58:10 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider ch.qos.logback.classic.spi.LogbackServiceProvider of service org.slf4j.spi.SLF4JServiceProvider in bundle ch.qos.logback.classic Feb 06, 2024 5:58:10 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.apache.johnzon.core.JsonProviderImpl of service jakarta.json.spi.JsonProvider in bundle org.apache.johnzon.core 17:58:10.446 [main] INFO org.eclipse.sensinact.gateway.launcher.ConfigurationManager -- Eclipse sensiNact is watching for changes in configuration file src/it/resources/config/configuration.json 17:58:10.460 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [] requested using repositories [repository] and feature directories [features] 17:58:10.461 [main] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 17:58:10.462 [main] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. 17:58:10.562 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature installation for features [test-feature] requested using repositories [target/it/repository] and feature directories [src/it/resources/features] 17:58:10.562 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- The following bundles [] are no longer required and will be removed. 17:58:10.562 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Loading feature model test-feature 17:58:10.567 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.felix:org.apache.felix.http.jetty:5.0.0 17:58:10.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.felix:org.apache.felix.http.jetty:5.0.0 in repositories [target/it/repository] 17:58:10.568 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.felix:org.apache.felix.http.jetty:5.0.0 is target/it/repository/org/apache/felix/org.apache.felix.http.jetty/5.0.0/org.apache.felix.http.jetty-5.0.0.jar 17:58:10.576 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.felix:org.apache.felix.http.servlet-api:2.1.0 17:58:10.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.felix:org.apache.felix.http.servlet-api:2.1.0 in repositories [target/it/repository] 17:58:10.577 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.felix:org.apache.felix.http.servlet-api:2.1.0 is target/it/repository/org/apache/felix/org.apache.felix.http.servlet-api/2.1.0/org.apache.felix.http.servlet-api-2.1.0.jar 17:58:10.579 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.felix:org.apache.felix.gogo.shell:1.1.4 17:58:10.579 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.felix:org.apache.felix.gogo.shell:1.1.4 in repositories [target/it/repository] 17:58:10.579 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.felix:org.apache.felix.gogo.shell:1.1.4 is target/it/repository/org/apache/felix/org.apache.felix.gogo.shell/1.1.4/org.apache.felix.gogo.shell-1.1.4.jar 17:58:10.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.felix:org.apache.felix.gogo.runtime:1.1.4 17:58:10.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.felix:org.apache.felix.gogo.runtime:1.1.4 in repositories [target/it/repository] 17:58:10.581 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.felix:org.apache.felix.gogo.runtime:1.1.4 is target/it/repository/org/apache/felix/org.apache.felix.gogo.runtime/1.1.4/org.apache.felix.gogo.runtime-1.1.4.jar 17:58:10.583 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Installing bundle org.apache.felix:org.apache.felix.gogo.command:1.1.2 17:58:10.583 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Searching for feature org.apache.felix:org.apache.felix.gogo.command:1.1.2 in repositories [target/it/repository] 17:58:10.584 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Expected file path for feature org.apache.felix:org.apache.felix.gogo.command:1.1.2 is target/it/repository/org/apache/felix/org.apache.felix.gogo.command/1.1.2/org.apache.felix.gogo.command-1.1.2.jar Feb 06, 2024 5:58:10 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http.Http1FieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.apache.felix.http.jetty Feb 06, 2024 5:58:10 PM org.apache.aries.spifly.BaseActivator log INFO: Registered provider org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder of service org.eclipse.jetty.http.HttpFieldPreEncoder in bundle org.apache.felix.http.jetty 17:58:10.703 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp542980811]@205d3acb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@509a10c9,POJO} 17:58:10.703 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp542980811]@205d3acb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:58:10.714 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@66d28811{size=0},AUTO} 17:58:10.717 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@170ef232[null] added {org.eclipse.jetty.security.DefaultIdentityService@351a7e8f,POJO} 17:58:10.717 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@170ef232[OSGi HTTP Service Realm] added {UserStore@2d1cc58d[users.count=0],AUTO} 17:58:10.717 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STOPPED}[11.0.13,sto=0] added {HashLoginService@170ef232[OSGi HTTP Service Realm],AUTO} 17:58:10.783 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]},MANAGED} 17:58:10.790 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@6b472740{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@134a5e2b} 17:58:10.796 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@6c4663da{STOPPED} added {o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED},AUTO} 17:58:10.805 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=-1,MANAGED} 17:58:10.806 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=-1 added {ServletHandler@2fde7378{STOPPED},MANAGED} 17:58:10.807 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:58:10.808 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@31c9b282,POJO} 17:58:10.808 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@31c9b282,POJO} 17:58:10.836 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2fde7378{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:58:10.838 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2fde7378{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4,POJO} 17:58:10.838 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@6c4663da{STOPPED},MANAGED} 17:58:10.838 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@66ffef6e{STOPPED}[11.0.13,sto=0] 17:58:10.842 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STARTING}[11.0.13,sto=0] added {ErrorHandler@b14370c{STOPPED},AUTO} 17:58:10.844 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 17:58:10.873 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@66ffef6e{STARTING}[11.0.13,sto=0] 17:58:10.873 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp542980811]@205d3acb{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:58:10.875 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@5a824453{reserved=0/2,pending=0} 17:58:10.876 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp542980811]@205d3acb{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] added {ReservedThreadExecutor@5a824453{reserved=0/2,pending=0},AUTO} 17:58:10.876 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@5a824453{reserved=0/2,pending=0} 17:58:10.886 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1504ms ReservedThreadExecutor@5a824453{reserved=0/2,pending=0} 17:58:10.889 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-26,5,Configuration Admin Service] 17:58:10.889 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-27,5,Configuration Admin Service] 17:58:10.889 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-28,5,Configuration Admin Service] 17:58:10.889 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp542980811]@205d3acb{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.889 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-29,5,Configuration Admin Service] 17:58:10.889 [qtp542980811-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp542980811]@205d3acb{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-30,5,Configuration Admin Service] 17:58:10.889 [qtp542980811-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp542980811]@205d3acb{STARTING,8<=4<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.890 [qtp542980811-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp542980811]@205d3acb{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-31,5,Configuration Admin Service] 17:58:10.890 [qtp542980811-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp542980811]@205d3acb{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-32,5,Configuration Admin Service] 17:58:10.890 [qtp542980811-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp542980811]@205d3acb{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp542980811-33,5,Configuration Admin Service] 17:58:10.890 [qtp542980811-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp542980811]@205d3acb{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1508ms QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@66d28811{size=0} 17:58:10.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1508ms AttributeContainerMap@66d28811{size=0} 17:58:10.890 [qtp542980811-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:10.890 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@170ef232[OSGi HTTP Service Realm] 17:58:10.891 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@2d1cc58d[users.count=0] 17:58:10.891 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1509ms UserStore@2d1cc58d[users.count=0] 17:58:10.891 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1509ms HashLoginService@170ef232[OSGi HTTP Service Realm] 17:58:10.891 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@6c4663da{STOPPED} 17:58:10.891 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@6c4663da{STARTING} 17:58:10.891 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED} 17:58:10.892 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@f4ec524 17:58:10.937 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.PreEncodedHttpField -- HttpField encoders loaded: [org.eclipse.jetty.http.Http1FieldPreEncoder@58982fcc, org.eclipse.jetty.http2.hpack.HpackFieldPreEncoder@1299c1a6] 17:58:10.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@1178ae9f{/,null,STARTING} 17:58:10.954 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]} 17:58:10.955 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@1178ae9f{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@53187b32,POJO} 17:58:10.955 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1573ms SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]} 17:58:10.955 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 17:58:10.958 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@ab630c2[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:58:10.960 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@ab630c2[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1eac4313[passivating=false,graceSec=3600],AUTO} 17:58:10.962 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@139c30cc{STOPPED}[worker=null] 17:58:10.963 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@139c30cc{STARTING}[worker=node0] added {HouseKeeper@5b545d3c{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:58:10.966 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 17:58:10.966 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@5b545d3c{STOPPED}[interval=600000, ownscheduler=false] 17:58:10.967 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@9eca31a{STOPPED} 17:58:10.968 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1586ms ScheduledExecutorScheduler@9eca31a{STARTED} 17:58:10.968 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 17:58:10.969 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 17:58:10.971 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1589ms HouseKeeper@5b545d3c{STARTED}[interval=660000, ownscheduler=true] 17:58:10.971 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1589ms DefaultSessionIdManager@139c30cc{STARTED}[worker=node0] 17:58:10.971 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@139c30cc{STARTED}[worker=node0],MANAGED} 17:58:10.971 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 added {DefaultSessionIdManager@139c30cc{STARTED}[worker=node0],UNMANAGED} 17:58:10.971 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@4de8272e{STOPPED} 17:58:10.971 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1589ms ScheduledExecutorScheduler@4de8272e{STARTED} 17:58:10.972 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 17:58:10.972 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@2fde7378{STOPPED} 17:58:10.980 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4[EMBEDDED:null] 17:58:10.982 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 17:58:10.982 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet2646497e{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 17:58:10.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=1] servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4=MappedServletbfe2797{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 17:58:10.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@2fde7378{STARTING} 17:58:10.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2fde7378{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:58:10.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@2fde7378{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501,POJO} 17:58:10.983 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4[EMBEDDED:null] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet78b11858{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501[EMBEDDED:null] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet1676b4f0{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501=MappedServlet75c29239{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4=MappedServlet3d2be0dd{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4[EMBEDDED:null] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet4da85cf8{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501[EMBEDDED:null] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet6edab089{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501=MappedServlet75c29239{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4=MappedServlet3d2be0dd{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@2fde7378{STARTING} 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1602ms ServletHandler@2fde7378{STARTED} 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@ab630c2[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@1eac4313[passivating=false,graceSec=3600] 17:58:10.984 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1603ms org.eclipse.jetty.server.session.NullSessionDataStore@1eac4313[passivating=false,graceSec=3600] 17:58:10.985 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1603ms org.eclipse.jetty.server.session.DefaultSessionCache@ab630c2[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:58:10.985 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1603ms org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 17:58:10.987 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:58:10.987 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1605ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:58:10.988 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.servlet.ServletHolder -- Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4 17:58:10.988 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:58:10.988 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1606ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:58:10.988 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@1178ae9f{/,null,AVAILABLE} 17:58:10.989 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1607ms o.e.j.s.ServletContextHandler@1178ae9f{/,null,AVAILABLE} 17:58:10.989 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1607ms ContextHandlerCollection@6c4663da{STARTED} 17:58:10.989 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@b14370c{STOPPED} 17:58:10.989 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@b14370c{STARTING} 17:58:10.989 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1607ms ErrorHandler@b14370c{STARTED} 17:58:10.989 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.Server -- Started Server@66ffef6e{STARTING}[11.0.13,sto=0] @1607ms 17:58:10.989 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1607ms Server@66ffef6e{STARTED}[11.0.13,sto=0] 17:58:10.989 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 600000ms 17:58:10.998 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@5a9ed43d[HTTP/1.1] added {HttpConfiguration@8552d38{32768/8192,8192/8192,https://:0,[]},POJO} 17:58:11.012 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}],UNMANAGED} 17:58:11.012 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@772280ce{STOPPED},AUTO} 17:58:11.043 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@16e2960c{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 17:58:11.044 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@16e2960c{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 17:58:11.044 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@4f1b684c{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 17:58:11.044 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@1744af67,POJO} 17:58:11.045 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@5a9ed43d[HTTP/1.1],AUTO} 17:58:11.045 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@5a9ed43d[HTTP/1.1] 17:58:11.048 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:58:11.048 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STARTED}[11.0.13,sto=0] added {ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080},UNMANAGED} 17:58:11.048 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.054 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:8080],POJO} 17:58:11.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@772280ce{STOPPED} 17:58:11.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1674ms ScheduledExecutorScheduler@772280ce{STARTED} 17:58:11.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@5a9ed43d[HTTP/1.1] 17:58:11.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1674ms HttpConnectionFactory@5a9ed43d[HTTP/1.1] 17:58:11.056 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.061 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/IDLE/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.062056739Z added {SelectorProducer@40462a2b,POJO} 17:58:11.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/IDLE/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.062336785Z added {QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}],UNMANAGED} 17:58:11.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/IDLE/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.06255271Z created 17:58:11.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@2e962273{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/IDLE/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.062734846Z,MANAGED} 17:58:11.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {ManagedSelector@2e962273{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:58:11.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@2e962273{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:58:11.062 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/IDLE/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.063014328Z 17:58:11.063 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1681ms AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/IDLE/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.063133879Z 17:58:11.064 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dfc1b29a0@2cffc089 startThread=0 17:58:11.064 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dfc1b29a0@2cffc089 in QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:11.065 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/IDLE/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.065111262Z tryProduce false 17:58:11.065 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@36fb1b2a on ManagedSelector@2e962273{STARTING} id=0 keys=0 selected=0 updates=0 17:58:11.066 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 17:58:11.066 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@36fb1b2a 17:58:11.066 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 17:58:11.066 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 waiting with 0 keys 17:58:11.066 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1684ms ManagedSelector@2e962273{STARTED} id=0 keys=0 selected=0 updates=0 17:58:11.066 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1684ms SelectorManager@ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.067 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} added {acceptor-0@66a751b6,POJO} 17:58:11.067 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@66a751b6 startThread=0 17:58:11.067 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.067 [qtp542980811-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@66a751b6 in QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:11.067 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1685ms ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.069 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.apache.felix.http -- Started Jetty 11.0.13 at port(s) HTTP:8080 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:58:11.095 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@66ffef6e{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@114ae7fa,POJO} 17:58:11.097 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING Server@66ffef6e{STARTED}[11.0.13,sto=0] 17:58:11.097 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Stopped Server@66ffef6e{STOPPING}[11.0.13,sto=0] 17:58:11.097 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.Server -- doStop Server@66ffef6e{STOPPING}[11.0.13,sto=0] 17:58:11.097 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.098 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SelectorManager@ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.098 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ManagedSelector@2e962273{STARTED} id=0 keys=0 selected=0 updates=0 17:58:11.098 [qtp542980811-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran qtp542980811-27-acceptor-0@66a751b6-ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} in QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:11.098 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 on ManagedSelector@2e962273{STOPPING} id=0 keys=0 selected=0 updates=0 17:58:11.098 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@2e962273{STOPPING} id=0 keys=0 selected=0 updates=1 17:58:11.098 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken with none selected 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken up from select, 0/0/0 selected 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 processing 0 keys, 1 updates 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$CloseConnections@11232948 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Closing 0 connections on ManagedSelector@2e962273{STOPPING} id=0 keys=0 selected=0 updates=0 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 waiting with 0 keys 17:58:11.099 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 on ManagedSelector@2e962273{STOPPING} id=0 keys=0 selected=0 updates=0 17:58:11.099 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@2e962273{STOPPING} id=0 keys=0 selected=0 updates=1 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken with none selected 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 woken up from select, 0/0/0 selected 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@77f7de10 processing 0 keys, 1 updates 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 17:58:11.099 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$StopSelector@6b723ae2 17:58:11.101 [qtp542980811-26] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 17:58:11.101 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/PRODUCING/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.101858363Z 17:58:11.101 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dfc1b29a0@2cffc089 in QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:11.101 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AdaptiveExecutionStrategy@74445f53/SelectorProducer@40462a2b/IDLE/p=false/QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.102014676Z 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ManagedSelector@2e962273{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SelectorManager@ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HttpConnectionFactory@5a9ed43d[HTTP/1.1] 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HttpConnectionFactory@5a9ed43d[HTTP/1.1] 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@772280ce{STARTED} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@772280ce{STOPPED} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Stopped ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServerConnector@503fbbb6{HTTP/1.1, (http/1.1)}{0.0.0.0:8080} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping Server@66ffef6e{STOPPING}[11.0.13,sto=0] 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING DefaultSessionIdManager@139c30cc{STARTED}[worker=node0] 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HouseKeeper@5b545d3c{STARTED}[interval=600000, ownscheduler=true] 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 stopped scavenging 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@9eca31a{STARTED} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@9eca31a{STOPPED} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HouseKeeper@5b545d3c{STOPPED}[interval=600000, ownscheduler=false] 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED DefaultSessionIdManager@139c30cc{STOPPED}[worker=node0] 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ErrorHandler@b14370c{STARTED} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ErrorHandler@b14370c{STOPPING} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ErrorHandler@b14370c{STOPPED} 17:58:11.102 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ContextHandlerCollection@6c4663da{STARTED} 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ContextHandlerCollection@6c4663da{STOPPING} 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING o.e.j.s.ServletContextHandler@1178ae9f{/,null,AVAILABLE} 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED} 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.DefaultSessionCache -- Shutdown sessions, invalidating = false 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.DefaultSessionCache@ab630c2[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.server.session.NullSessionDataStore@1eac4313[passivating=false,graceSec=3600] 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.NullSessionDataStore@1eac4313[passivating=false,graceSec=3600] 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.DefaultSessionCache@ab630c2[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ScheduledExecutorScheduler@4de8272e{STARTED} 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ScheduledExecutorScheduler@4de8272e{STOPPED} 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ServletHandler@2fde7378{STARTED} 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- stopping ServletHandler@2fde7378{STOPPING} 17:58:11.103 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:58:11.134 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-2895501==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@ec50c9c0{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:58:11.134 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:58:11.135 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:58:11.137 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4[EMBEDDED:null] 17:58:11.137 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 17:58:11.137 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet38d7a1e1{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 17:58:11.137 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=1] servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4=MappedServlete66368a{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-2170bce4==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@2bf467d9{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 17:58:11.138 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ServletHandler@2fde7378{STOPPED} 17:58:11.138 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED org.eclipse.jetty.server.session.SessionHandler1239354881==dftMaxIdleSec=0 17:58:11.138 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]} 17:58:11.138 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED SymlinkAllowedResourceAliasChecker@1a111e86{base=null,protected=[]} 17:58:11.138 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Stopped o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED} 17:58:11.138 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED o.e.j.s.ServletContextHandler@1178ae9f{/,null,STOPPED} 17:58:11.138 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ContextHandlerCollection@6c4663da{STOPPED} 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING HashLoginService@170ef232[OSGi HTTP Service Realm] 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING UserStore@2d1cc58d[users.count=0] 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED UserStore@2d1cc58d[users.count=0] 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED HashLoginService@170ef232[OSGi HTTP Service Realm] 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING AttributeContainerMap@66d28811{size=0} 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED AttributeContainerMap@66d28811{size=0} 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING QueuedThreadPool[qtp542980811]@205d3acb{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Stopping QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@5a824453{reserved=0/2,pending=0}] 17:58:11.139 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPING ReservedThreadExecutor@5a824453{reserved=0/2,pending=0} 17:58:11.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED ReservedThreadExecutor@5a824453{reserved=-1/2,pending=0} 17:58:11.141 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp542980811-26,5,Configuration Admin Service] for 2499 17:58:11.141 [qtp542980811-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-28] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp542980811-28,5,Configuration Admin Service] exited for QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=9,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-29] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp542980811-29,5,Configuration Admin Service] exited for QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.142 [qtp542980811-31] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp542980811-31,5,Configuration Admin Service] exited for QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-32] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp542980811-32,5,Configuration Admin Service] exited for QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.142 [qtp542980811-33] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp542980811-33,5,Configuration Admin Service] exited for QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-30] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp542980811-30,5,Configuration Admin Service] exited for QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.142 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran org.eclipse.jetty.util.thread.QueuedThreadPool$$Lambda$146/0x00007f0dfc163208@3faa4e38 in QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.141 [qtp542980811-27] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp542980811-27,5,Configuration Admin Service] exited for QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.142 [qtp542980811-26] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Thread[qtp542980811-26,5,Configuration Admin Service] exited for QueuedThreadPool[qtp542980811]@205d3acb{STOPPING,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Waiting for Thread[qtp542980811-32,5,] for 2499 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED QueuedThreadPool[qtp542980811]@205d3acb{STOPPED,8<=0<=200,i=8,r=-1,q=0}[NO_TRY] 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STOPPED Server@66ffef6e{STOPPED}[11.0.13,sto=0] 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Stopped Jetty 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp80013494]@4c4e8b6{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] added {org.eclipse.jetty.util.thread.ThreadPoolBudget@1dcb86aa,POJO} 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STOPPED}[11.0.13,sto=0] added {QueuedThreadPool[qtp80013494]@4c4e8b6{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY],AUTO} 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STOPPED}[11.0.13,sto=0] added {AttributeContainerMap@7f841efb{size=0},AUTO} 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@5ca6c8e5[null] added {org.eclipse.jetty.security.DefaultIdentityService@1d99fb0d,POJO} 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] added {UserStore@23a589ed[users.count=0],AUTO} 17:58:11.142 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STOPPED}[11.0.13,sto=0] added {HashLoginService@5ca6c8e5[OSGi HTTP Service Realm],AUTO} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@7c8938a4{/,null,STOPPED} added {SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]},MANAGED} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.ContextHandlerCollection -- AT@4411f67e{cs=true;c=1;=/=[Lorg.eclipse.jetty.server.handler.ContextHandlerCollection$Branch;@4bf4f5f0} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ContextHandlerCollection@7e8da832{STOPPED} added {o.e.j.s.ServletContextHandler@7c8938a4{/,null,STOPPED},AUTO} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@7c8938a4{/,null,STOPPED} added {org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=-1,MANAGED} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=-1 added {ServletHandler@3250993a{STOPPED},MANAGED} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Sessions created by this manager are immortal (default maxInactiveInterval=0) 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@7c8938a4{/,null,STOPPED} added {org.apache.felix.http.base.internal.EventDispatcher@31c9b282,POJO} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 added {org.apache.felix.http.base.internal.EventDispatcher@31c9b282,POJO} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3250993a{STOPPED} added {org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3250993a{STOPPED} added {[/*]=>org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5,POJO} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STOPPED}[11.0.13,sto=0] added {ContextHandlerCollection@7e8da832{STOPPED},MANAGED} 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING Server@659b7320{STOPPED}[11.0.13,sto=0] 17:58:11.143 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STARTING}[11.0.13,sto=0] added {ErrorHandler@4d385e23{STOPPED},AUTO} 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- jetty-11.0.13; built: 2022-12-07T20:47:15.149Z; git: a04bd1ccf844cf9bebc12129335d7493111cbff6; jvm 17.0.9+9 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting Server@659b7320{STARTING}[11.0.13,sto=0] 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING QueuedThreadPool[qtp80013494]@4c4e8b6{STOPPED,8<=0<=200,i=0,r=-1,q=0}[NO_TRY] 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=0<=200,i=0,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] added {ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0},AUTO} 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1762ms ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-36,5,Configuration Admin Service] 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-37,5,Configuration Admin Service] 17:58:11.144 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=2<=200,i=2,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-38,5,Configuration Admin Service] 17:58:11.144 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=3<=200,i=3,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.144 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-39,5,Configuration Admin Service] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-40,5,Configuration Admin Service] 17:58:11.145 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.145 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=5<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-41,5,Configuration Admin Service] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-42,5,Configuration Admin Service] 17:58:11.145 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=6<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.145 [qtp80013494-41] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=7<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Starting Thread[qtp80013494-43,5,Configuration Admin Service] 17:58:11.145 [qtp80013494-42] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTING,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1763ms QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AttributeContainerMap@7f841efb{size=0} 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1763ms AttributeContainerMap@7f841efb{size=0} 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] 17:58:11.145 [qtp80013494-43] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- Runner started for QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING UserStore@23a589ed[users.count=0] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1763ms UserStore@23a589ed[users.count=0] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1763ms HashLoginService@5ca6c8e5[OSGi HTTP Service Realm] 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ContextHandlerCollection@7e8da832{STOPPED} 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ContextHandlerCollection@7e8da832{STARTING} 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING o.e.j.s.ServletContextHandler@7c8938a4{/,null,STOPPED} 17:58:11.145 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.DecoratedObjectFactory -- Adding Decorator: org.eclipse.jetty.util.DeprecationWarning@22814221 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting o.e.j.s.ServletContextHandler@7c8938a4{/,null,STARTING} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- o.e.j.s.ServletContextHandler@7c8938a4{/,null,STARTING} added {org.eclipse.jetty.server.AllowedResourceAliasChecker$AllowedResourceAliasCheckListener@722858be,POJO} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1764ms SymlinkAllowedResourceAliasChecker@16823630{base=null,protected=[]} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 added {org.eclipse.jetty.server.session.DefaultSessionCache@1c18ade0[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.DefaultSessionCache@1c18ade0[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@175de790[passivating=false,graceSec=3600],AUTO} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING DefaultSessionIdManager@3fe53f10{STOPPED}[worker=null] 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- DefaultSessionIdManager@3fe53f10{STARTING}[worker=node0] added {HouseKeeper@fb87dfa{STOPPED}[interval=600000, ownscheduler=false],MANAGED} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.session.DefaultSessionIdManager -- Session workerName=node0 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HouseKeeper@fb87dfa{STOPPED}[interval=600000, ownscheduler=false] 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@5616b640{STOPPED} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1764ms ScheduledExecutorScheduler@5616b640{STARTED} 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 using own scheduler for scavenging 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1764ms HouseKeeper@fb87dfa{STARTED}[interval=660000, ownscheduler=true] 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1764ms DefaultSessionIdManager@3fe53f10{STARTED}[worker=node0] 17:58:11.146 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STARTING}[11.0.13,sto=0] added {DefaultSessionIdManager@3fe53f10{STARTED}[worker=node0],MANAGED} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 added {DefaultSessionIdManager@3fe53f10{STARTED}[worker=node0],UNMANAGED} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@38840d0b{STOPPED} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1765ms ScheduledExecutorScheduler@38840d0b{STARTED} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServletHandler@3250993a{STOPPED} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5[EMBEDDED:null] 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet749fe04c{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=1] servletNameMap={org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5=MappedServlet17d8ec29{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Adding Default404Servlet to ServletHandler@3250993a{STARTING} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3250993a{STARTING} added {org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@934eadf8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED},AUTO} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServletHandler@3250993a{STARTING} added {[/]=>org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5,POJO} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5[EMBEDDED:null] 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet5c230161{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5[EMBEDDED:null] 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet57b51729{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@934eadf8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5=MappedServlet7dc0052{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@934eadf8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5=MappedServlet7ef74a14{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/*[EMBEDDED:null] mapped to servlet=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5[EMBEDDED:null] 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.ServletPathSpec -- Creating ServletPathSpec[/*] (group: PREFIX_GLOB, prefix: "", suffix: "null") 17:58:11.147 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457a78e{/*},resource=MappedServlet3a9b74a2{/*->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=1] 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- Path=/[EMBEDDED:null] mapped to servlet=org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5[EMBEDDED:null] 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.http.pathmap.PathMappings -- Added MappedResource[pathSpec=ServletPathSpec@9457dcb7{/},resource=MappedServlet45683087{/->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@934eadf8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}] to PathMappings[size=2] 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHandler -- filterNameMap={} pathFilters=[] servletFilterMap={} servletPathMap=PathMappings[size=2] servletNameMap={org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5=MappedServlet7dc0052{null->org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@934eadf8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}, org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5=MappedServlet7ef74a14{null->org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED}}} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ServletHandler@3250993a{STARTING} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms ServletHandler@3250993a{STARTED} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.DefaultSessionCache@1c18ade0[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.server.session.NullSessionDataStore@175de790[passivating=false,graceSec=3600] 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms org.eclipse.jetty.server.session.NullSessionDataStore@175de790[passivating=false,graceSec=3600] 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms org.eclipse.jetty.server.session.DefaultSessionCache@1c18ade0[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.servlet.ServletHolder -- Servlet.init null for org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@934eadf8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STOPPED} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-4457a0b5==org.eclipse.jetty.servlet.ServletHandler$Default404Servlet@934eadf8{jsp=null,order=-1,inst=false,async=true,src=EMBEDDED:null,STARTED} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.handler.ContextHandler -- Started o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms ContextHandlerCollection@7e8da832{STARTED} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ErrorHandler@4d385e23{STOPPED} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.handler.AbstractHandler -- starting ErrorHandler@4d385e23{STARTING} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms ErrorHandler@4d385e23{STARTED} 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.Server -- Started Server@659b7320{STARTING}[11.0.13,sto=0] @1766ms 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1766ms Server@659b7320{STARTED}[11.0.13,sto=0] 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.session.HouseKeeper -- node0 scavenging every 660000ms 17:58:11.148 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- HttpConnectionFactory@22d176e8[HTTP/1.1] added {HttpConfiguration@66323f4c{32768/8192,8192/8192,https://:0,[]},POJO} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{null, ()}{0.0.0.0:0} added {QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}],UNMANAGED} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{null, ()}{0.0.0.0:0} added {ScheduledExecutorScheduler@3858d2e{STOPPED},AUTO} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STARTED}[11.0.13,sto=0] added {LogarithmicArrayByteBufferPool@2a4add80{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},POJO} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{null, ()}{0.0.0.0:0} added {LogarithmicArrayByteBufferPool@2a4add80{minBufferCapacity=0, maxBufferCapacity=65536, maxQueueLength=-1, factor=4096},UNMANAGED} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.io.LogarithmicArrayByteBufferPool$LogarithmicRetainablePool@5d755fda{min=0,max=65536,buckets=17,heap=0/-1,direct=0/-1},POJO} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{null, ()}{0.0.0.0:0} added {org.eclipse.jetty.server.AbstractConnector$1@313e7a31,POJO} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{null, (http/1.1)}{0.0.0.0:0} added {HttpConnectionFactory@22d176e8[HTTP/1.1],AUTO} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.server.AbstractConnector -- ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added HttpConnectionFactory@22d176e8[HTTP/1.1] 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:0} added {SelectorManager@ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:0},MANAGED} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STARTED}[11.0.13,sto=0] added {ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081},UNMANAGED} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 17:58:11.149 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {sun.nio.ch.ServerSocketChannelImpl[/[0:0:0:0:0:0:0:0]:8081],POJO} 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ScheduledExecutorScheduler@3858d2e{STOPPED} 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1768ms ScheduledExecutorScheduler@3858d2e{STARTED} 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING HttpConnectionFactory@22d176e8[HTTP/1.1] 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1768ms HttpConnectionFactory@22d176e8[HTTP/1.1] 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING SelectorManager@ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=false/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.150384481Z added {SelectorProducer@62a71547,POJO} 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=false/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.150485439Z added {QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}],UNMANAGED} 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=false/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.150583693Z created 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ManagedSelector@15db0d46{STOPPED} id=0 keys=-1 selected=-1 updates=0 added {AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=false/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.150672865Z,MANAGED} 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- SelectorManager@ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {ManagedSelector@15db0d46{STOPPED} id=0 keys=-1 selected=-1 updates=0,AUTO} 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING ManagedSelector@15db0d46{STOPPED} id=0 keys=-1 selected=-1 updates=0 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTING AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=false/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.150924618Z 17:58:11.150 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1769ms AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=false/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=8,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.151033733Z 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dfc1b29a0@57f6123e startThread=0 17:58:11.151 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run org.eclipse.jetty.io.ManagedSelector$$Lambda$205/0x00007f0dfc1b29a0@57f6123e in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.ManagedSelector$Start@2290de40 on ManagedSelector@15db0d46{STARTING} id=0 keys=0 selected=0 updates=0 17:58:11.151 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/IDLE/p=false/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=7,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.151336203Z tryProduce false 17:58:11.151 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 17:58:11.151 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$Start@2290de40 17:58:11.151 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 17:58:11.151 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 waiting with 0 keys 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1769ms ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=0 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1769ms SelectorManager@ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} added {acceptor-0@7847fa78,POJO} 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue acceptor-0@7847fa78 startThread=0 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.eclipse.jetty.server.AbstractConnector -- Started ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 17:58:11.151 [qtp80013494-37] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run acceptor-0@7847fa78 in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=6,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.AbstractLifeCycle -- STARTED @1769ms ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 17:58:11.151 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] INFO org.apache.felix.http -- Started Jetty 11.0.13 at port(s) HTTP:8081 on context path / [minThreads=8,maxThreads=200,acceptors=1,selectors=1] 17:58:11.154 [CM Configuration Updater (ManagedService Update: pid=[org.apache.felix.http])] DEBUG org.eclipse.jetty.util.component.ContainerLifeCycle -- Server@659b7320{STARTED}[11.0.13,sto=0] added {org.apache.felix.http.jetty.internal.RequestLogTracker@31aeec34,POJO} 17:58:11.154 [CM Event Dispatcher (Fire ConfigurationEvent: pid=sensinact.launcher)] INFO org.eclipse.sensinact.gateway.launcher.FeatureLauncher -- Feature update complete. ____________________________ Welcome to Apache Felix Gogo g! 17:58:11.847 [qtp80013494-37-acceptor-0@7847fa78-ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false Accept@475463b1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:57050]] on ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=0 17:58:11.847 [qtp80013494-37-acceptor-0@7847fa78-ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081}] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=0 selected=0 updates=1 17:58:11.847 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 woken with none selected 17:58:11.847 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 woken up from select, 0/0/0 selected 17:58:11.847 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 processing 0 keys, 1 updates 17:58:11.847 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 17:58:11.847 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update Accept@475463b1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:57050]] 17:58:11.851 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue Accept@475463b1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:57050]] startThread=0 17:58:11.851 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run Accept@475463b1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:57050]] in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.852 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 17:58:11.852 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 waiting with 1 keys 17:58:11.863 [qtp80013494-39] DEBUG org.eclipse.jetty.io.IdleTimeout -- Setting idle timeout 0 -> 60000 on SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] 17:58:11.864 [qtp80013494-39] DEBUG org.eclipse.jetty.io.IdleTimeout -- SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=0}]->[] idle timeout check, elapsed: 3 ms, remaining: 59997 ms 17:58:11.914 [qtp80013494-39] DEBUG org.eclipse.jetty.server.HttpChannel -- new HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=53/60000}{io=0/0,kio=0,kro=0}]->[],null,HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:58:11.937 [qtp80013494-39] DEBUG org.eclipse.jetty.server.HttpConnection -- New HTTP Connection HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=76/60000}{io=0/0,kio=0,kro=0}]->[] 17:58:11.938 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007f0dfc224168@3e9d1b64 on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 17:58:11.938 [qtp80013494-39] DEBUG org.eclipse.jetty.io.AbstractEndPoint -- onOpen SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=77/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.938 [qtp80013494-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- onOpen HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=78/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.938 [qtp80013494-39] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=78/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.938 [qtp80013494-39] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@4cd9034d{ReadCallback@7a25871{HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=0}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}]}} 17:58:11.938 [qtp80013494-39] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.939 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0dfc2152d8@51b225da on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 17:58:11.939 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=2 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 woken with none selected 17:58:11.939 [qtp80013494-39] DEBUG org.eclipse.jetty.io.ManagedSelector -- Created SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=0}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 woken up from select, 0/0/1 selected 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 processing 0 keys, 2 updates 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 2 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.ManagedSelector$$Lambda$218/0x00007f0dfc224168@3e9d1b64 17:58:11.939 [qtp80013494-39] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran Accept@475463b1[java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:57050]] in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0}] 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0dfc2152d8@51b225da 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=0}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 waiting with 1 keys 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 woken up from select, 1/1/1 selected 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 processing 1 keys, 0 updates 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:8081 remote=/127.0.0.1:57050], selector=sun.nio.ch.EPollSelectorImpl@e5beaf7, interestOps=1, readyOps=1 SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=1/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.939 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- onSelected 1->0 r=true w=false for SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.940 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- task SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=1/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING 17:58:11.940 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=0} tryExecute org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy$$Lambda$204/0x00007f0dfc1b2338@681d80fb 17:58:11.940 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1} startReservedThread p=1 17:58:11.940 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue ReservedThread@73190c74{PENDING,thread=null} startThread=0 17:58:11.940 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run ReservedThread@73190c74{PENDING,thread=null} in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=0/2,pending=1}] 17:58:11.940 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@73190c74{PENDING,thread=Thread[qtp80013494-38,5,Configuration Admin Service]} was=PENDING next=RESERVED size=0+1 capacity=2 17:58:11.940 [qtp80013494-38] DEBUG org.eclipse.jetty.util.thread.ReservedThreadExecutor -- ReservedThread@73190c74{RESERVED,thread=Thread[qtp80013494-38,5,Configuration Admin Service]} waiting ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0} 17:58:11.940 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.strategy.AdaptiveExecutionStrategy -- ss=PRODUCE_EXECUTE_CONSUME t=SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING/BLOCKING AdaptiveExecutionStrategy@1efd6dc5/SelectorProducer@62a71547/PRODUCING/p=false/QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=5,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0}][pc=0,pic=0,pec=0,epc=0]@2024-02-06T17:58:11.941060566Z 17:58:11.941 [qtp80013494-36] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- queue SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING startThread=0 17:58:11.941 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 0 17:58:11.941 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 17:58:11.941 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- run SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=2/60000}{io=1/0,kio=1,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0}] 17:58:11.941 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 1 -> 0 on SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.941 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 waiting with 1 keys 17:58:11.941 [qtp80013494-40] DEBUG org.eclipse.jetty.io.FillInterest -- fillable FillInterest@4cd9034d{ReadCallback@7a25871{HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}]}} 17:58:11.941 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=2/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] onFillable enter HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:58:11.941 [qtp80013494-40] DEBUG org.eclipse.jetty.util.Pool -- RetainedBucket@1ba1825[inUse=0,size=1,max=-1,closed=false]{capacity=8192,inuse=0(0%)} returning new reserved entry MonoEntry@3c1c0b21{PENDING,pooled=null} 17:58:11.944 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 205 DirectByteBuffer@353f028[p=0,l=205,c=8192,r=205]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:58:11.944 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] filled 205 RetainableByteBuffer@5f257a1c{DirectByteBuffer@353f028[p=0,l=205,c=8192,r=205]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:58:11.944 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@5f257a1c{DirectByteBuffer@353f028[p=0,l=205,c=8192,r=205]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:58:11.945 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@353f028[p=0,l=205,c=8192,r=205]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:58:11.945 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- START --> SPACE1 17:58:11.947 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE1 --> URI 17:58:11.947 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- URI --> SPACE2 17:58:11.947 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- SPACE2 --> REQUEST_VERSION 17:58:11.947 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- REQUEST_VERSION --> HEADER 17:58:11.947 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> IN_VALUE 17:58:11.948 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Connection --> FIELD 17:58:11.948 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> IN_VALUE 17:58:11.948 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Content-Length: 0 --> FIELD 17:58:11.948 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> VALUE 17:58:11.948 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> IN_VALUE 17:58:11.948 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Host --> FIELD 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> VALUE 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> IN_VALUE 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:HTTP2-Settings --> FIELD 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> VALUE 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> IN_VALUE 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:Upgrade --> FIELD 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> VALUE 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> IN_VALUE 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER:User-Agent --> FIELD 17:58:11.949 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- HEADER --> CONTENT 17:58:11.950 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- reopen HttpInput@146825606 cs=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@443d8825 eof=false 17:58:11.955 [qtp80013494-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- reopening org.eclipse.jetty.server.BlockingContentProducer@443d8825 17:58:11.955 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- reopening AsyncContentProducer@45cd3420[r=null,t=null,i=null,error=false,c=HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=5}] 17:58:11.955 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- REQUEST for / on HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=http://localhost:8081/,age=5} GET / HTTP/1.1 Connection: Upgrade, HTTP2-Settings Content-Length: 0 Host: localhost:8081 HTTP2-Settings: AAEAAEAAAAIAAAABAAMAAABkAAQBAAAAAAUAAEAA Upgrade: h2c User-Agent: Java-http-client/17.0.9 17:58:11.956 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- upgrade HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=http://localhost:8081/,age=6} Upgrade: h2c 17:58:11.957 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- No factory for Upgrade: h2c in ServerConnector@76d694c{HTTP/1.1, (http/1.1)}{0.0.0.0:8081} 17:58:11.957 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=12/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=http://localhost:8081/,age=7}] parsed true HttpParser{s=CONTENT,0 of 0} 17:58:11.957 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=13/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=http://localhost:8081/,age=7}] 17:58:11.957 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- handle http://localhost:8081/ HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=http://localhost:8081/,age=7} 17:58:11.957 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- handling HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:58:11.958 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action DISPATCH HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=8} 17:58:11.959 [qtp80013494-40] DEBUG org.eclipse.jetty.server.Server -- REQUEST GET / ?null on HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=9} 17:58:11.959 [qtp80013494-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- scope null||/ @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 17:58:11.959 [qtp80013494-40] DEBUG org.eclipse.jetty.server.handler.ContextHandler -- context=||/ @ o.e.j.s.ServletContextHandler@7c8938a4{/,null,AVAILABLE} 17:58:11.960 [qtp80013494-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Entering scope org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0, dispatch=REQUEST asyncstarted=false 17:58:11.960 [qtp80013494-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- sessionHandler=org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 session=null 17:58:11.961 [qtp80013494-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- servlet ||/|ServletPathMapping{matchValue=, pattern=/*, servletName=org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5, mappingMatch=PATH, servletPath=, pathInfo=/} -> org.apache.felix.http.base.internal.dispatch.DispatcherServlet-5ee7b1f5==org.apache.felix.http.base.internal.dispatch.DispatcherServlet@713ccd31{jsp=null,order=-1,inst=true,async=true,src=EMBEDDED:null,STARTED} 17:58:11.966 [qtp80013494-40] DEBUG org.eclipse.jetty.servlet.ServletHandler -- chain=null 17:58:11.969 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- sendError HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 17:58:11.970 [qtp80013494-40] DEBUG org.eclipse.jetty.server.session.SessionHandler -- Leaving scope org.eclipse.jetty.server.session.SessionHandler2033787493==dftMaxIdleSec=0 dispatch=REQUEST, async=false, session=null, oldsession=null, oldsessionhandler=null 17:58:11.970 [qtp80013494-40] DEBUG org.eclipse.jetty.server.Server -- handled=true async=false committed=true on HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=20} 17:58:11.970 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=true i=true al=0} 17:58:11.970 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) SEND_ERROR HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:58:11.970 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action SEND_ERROR HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=20} 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@146825606 cs=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@443d8825 eof=false 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=21} 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent has no content, parsing and filling 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=27/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=CONTENT,0 of 0},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=21}] parse null 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=CONTENT HeapByteBuffer@66e1c035[p=0,l=0,c=0,r=0]={<<<>>>} 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT --> CONTENT_END 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onContentComplete HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=21} 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- CONTENT_END --> END 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onRequestComplete HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=21} 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- received EOF, content = null 17:58:11.971 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=27/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=21}] parsed false HttpParser{s=END,0 of 0} 17:58:11.972 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- produceContent produced EofContent 17:58:11.972 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failed all content, EOF = true 17:58:11.972 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@45cd3420[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=22}] 17:58:11.972 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@146825606 cs=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@443d8825 eof=true 17:58:11.972 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@45cd3420[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=22}] 17:58:11.972 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@146825606 cs=HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@443d8825 eof=true 17:58:11.976 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completing HttpChannelState@279fd0a4{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=false al=0} 17:58:11.976 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- sendResponse info=null content=DirectByteBuffer@e5640e7[p=0,l=427,c=32768,r=427]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=org.eclipse.jetty.util.Callback$3@3d966d22 17:58:11.976 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- COMMIT for / on HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=26} 404 null HTTP/1.1 Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 17:58:11.978 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: NEED_HEADER for SendCallback@72126299[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@59498c45] (null,[p=0,l=427,c=32768,r=427],true)@START 17:58:11.979 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- generateHeaders HTTP/1.1{s=404,h=2,cl=-1} last=true content=DirectByteBuffer@e5640e7[p=0,l=427,c=32768,r=427]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 17:58:11.979 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html;charset=iso-8859-1 17:58:11.979 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpGenerator -- CONTENT_LENGTH 17:58:11.979 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: FLUSH for SendCallback@72126299[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@59498c45] ([p=0,l=141,c=16384,r=141],[p=0,l=427,c=32768,r=427],true)@COMPLETING 17:58:11.979 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- write: WriteFlusher@67b6749a{IDLE}->null [DirectByteBuffer@44ff216b[p=0,l=141,c=16384,r=141]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},DirectByteBuffer@e5640e7[p=0,l=427,c=32768,r=427]={<<<\n\n\n\n\n\n>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 17:58:11.979 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@67b6749a{WRITING}->null:IDLE-->WRITING 17:58:11.980 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- flushed 568 SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=W,to=35/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=END,0 of 0},g=HttpGenerator@25735387{s=COMPLETING}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=HANDLING rs=COMPLETING os=COMMITTED is=IDLE awp=false se=false i=false al=0},r=1,c=false/false,a=HANDLING,uri=http://localhost:8081/,age=30}] 17:58:11.980 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- Flushed=true written=568 remaining=0 WriteFlusher@67b6749a{WRITING}->null 17:58:11.980 [qtp80013494-40] DEBUG org.eclipse.jetty.io.WriteFlusher -- update WriteFlusher@67b6749a{IDLE}->null:WRITING-->IDLE 17:58:11.980 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- generate: DONE for SendCallback@72126299[PROCESSING][i=HTTP/1.1{s=404,h=2,cl=-1},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@59498c45] ([p=141,l=141,c=16384,r=0],[p=427,l=427,c=32768,r=0],true)@END 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- completed HttpChannelState@279fd0a4{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- unhandle HttpChannelState@279fd0a4{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- nextAction(false) TERMINATED HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- action TERMINATED HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=http://localhost:8081/,age=31} 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- onCompleted for / written=427 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- consumeAll HttpInput@146825606 cs=HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@443d8825 eof=true 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelOverHttp -- failing all content with org.eclipse.jetty.util.StaticException: Unconsumed content HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=http://localhost:8081/,age=31} 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- failed all content of http channel EOF=true AsyncContentProducer@45cd3420[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=http://localhost:8081/,age=31}] 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isFinished=true HttpInput@146825606 cs=HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@443d8825 eof=true 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- isError = false AsyncContentProducer@45cd3420[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0},r=1,c=true/true,a=IDLE,uri=http://localhost:8081/,age=31}] 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- isError=false HttpInput@146825606 cs=HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@443d8825 eof=true 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannelState -- recycle HttpChannelState@279fd0a4{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=0} 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpInput -- recycle HttpInput@146825606 cs=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} cp=org.eclipse.jetty.server.BlockingContentProducer@443d8825 eof=true 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.BlockingContentProducer -- recycling org.eclipse.jetty.server.BlockingContentProducer@443d8825 17:58:11.981 [qtp80013494-40] DEBUG org.eclipse.jetty.server.AsyncContentProducer -- recycling AsyncContentProducer@45cd3420[r=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],t=ErrorContent [org.eclipse.jetty.util.StaticException: Unconsumed content],i=null,error=false,c=HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=http://localhost:8081/,age=31}] 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- reset HttpParser{s=END,0 of 0} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- END --> START 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpChannel -- !handle TERMINATED HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@353f028[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SocketChannelEndPoint -- filled 0 DirectByteBuffer@353f028[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}] filled 0 RetainableByteBuffer@5f257a1c{DirectByteBuffer@353f028[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}] parse RetainableByteBuffer@5f257a1c{DirectByteBuffer@353f028[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00},r=1} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.http.HttpParser -- parseNext s=START DirectByteBuffer@353f028[p=0,l=0,c=8192,r=0]={<<<>>>GET / HTT...\x00\x00\x00\x00\x00\x00\x00} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}] parsed false HttpParser{s=START,0 of -1} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- releaseRequestBuffer HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.io.AbstractConnection -- fillInterested HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=-,flush=-,to=3/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.io.FillInterest -- interested FillInterest@4cd9034d{ReadCallback@7a25871{HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=0/0,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}]}} 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- changeInterests p=false 0->1 for SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Queued change lazy=false org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0dfc2152d8@51b225da on ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=0 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.io.ManagedSelector -- Wakeup on submit ManagedSelector@15db0d46{STARTED} id=0 keys=1 selected=0 updates=1 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.server.HttpConnection -- HttpConnection@5cb8b79a::SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}] onFillable exit HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 17:58:11.983 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 woken with none selected 17:58:11.983 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 woken up from select, 0/0/1 selected 17:58:11.983 [qtp80013494-40] DEBUG org.eclipse.jetty.util.thread.QueuedThreadPool -- ran SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=0/1,kio=0,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}]:runFillable:BLOCKING in QueuedThreadPool[qtp80013494]@4c4e8b6{STARTED,8<=8<=200,i=4,r=-1,q=0}[ReservedThreadExecutor@7d2267eb{reserved=1/2,pending=0}] 17:58:11.983 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 processing 0 keys, 1 updates 17:58:11.983 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updateable 1 17:58:11.983 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- update org.eclipse.jetty.io.SelectableChannelEndPoint$$Lambda$212/0x00007f0dfc2152d8@51b225da 17:58:11.984 [qtp80013494-36] DEBUG org.eclipse.jetty.io.SelectableChannelEndPoint -- Key interests updated 0 -> 1 on SocketChannelEndPoint@6e49bf66[{l=/127.0.0.1:8081,r=/127.0.0.1:57050,OPEN,fill=FI,flush=-,to=0/60000}{io=1/1,kio=1,kro=1}]->[HttpConnection@5cb8b79a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@25735387{s=START}]=>HttpChannelOverHttp@2d144b71{s=HttpChannelState@279fd0a4{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}] 17:58:11.984 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- updates 0 17:58:11.984 [qtp80013494-36] DEBUG org.eclipse.jetty.io.ManagedSelector -- Selector sun.nio.ch.EPollSelectorImpl@e5beaf7 waiting with 1 keys java.io.IOException: Stream closed at java.base/java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:168) at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:267) at org.eclipse.sensinact.gateway.feature.utilities.test.InputStreamConsumer.run(InputStreamConsumer.java:86) at java.base/java.lang.Thread.run(Thread.java:840) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.02 s - in org.eclipse.sensinact.gateway.launcher.integration.FeatureLaunchingIntegrationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [JENKINS] Recording test results [INFO] [INFO] --- install:3.1.1:install (default-install) @ launcher --- [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/pom.xml to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/export.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT-export.jar [INFO] Installing /home/jenkins/agent/workspace/Sensinact Deploy/distribution/launcher/target/launcher-0.0.2-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-SNAPSHOT-tests.jar [INFO] [INFO] --- deploy:3.0.0:deploy (default-deploy) @ launcher --- [INFO] Using alternate deployment repository repo.eclipse.org::https://repo.eclipse.org/content/repositories/sensinact-snapshots [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 112 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-20240206.174822-57.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-20240206.174822-57.pom (6.7 kB at 84 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-20240206.174822-57.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-20240206.174822-57-export.jar [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-20240206.174822-57-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-20240206.174822-57-tests.jar (56 kB at 876 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-20240206.174822-57.jar (26 kB at 364 kB/s) [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/launcher-0.0.2-20240206.174822-57-export.jar (3.5 MB at 15 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/maven-metadata.xml (370 B at 28 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/0.0.2-SNAPSHOT/maven-metadata.xml (1.2 kB at 19 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sensinact-snapshots/org/eclipse/sensinact/gateway/distribution/launcher/maven-metadata.xml (370 B at 6.5 kB/s)